Anger of Thanatos Card
300274 Tha_Anger_Card
A
ATK -10%
For each 3 Refine Levels:
ATK +3%
Refine Level +11:
ATK +5%
Type: Card
Compound on: Shield
Weight: 1
Información adicional
- Precio de compra
- 0 z
- Nivel máximo
- Sin límite
- Género
- Both
- Refinable
- No
- Gradable
- No
Script del ítem
.@r = getrefine();
bonus bAtkRate,-10+3*(.@r/3);
if (.@r>=11) {
bonus bAtkRate,5;
}