mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-19 21:48:23 -05:00
Add new ability Aroma Veil
This commit is contained in:
parent
c2885a687a
commit
8488569cb3
|
|
@ -169,6 +169,16 @@ exports.BattleAbilities = {
|
|||
rating: 5,
|
||||
num: 71
|
||||
},
|
||||
"aromaveil": {
|
||||
desc: "Protects allies from attacks that limit their move choices.",
|
||||
shortDesc: "Protects allies from attacks that limit their move choices.",
|
||||
//todo
|
||||
id: "aromaveil",
|
||||
name: "Aroma Veil",
|
||||
rating: 0,
|
||||
num: -6,
|
||||
gen: 6
|
||||
},
|
||||
"aurabreak": {
|
||||
desc: "Reverses the effect of Dark Aura and Fairy Aura.",
|
||||
shortDesc: "Reverses the effect of Aura abilities.",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user