mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 14:19:56 +02:00
Better display max stats
This commit is contained in:
@@ -70,7 +70,7 @@ module.exports = class PokedexCommand extends Command {
|
|||||||
sAtk: Math.round((data.stats.sAtk / 255) * 10) * 2,
|
sAtk: Math.round((data.stats.sAtk / 255) * 10) * 2,
|
||||||
sDef: Math.round((data.stats.sDef / 255) * 10) * 2,
|
sDef: Math.round((data.stats.sDef / 255) * 10) * 2,
|
||||||
spd: Math.round((data.stats.spd / 255) * 10) * 2,
|
spd: Math.round((data.stats.spd / 255) * 10) * 2,
|
||||||
total: Math.round((data.baseStatTotal / 1530) * 10) * 2
|
total: Math.round((data.baseStatTotal / 720) * 10) * 2
|
||||||
};
|
};
|
||||||
const embed = new MessageEmbed()
|
const embed = new MessageEmbed()
|
||||||
.setColor(0xED1C24)
|
.setColor(0xED1C24)
|
||||||
|
|||||||
Reference in New Issue
Block a user