- 172
- Posts
- 8
- Years
- Seen Sep 6, 2022
In PBEffects where it has the long list of attacks and abilities like this
and so on...
how do you know if something needs to be added to that list or not? and what happens if you do or don't have something on that list? because ive made a few abilities and attacks which some do fall under that category at the top of "these affects apply to a battler", so do I need to add them to this list? the abilities and moves ive made all work just fine, so im not sure if I need to or not, but I don't know if itll affect something else down the road. Thanks in advance :)
Code:
############################################################################
# These effects apply to a battler
AquaRing = 0
Attract = 1
BatonPass = 2
Bide = 3
BideDamage = 4
BideTarget = 5
Charge = 6
ChoiceBand = 7
Confusion = 8
Counter = 9
CounterTarget = 10
Curse = 11
DefenseCurl = 12
DestinyBond = 13
Disable = 14
DisableMove = 15
Electrify = 16
Embargo = 17
Encore = 18
EncoreIndex = 19
EncoreMove = 20
Endure = 21
FirstPledge = 22
FlashFire = 23
Flinch = 24
FocusEnergy = 25
FollowMe = 26
Foresight = 27
FuryCutter = 28
FutureSight = 29
FutureSightMove = 30
FutureSightUser = 31
FutureSightUserPos = 32
GastroAcid = 33
Grudge = 34
HealBlock = 35
how do you know if something needs to be added to that list or not? and what happens if you do or don't have something on that list? because ive made a few abilities and attacks which some do fall under that category at the top of "these affects apply to a battler", so do I need to add them to this list? the abilities and moves ive made all work just fine, so im not sure if I need to or not, but I don't know if itll affect something else down the road. Thanks in advance :)
Last edited: