Yordos Executor Card

Item ID 300523 Name Yordos Executor Card
Critical +5.
Increases Critical Damage by 12%.
_______________________
Refine Level +9:
Critical +5.
_______________________
Refine Level +11:
Critical +6.
_______________________
Type: Card
Compound on: Armor
Weight: 1
Weapon Level 0 Identifier Yordos_Execute_Card
Attack 0 Type Card
MATK 0 Equip Locations Armor
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
.@r = getrefine();
bonus bCritAtkRate,12;
bonus bCritical,5;
if (.@r>=9) {
   bonus bCritical,5;
   if (.@r>=11) {
      bonus bCritical,6;
   }
}