Code: Select all
Global Health item status effect [Inf-ToonLink]
0036551e 00000064 (anger atk +2)
0036551f 00000002
00365520 00000002
00365521 00000064 (def +2)
00365522 00000002
00365523 00000002
00365527 00000002 (charge +2)
00365532 00000002 (HP reg)
00365533 00000002
04365538 8036acfc (important note: this is a key code, dont delete or edit this line if you dont know what it does, otherwise the code will stop working)
note: if you have an individual code activated, example "mushroom with charge effect" this code will just skip it
with this all the health item will share the same status effects
Status effect list/guide
Sleepy - (need 2 lines of code)
stop - (need 2 lines of code)
dizzy - (need 2 lines of code)
poison - (need 3 lines of code)
confuse - (need 2 lines of code)
electrified - (need 2 lines of code)
dodgy - (need 2 lines of code)
burn - (need 2 lines of code)
freeze - (need 2 lines of code)
Tiny/Giant - (need 3 lines of code) (atk + "Giant" 01 - 63, atk - "Tiny" 64 - ff)
Anger/fear - (need 3 lines of code) (atk + "anger" 01 - 63, atk - "fear" 64 - ff)
Def up/Def Down - (need 3 lines of code) (Def UP 01 - 63, Def Down 64 - ff)
allergic - (need 2 lines of code)
showstopper (instant ko) - (need 1 line of code)
Charge - (need 1 line of code)
Fast - (need 2 lines of code)
slow - (need 2 lines of code)
Frightening - (need 1 line of code)
Gale force - (need 1 line of code)
Counter - (spite pouch) half damage returned - (need 1 line of code)
Super counter (hold fast) nearly full damage returned - (need 1 line of code)
Transparent - (need 2 lines of code)
HP Reg - (need 2 lines of code)
FP Reg - (need 2 lines of code)
if you want different status effects you can check the list above, the status effects always goes in that order for the items, jump attacks, hammer attacks and partners abilities.
example
003655XX 000000YY
003655XX 000000YY
the first XX = status effect chance
the second XX = status effect turns
The first YY = percentage of the chance of the status effect to be activated (64 = 100% always gets activated)
The Second YY = Turns that the status effect will have.
Sleepy
00365508 00000064 (100% always gets activated)
00365509 00000002 (2 turns the sleepy will have)
so make sure you changed correctly the XX to have differents effects
hope this guide help to find the status effects more easy
