Viewing Item

#27118: Ominous Freezer Card

Item ID 27118 For Sale No
Identifier Ominous_Freezer_Card Credit Price Not For Sale
Name Ominous Freezer Card Type Card
NPC Buy 20 Weight 1
NPC Sell 10 Weapon Level 0
Range 0 Defense 0
Slots 0 Refineable No
Attack 0 Min Equip Level None
MATK 0 Max Equip Level None
Equip Locations Footgear
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 bonus bMaxHPrate,10;

2 bonus bStr,2;

3 if (BaseLevel >= 160) {

4 .@val = 10;

5 }

6 if (getrefine() >= 9) {

7 .@val += 10;

8 }

9 if (.@val) {

10 bonus2 bSkillAtk,"RK_HUNDREDSPEAR",.@val;

11 bonus2 bSkillAtk,"LG_OVERBRAND",.@val;

12 }

Equip Script None
Unequip Script None