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