ID #450413
Armor
Yorscalp Robe [1]
Buy Price: N/A
Sell Price: N/A
An robe amplified by the Serpent's Curse.
_______________________
MATK +130.
_______________________
For each 2 Refine Levels:
MATK +20, DEF +20.
_______________________
Refine Level +7:
Increases Magical Damage with every element by 5%.
_______________________
Refine Level +9:
S.MATK +5.
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +10:
Increases Magical Damage with every element by additional 10%.
_______________________
Refine Level +12:
Decreases After Skill Delay by 5%.
_______________________
When equipped with Yorscalp Muffler:
Increases Magical Damage against enemies of every element by 15%.
_______________________
When equipped with Yorscalp Shoes:
Increases Magical Damage against enemies of every race, except Players, by 15%.
_______________________
[Bonus by Grade]
[Grade D]: SPL +5, CON +5, After Skill Delay -5%.
[Grade C]: MATK +5%, S.MATK +3.
[Grade B]: SPL +5, CON +5, S.MATK +3.
[Grade A]: MATK +5%, S.MATK +5.
_______________________
Type: Armor
Defense: 130
Weight: 120
Armor Level: 2
_______________________
Requirement:
Base Level 250
_______________________
MATK +130.
_______________________
For each 2 Refine Levels:
MATK +20, DEF +20.
_______________________
Refine Level +7:
Increases Magical Damage with every element by 5%.
_______________________
Refine Level +9:
S.MATK +5.
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +10:
Increases Magical Damage with every element by additional 10%.
_______________________
Refine Level +12:
Decreases After Skill Delay by 5%.
_______________________
When equipped with Yorscalp Muffler:
Increases Magical Damage against enemies of every element by 15%.
_______________________
When equipped with Yorscalp Shoes:
Increases Magical Damage against enemies of every race, except Players, by 15%.
_______________________
[Bonus by Grade]
[Grade D]: SPL +5, CON +5, After Skill Delay -5%.
[Grade C]: MATK +5%, S.MATK +3.
[Grade B]: SPL +5, CON +5, S.MATK +3.
[Grade A]: MATK +5%, S.MATK +5.
_______________________
Type: Armor
Defense: 130
Weight: 120
Armor Level: 2
_______________________
Requirement:
Base Level 250
Equipment Reform
Available through the reform system Yorscalp_Refin_Hammer
- Zelunium × 200
- Shape of Fallen Serpent × 10
- Symbol of Curse × 50
- Spirit of Yorscalp × 100
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
1200
Defense
130
Acquisition method
Equipment reform
Requirements
Armor Level
2
Min Level
250
Scripts
Script .@g = getenchantgrade(); .@r = getrefine(); bonus bMatk,130+20*(.@r/2); bonus bDef,20*(.@r/2); if (.@r>=7) { bonus2 bMagicAtkEle,Ele_All,5; if (.@r>=9) { bonus bVariableCastrate,-10; bonus bSMatk,5; if (.@r>=10) { bonus2 bMagicAtkEle,Ele_All,10; if (.@r>=12) { bonus bDelayrate,-5; } } } } if (.@g>=ENCHANTGRADE_D) { bonus bDelayrate,-5; bonus bSpl,5; bonus bCon,5; if (.@g>=ENCHANTGRADE_C) { bonus bSMatk,3; bonus bMatkRate,5; if (.@g>=ENCHANTGRADE_B) { bonus bSMatk,3; bonus bSpl,5; bonus bCon,5; if (.@g>=ENCHANTGRADE_A) { bonus bSMatk,5; bonus bMatkRate,5; } } } }
.@g = getenchantgrade();
.@r = getrefine();
bonus bMatk,130+20*(.@r/2);
bonus bDef,20*(.@r/2);
if (.@r>=7) {
bonus2 bMagicAtkEle,Ele_All,5;
if (.@r>=9) {
bonus bVariableCastrate,-10;
bonus bSMatk,5;
if (.@r>=10) {
bonus2 bMagicAtkEle,Ele_All,10;
if (.@r>=12) {
bonus bDelayrate,-5;
}
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bDelayrate,-5;
bonus bSpl,5;
bonus bCon,5;
if (.@g>=ENCHANTGRADE_C) {
bonus bSMatk,3;
bonus bMatkRate,5;
if (.@g>=ENCHANTGRADE_B) {
bonus bSMatk,3;
bonus bSpl,5;
bonus bCon,5;
if (.@g>=ENCHANTGRADE_A) {
bonus bSMatk,5;
bonus bMatkRate,5;
}
}
}
}