Royal Geffen Cape
| Item ID | 480520 | Name | Royal Geffen Cape |
|
None
|
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Royal_Geffen_US | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Garment | ||
| Defense | 100 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 100 | Min Equip Level | 100 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine();
.@g = getenchantgrade();
bonus2 bMagicAtkEle,Ele_All,20+((.@r/3)*7);
bonus bNoKnockback;
bonus bMatk,20*(.@r/2);
bonus bCon,2*(.@r/2);
bonus bSpl,2*(.@r/2);
bonus2 bMagicAddSize,Size_All,7*(.@r/3);
if (.@r>=7) {
bonus bAspdRate,10;
bonus2 bMagicAtkEle,Ele_All,10;
if (.@r>=9) {
bonus2 bMagicAtkEle,Ele_All,15;
if (.@r>=10) {
bonus bMatk,100;
if (.@r>=11) {
bonus bAllStats,15;
if (.@r>=12) {
bonus bSpl,10;
bonus2 bMagicAtkEle,Ele_All,20;
if (.@r>=13) {
bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",50;
bonus2 bSkillAtk,"WL_CHAINLIGHTNING_ATK",50;
if (.@r>=14) {
skill "LG_SHIELDSPELL",3;
}
}
}
}
}
}
}
if (.@g>=ENCHANTGRADE_D)
bonus bMatk,100;
if (.@g>=ENCHANTGRADE_C)
bonus bDelayrate,-15;
if (.@g>=ENCHANTGRADE_B)
bonus bSMatk,20;
if (.@g>=ENCHANTGRADE_A) {
if (.@r>=14) {
bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",50;
bonus2 bSkillAtk,"WL_CHAINLIGHTNING_ATK",50;
}
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus2 bMagicAddClass,Class_Boss,40;
if (getequiprefinerycnt(EQI_GARMENT)>=14)
autobonus "{ bonus bInt,250; bonus bDex,250; bonus bLuk,250; }",50,10000,BF_MAGIC;
|
||||
|
bonus bMaxHPrate,15;
bonus2 bMagicAtkEle,Ele_All,15;
if (getequiprefinerycnt(EQI_GARMENT)>=10) {
bonus bMagicHPGainValue,250;
bonus bMagicHPGainValue,25;
}
|