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:
Hit +10
Flee +3
When equipped by Acolyte classes:
Increases Critical by 9 when attacking Demon and Undead monsters.
_
[Acolyte Card set]
Rideword Card
Cookie Card
Fur Seal Card
Geographer Card
Enchanted Peach Tree Card
Vit +10
Reduces cast time by 10%.
Reduces SP cost by 10%.
When equipped by SAcolyte classes:
Reduces damage taken from Undead and Demon monsters by 30%.
Increases experience gained from defeating Undead and Demon monsters by 5%.
_
[Monk Card set]
Rideword Card
Cookie Card
Fur Seal Card
Waste Stove Card
STR +3
MaxSP +80
ATK +25
A chance of casting Level 5 Signum Crusis when dealing physical attack.
Increases Asura Strike damage by 10%
When equipped by Monk classes:
Enables uninterruptable skill cast.
Reduces SP cost by 10%.
_
Class: Card
Compound on: Weapon
Weight: 1
Item Script:
bonus bFlee,3;
bonus bHit,10;
if (BaseClass == Job_Acolyte) {
bonus2 bCriticalAddRace,RC_Undead,9;
bonus2 bCriticalAddRace,RC_Demon,9;
}