ID #4462
Card
Hardrock Mammoth Card
Buy Price: N/A
Sell Price: N/A
DEF +5
_______________________
Refine Level +12:
DEF +20
MaxHP +10%
_______________________
Refine Level +14:
MaxHP +3%
_______________________
Type: Card
Compound on: Armor
Weight: 1
_______________________
Refine Level +12:
DEF +20
MaxHP +10%
_______________________
Refine Level +14:
MaxHP +3%
_______________________
Type: Card
Compound on: Armor
Weight: 1
Monster Drops
Card Drops
Hardrock Mammoth
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 .@r = getrefine(); bonus bDef,5; if (.@r>=12) { bonus bDef,20; bonus bMaxHPrate,10; } if (.@r>=14) { bonus bMaxHPrate,3; }
.@r = getrefine();
bonus bDef,5;
if (.@r>=12) {
bonus bDef,20;
bonus bMaxHPrate,10;
}
if (.@r>=14) {
bonus bMaxHPrate,3;
}