ID #300275
Card
Horror of Thanatos Card
Buy Price: N/A
Sell Price: N/A
MATK -10%
_______________________
For each 3 Refine Levels:
MATK +3%
_______________________
Refine Level +11:
MATK +5%
_______________________
Type: Card
Compound on: Shield
Weight: 1
_______________________
For each 3 Refine Levels:
MATK +3%
_______________________
Refine Level +11:
MATK +5%
_______________________
Type: Card
Compound on: Shield
Weight: 1
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 bMatkRate,-10+3*(.@r/3); if (.@r>=11) { bonus bMatkRate,5; }
.@r = getrefine();
bonus bMatkRate,-10+3*(.@r/3);
if (.@r>=11) {
bonus bMatkRate,5;
}