Superior Rgan Shaman Card
| Item ID | 300462 | Name | Superior Rgan Shaman Card |
|
MATK +40
_______________________ Increases Magical Damage with Fire, Wind and Earth element by 5%. _______________________ Refine Level +10: Increases Magical Damage with Fire, Wind and Earth element by additional 5%. _______________________ When Weapon Level of compounded equipment is 5: Increases Magical Damage with Fire, Wind and Earth element by additional 10%. _______________________ When equipped with Jormungandr Church Bishop Card: Increases Magical Damage with Fire, Wind and Earth element by additional 15%. _______________________ Type: Card Compound on: Weapon Weight: 1 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | S_Rgan_Warlock_Card | ||
| Attack | 0 | Type | Card | ||
| MATK | 0 | Equip Locations | Main Hand | ||
| 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 | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | No | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
bonus2 bMagicAtkEle,Ele_Earth,5;
bonus2 bMagicAtkEle,Ele_Fire,5;
bonus2 bMagicAtkEle,Ele_Wind,5;
bonus bMatk,40;
if (getrefine()>=10) {
bonus2 bMagicAtkEle,Ele_Earth,5;
bonus2 bMagicAtkEle,Ele_Fire,5;
bonus2 bMagicAtkEle,Ele_Wind,5;
if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_WEAPONLEVEL)==5) {
bonus2 bMagicAtkEle,Ele_Earth,10;
bonus2 bMagicAtkEle,Ele_Fire,10;
bonus2 bMagicAtkEle,Ele_Wind,10;
}
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus2 bMagicAtkEle,Ele_Earth,15; bonus2 bMagicAtkEle,Ele_Fire,15; bonus2 bMagicAtkEle,Ele_Wind,15; |