Deadween Card
300444 Deadween_Card
D
ATK +5%
Refine Level +7:
ATK +3%
Refine Level +9:
ATK +2%
Type: Card
Compound on: Shoes
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,5;
if (.@r>=7) {
bonus bAtkRate,3;
if (.@r>=9) {
bonus bAtkRate,2;
}
}