mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-09-12 13:59:09 -05:00
Use Sp. Atk and Sp. Def abbreviations (#1434)
This commit is contained in:
@@ -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: {
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user