Renewal
.:Renewal Item Database:.
Armor - Accessory (Right)

Dimensional Wanderer's Key [1]   [Accessory (Right)]   Item ID# 490276 (Dimmension_W_Key)
Type
Armor
Class
Accessory (Right)
Buy
n/a
Sell
n/a
Weight
20
Required Lvl
240
Armor Lvl
2
Slot
1
Applicable Jobs
Every Job
Description
A key possessed by an existence that crosses dimensions.
It's unclear which door can be opened with it.

[Can be refined]

All Traits +3
Decreases variable cast time by 10%.

Refine Level +7:
S.MATK +3

Refine Level +9:
For each 20 base SPL:
WIS +4, S.MATK +2

Refine Level +12:
Decrease fixed cast time by 0.3 seconds.

[Bonus by Grade]
[Grade D]: SPL +2, MATK +3%.
[Grade C]: S.MATK +2
[Grade B]: S.MATK +3, RES +20.
[Grade A]: SPL +2 per 15 base INT.
Item Script
expand to view script
{ .@param = (readparam(bSpl)/20); .@g = getenchantgrade(); .@r = getrefine(); bonus bAllTraitStats,3; bonus bVariableCastrate,-10; if (.@r>=7) { bonus bSMatk,3; if (.@r>=9) { bonus bSMatk,2*.@param; bonus bWis,4*.@param; if (.@r>=12) { bonus bFixedCast,-300; } } } if (.@g>=ENCHANTGRADE_D) { bonus bMatkRate,3; bonus bSpl,2; if (.@g>=ENCHANTGRADE_C) { bonus bSMatk,2; if (.@g>=ENCHANTGRADE_B) { bonus bSMatk,3; bonus bRes,20; if (.@g>=ENCHANTGRADE_A) { bonus bSpl,2*(readparam(bInt)/15); } } } } },{},{}
Dropped By No Result

Dimensional Wanderer's Keychain [1]   [Accessory (Right)]   Item ID# 490278 (Dimmension_W_Keyring)
Dimensional Wanderer's Keyring
Type
Armor
Class
Accessory (Right)
Buy
n/a
Sell
n/a
Weight
20
Required Lvl
240
Armor Lvl
2
Slot
1
Applicable Jobs
Every Job
Description
A keyring possessed by an existence that crosses dimensions.
It's unclear which keys it can hold.

[Can be refined]

All Traits +3
Decreases variable cast time by 10%.

Refine Level +7:
P.ATK +3

Refine Level +9:
For each 20 base CON:
CRT +4, P.ATK +2

Refine Level +12:
Decrease fixed cast time by 0.3 seconds.

[Bonus by Grade]
[Grade D]: CON +2, ATK +3%.
[Grade C]: P.ATK +2
[Grade B]: P.ATK +3, RES +20.
[Grade A]: CON +2 per 15 base DEX.
Item Script
expand to view script
{ .@param = (readparam(bCon)/20); .@g = getenchantgrade(); .@r = getrefine(); bonus bAllTraitStats,3; bonus bVariableCastrate,-10; if (.@r>=7) { bonus bPAtk,3; if (.@r>=9) { bonus bPAtk,2*.@param; bonus bCrt,4*.@param; if (.@r>=12) { bonus bFixedCast,-300; } } } if (.@g>=ENCHANTGRADE_D) { bonus bAtkRate,3; bonus bCon,2; if (.@g>=ENCHANTGRADE_C) { bonus bPAtk,2; if (.@g>=ENCHANTGRADE_B) { bonus bPAtk,3; bonus bRes,20; if (.@g>=ENCHANTGRADE_A) { bonus bCon,2*(readparam(bDex)/15); } } } } },{},{}
Dropped By No Result

Dimensional Wanderer's Lock [1]   [Accessory (Right)]   Item ID# 490277 (Dimmension_W_Padlock)
Type
Armor
Class
Accessory (Right)
Buy
n/a
Sell
n/a
Weight
20
Required Lvl
240
Armor Lvl
2
Slot
1
Applicable Jobs
Every Job
Description
A lock possessed by an existence that crosses dimensions.
It's unclear which door can be locked with it.

[Can be refined]

All Traits +3
Decreases variable cast time by 10%.

Refine Level +7:
P.ATK +3

Refine Level +9:
For each 20 base POW:
STA +4, P.ATK +2

Refine Level +12:
Decrease fixed cast time by 0.3 seconds.

[Bonus by Grade]
[Grade D]: POW +2, ATK +3%.
[Grade C]: P.ATK +2
[Grade B]: P.ATK +3, RES +20.
[Grade A]: POW +2 per 15 base STR.
Item Script
expand to view script
{ .@param = (readparam(bPow)/20); .@g = getenchantgrade(); .@r = getrefine(); bonus bAllTraitStats,3; bonus bVariableCastrate,-10; if (.@r>=7) { bonus bPAtk,3; if (.@r>=9) { bonus bPAtk,2*.@param; bonus bSta,4*.@param; if (.@r>=12) { bonus bFixedCast,-300; } } } if (.@g>=ENCHANTGRADE_D) { bonus bAtkRate,3; bonus bPow,2; if (.@g>=ENCHANTGRADE_C) { bonus bPAtk,2; if (.@g>=ENCHANTGRADE_B) { bonus bPAtk,3; bonus bRes,20; if (.@g>=ENCHANTGRADE_A) { bonus bPow,2*(readparam(bStr)/15); } } } } },{},{}
Dropped By No Result

back to top