Yortus Arbiter Card

Item ID 300530 Name Yortus Arbiter Card
Critical +25, C.RATE +5, MaxSP -15%.
_______________________
Base LUK at least 120:
Critical +10
_______________________
Base CRT at least 100:
Increases Critical Damage by 50%, C.RATE +5.
_______________________
Type: Card
Compound on: Garment
Weight: 1
Weapon Level 0 Identifier Yortus_Arbiter_Card
Attack 0 Type Card
MATK 0 Equip Locations Garment
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 1 Min Equip Level None
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price None Trade restriction None
Item Script
bonus bCRate,5;
bonus bCritical,25;
bonus bMaxSPrate,-15;
if (readparam(bLuk)>=120) {
   bonus bCritical,10;
}
if (readparam(bCrt)>=100) {
   bonus bCritAtkRate,50;
   bonus bCRate,5;
}