Elder of Chung-Geum Card
300103 Bath_Mermaid_Card
E
MATK +15
Refine Level +9:
Increases Magical Damage against monsters of Fish and Demi-Human race by 10%.
Refine Level +11:
Decreases After Skill Delay by 3%.
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 bMatk,15;
if (.@r>=9) {
bonus2 bMagicAddRace,RC_Fish,10;
bonus2 bMagicAddRace,RC_DemiHuman,10;
}
if (.@r>=11) {
bonus bDelayrate,-3;
}