Arch Bishop Magaleta (MVP) Card
| Item ID | 27059 | Name | Arch Bishop Magaleta (MVP) Card |
|
When equipped by Archbishop:
MaxHP +10% Increases Healing skills effectiveness by 15%. _______________________ Base Level at least 165: All Basic Stats +10 _______________________ Refine Level of equipped Garment is +10 or higher: All Basic Stats +10 _______________________ When equipped with Archbishop Margaretha Card: Random chance to increase Healing skills by 100% and transform into Archbishop Margaretha for 5 seconds when using Heal, Highness Heal or Coluceo Heal. _______________________ Type: Card Compound on: Garment Weight: 1 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Archbishop_Card_J | ||
| Attack | 0 | Type | Card | ||
| MATK | 0 | Equip Locations | Garment | ||
| Defense | 0 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 0 | Equip Upper | None | ||
| Weight | 1 | Min Equip Level | None | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | No | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
if (eaclass()&EAJL_THIRD && BaseJob == Job_Priest) {
bonus bMaxHPrate,10;
bonus bHealPower,15;
}
if (BaseLevel>=165)
bonus bAllStats,10;
if (getrefine()>=10)
bonus bAllStats,10;
|
||||
| Set | Script | ||||||
|---|---|---|---|---|---|---|---|
|
autobonus3 "{ bonus bHealPower,100; }",100,5000,"AL_HEAL","{ active_transform 3221,5000; }";
autobonus3 "{ bonus bHealPower,100; }",100,5000,"AB_HIGHNESSHEAL","{ active_transform 3221,5000; }";
autobonus3 "{ bonus bHealPower,100; }",100,5000,"AB_CHEAL","{ active_transform 3221,5000; }";
|
||||||
|
bonus bNoGemStone; bonus2 bSubEle,Ele_Neutral,50; |
||||||
|
bonus2 bSubEle,Ele_Neutral,-50; |
||||||
|
bonus2 bSubEle,Ele_Neutral,-50; |