ID #490276
Armor
Dimensional Wanderer's Key [1]
Buy Price: N/A
Sell Price: N/A
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 Casting 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:
Decreases Fixed Casting 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.
_______________________
Type: Accessory
Position: Right
Defense: 0
Weight: 20
Armor Level: 2
_______________________
Requirement:
Base Level 240
It's unclear which door can be opened with it.
_______________________
[Can be refined]
_______________________
All Traits +3
Decreases Variable Casting 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:
Decreases Fixed Casting 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.
_______________________
Type: Accessory
Position: Right
Defense: 0
Weight: 20
Armor Level: 2
_______________________
Requirement:
Base Level 240
Equipment Reform
Available through the reform system Dimmen_A_Refine
- Herosria Gold Bar × 50
- Herosria Silver Bar × 100
- Herosria Copper Bar × 200
- Herosria Iron Bar × 300
Basic Information
Type
Armor
Weight
200
Acquisition method
Equipment reform
Requirements
Armor Level
2
Min Level
240
Scripts
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); } } } }
.@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);
}
}
}
}