Ragged Zombie Card
ID: 4436
Type |
Card |
Subtype |
None |
Attack |
0 |
Defense |
0 |
Weight |
1.0 |
Weapon Level |
0 |
Buy |
20z |
Sell |
10z |
Required Level |
0 |
Slots |
0 |
Applicable Jobs:
All
Description:
Increases physical
and magic damage to
Demihuman enemies
by 1% with a Critical +5
bonus. Adds a low
chance of inflicting
the Bleeding status
to the wearer;
wearing with the
Zombie Slaughter
Card will recover
2 SP each time a
Demihuman monster
is defeated by
melee attack.
Compound on: Accessory
Weight: 1
Item Script:
bonus2 bCriticalAddRace,RC_DemiHuman,5;
bonus2 bCriticalAddRace,RC_Player_Human,5;
bonus2 bAddRace,RC_DemiHuman,1;
bonus2 bAddRace,RC_Player_Human,1;
bonus2 bMagicAddRace,RC_DemiHuman,1;
bonus2 bMagicAddRace,RC_Player_Human,1;
bonus2 bAddEff2,Eff_Bleeding,10;