ID #27118
Card
Ominous Freezer Card
Buy Price: N/A
Sell Price: N/A
MaxHP +10%
STR +2
_______________________
If Base Level at least 160:
Increases damage of Hundred Spear by 10%.
Increases damage of Over Brand by 10%.
Refine Level +9:
Increases damage of Hundred Spear by 10%.
Increases damage of Over Brand by 10%.
_______________________
Type: Card
Compound on: Shoes
Weight: 1
STR +2
_______________________
If Base Level at least 160:
Increases damage of Hundred Spear by 10%.
Increases damage of Over Brand by 10%.
Refine Level +9:
Increases damage of Hundred Spear by 10%.
Increases damage of Over Brand by 10%.
_______________________
Type: Card
Compound on: Shoes
Weight: 1
Monster Drops
Card Drops
Ominous Freezer
Rate: 0.5%
Available from boxes
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Card
Weight
10
Item Flags
Drop Effect
Yes
Scripts
Script bonus bMaxHPrate,10; bonus bStr,2; if (BaseLevel >= 160) { .@val = 10; } if (getrefine() >= 9) { .@val += 10; } if (.@val) { bonus2 bSkillAtk,"RK_HUNDREDSPEAR",.@val; bonus2 bSkillAtk,"LG_OVERBRAND",.@val; }
bonus bMaxHPrate,10;
bonus bStr,2;
if (BaseLevel >= 160) {
.@val = 10;
}
if (getrefine() >= 9) {
.@val += 10;
}
if (.@val) {
bonus2 bSkillAtk,"RK_HUNDREDSPEAR",.@val;
bonus2 bSkillAtk,"LG_OVERBRAND",.@val;
}