Arch Bishop Magaleta Card
4675 Archbishop_Card
A
When equipped by Archbishop:
MaxHP +10%
Increases Healing skills effectiveness by 15%.
Base Level at least 175:
All Basic Stats +10
Refine Level +10:
All Basic Stats +10
When equipped with True Margaretha Sorin Card:
3% chance to transform into Margaretha Sorin when dealing magical damage.
During tranformation:
MATK +100
Type: Card
Compound on: Garment
Weight: 1
Información adicional
- Precio de compra
- 20 z
- Nivel máximo
- Sin límite
- Género
- Both
- Refinable
- No
- Gradable
- No
Script del ítem
if (eaclass()&EAJL_THIRD && BaseJob == Job_Priest) {
bonus bMaxHPrate,10;
bonus bHealPower,15;
}
if (BaseLevel>174)
bonus bAllStats,10;
if (getrefine()>9)
bonus bAllStats,10;