Palace Ring
| Item ID | 490208 | Name | Palace Ring |
|
None
|
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Palace_Ring | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Accessory Left/Right | ||
| Defense | 0 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 10 | Min Equip Level | 100 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | No | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
bonus bMaxHPrate,10; bonus2 bAddRace,RC_All,10; bonus2 bMagicAddRace,RC_All,10; |
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
.@r = getequiprefinerycnt(EQI_HAND_R); bonus2 bSkillCooldown,"RK_IGNITIONBREAK",-1500; bonus bShortAtkRate,3*(.@r/2); |
||||
|
.@r = getequiprefinerycnt(EQI_HAND_R); bonus2 bSkillCooldown,"GC_DARKCROW",-8000; bonus bShortAtkRate,3*(.@r/2); |
||||
|
.@r = getequiprefinerycnt(EQI_HAND_R); bonus2 bSkillAtk,"WL_TETRAVORTEX",30; bonus2 bMagicAddRace,RC_All,4*(.@r/2); |
||||
|
bonus2 bAddRace,RC_All,10;
bonus2 bMagicAddRace,RC_All,10;
autobonus "{ bonus bBaseAtk,200; }",30,10000,BF_WEAPON;
autobonus "{ bonus bMatk,200; }",30,10000,BF_MAGIC;
|