[Not For Sale] Exotic Temporal Ring
| Item ID | 490332 | Name | [Not For Sale] Exotic Temporal Ring |
|
None
|
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Comp_TimeOverloadR_TW | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Accessory Left | ||
| 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 | Can't be dropped, Can't be traded with player, Can't be put in Cart, Can't be put in Guild Storage, Can't be attached in Mail, Can't be auctioned | ||
| Item Script |
bonus bAllStats,2; bonus bMdef,5; |
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
if (readparam(bStr)>=120) {
bonus bAtkRate,8;
bonus2 bAddSize,Size_All,8;
}
if (readparam(bAgi)>=120) {
bonus bAspdRate,4;
bonus bCritAtkRate,15;
}
if (readparam(bVit)>=120) {
bonus bMaxHPrate,8;
bonus bDelayrate,-8;
}
if (readparam(bInt)>=120) {
bonus bMatkRate,8;
bonus2 bMagicAtkEle,Ele_All,8;
}
if (readparam(bDex)>=120) {
bonus bLongAtkRate,5;
bonus bAtkRate,8;
}
if (readparam(bLuk)>=120) {
bonus bCritAtkRate,10;
bonus bAspd,1;
}
|
||||
|
.@r = getequiprefinerycnt(EQI_GARMENT);
if (.@r>=9) {
bonus2 bIgnoreDefRaceRate,RC_All,5;
bonus2 bIgnoreMdefRaceRate,RC_All,5;
bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-5;
bonus2 bIgnoreMdefRaceRate,RC_Player_Human,-5;
}
if (.@r>=12) {
bonus2 bIgnoreDefRaceRate,RC_All,15;
bonus2 bIgnoreMdefRaceRate,RC_All,15;
bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-15;
bonus2 bIgnoreMdefRaceRate,RC_Player_Human,-15;
}
|