Viewing Item

#300474: Sanctuary Cleaning Chief Card

Item ID 300474 For Sale No
Identifier Rgan_Chief_Clean_Card Credit Price Not For Sale
Name Sanctuary Cleaning Chief Card Type Card
NPC Buy 0 Weight 1
NPC Sell 0 Weapon Level 0
Range 0 Defense 0
Slots 0 Refineable No
Attack 0 Min Equip Level None
MATK 0 Max Equip Level None
Description Increases Melee Physical Damage by 30%.
_______________________
For each 20 base LUK:
Critical -5
_______________________
For each 3 Refine Levels:
Increases Melee Physical Damage by additional 5%.
_______________________
When Armor Level of compounded equipment is 2:
Increases Physical damage against monsters of Boss class by 10%.
_______________________
Type: Card
Compound on: Garment
Weight: 1
Equip Locations Garment
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 bonus

2 bShortAtkRate,30+5*(getrefine()/3);

3 bonus

4 bCritical,-5*(readparam(bLuk)/20);

5 if

6 (getiteminfo(getequipid(EQI_GARMENT),

7 ITEMINFO_ARMORLEVEL)==2)

8 {

9 bonus2

10 bAddClass,Class_Boss,10;

11 }

Equip Script None
Unequip Script None