Blue Moon Loli Ruri Card
300245 Bluemoon_Loli_Ruri_Card
B
Increases Variable Casting Time by 5%.
For each Refine Level:
Decreases Variable Casting Time by 1%.
Refine Level +9:
Increases Healing effectiveness by 3%.
Refine Level +11:
Increases Healing effectiveness by additional 5%.
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 bHealPower,3;
if (.@r>=11) {
bonus bHealPower,5;
}
}