等級
Lv {{ stats.lvl }}
世代
{{ stats.generation }}
年齡
{{ stats.age }}
身高
{{ stats.height }}
體重
{{ stats.weight }}
力量
{{ Math.floor(stats.str || 0) }}
智力
{{ Math.floor(stats.int || 0) }}
敏捷
{{ Math.floor(stats.dex || 0) }}
運氣
{{ Math.floor(stats.luck || 0) }}
攻擊
{{ Math.floor(stats.atk || 0) }}
防禦
{{ Math.floor(stats.def || 0) }}
速度
{{ Math.floor(stats.spd || 0) }}