Disguiser Card
300244 Disguiser_Card
D
Increases Variable Casting Time by 5%.
For each Refine Level:
Decreases Variable Casting Time by 1%.
Refine Level +9:
Increases Ranged Physical Damage by 1%.
Refine Level +11:
Increases Ranged Physical Damage by additional 2%.
Type: Card
Compound on: Headgear
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 bVariableCastrate,5-.@r;
if (.@r>=9) {
bonus bLongAtkRate,1;
if (.@r>=11) {
bonus bLongAtkRate,2;
}
}