Use Sp. Atk and Sp. Def abbreviations (#1434)

This commit is contained in:
urkerab
2019-12-27 23:09:59 +00:00
committed by Guangcong Luo
parent 63024a0526
commit 17c4d555b9
2 changed files with 4 additions and 4 deletions

View File

@@ -137,11 +137,11 @@ exports.BattleText = {
statShortName: "Def",
},
spa: {
statName: "Special Attack",
statName: "Sp. Atk",
statShortName: "SpA",
},
spd: {
statName: "Special Defense",
statName: "Sp. Def",
statShortName: "SpD",
},
spe: {

View File

@@ -147,8 +147,8 @@ const BattleStats = {
hp: 'HP',
atk: 'Attack',
def: 'Defense',
spa: 'Special Attack',
spd: 'Special Defense',
spa: 'Sp. Atk',
spd: 'Sp. Def',
spe: 'Speed',
accuracy: 'accuracy',
evasion: 'evasiveness',