ID #28564
Armor
Valkyrie Drop [1]
Buy Price: N/A
Sell Price: N/A
The thing that the tears shed when the battle maiden chose the dead person crystallized.
It is said some of God's powers were sealed in it.
_______________________
Decreases Variable Casting Time by 10%.
Decreases After Skill Delay by 5%.
Increases SP Recovery Rate by 50%.
Decreases Variable Casting Time of Oratio by 50%.
Decreases Fixed Casting Time of Oratio by 100%.
_______________________
For each 2 Base Level:
Increases damage of Magnus Exorcismus by 3%.
_______________________
For each Level of Impositio Manus:
Increases Magical Damage against monsters of Small, Medium and Large size by 3%.
_______________________
If Level 5 Impositio Manus is learned:
Enables the use of Level 2 Odin's Power.
_______________________
Type: Accessory
Weight: 30
Armor Level: 1
_______________________
Requirement:
Base Level 100
It is said some of God's powers were sealed in it.
_______________________
Decreases Variable Casting Time by 10%.
Decreases After Skill Delay by 5%.
Increases SP Recovery Rate by 50%.
Decreases Variable Casting Time of Oratio by 50%.
Decreases Fixed Casting Time of Oratio by 100%.
_______________________
For each 2 Base Level:
Increases damage of Magnus Exorcismus by 3%.
_______________________
For each Level of Impositio Manus:
Increases Magical Damage against monsters of Small, Medium and Large size by 3%.
_______________________
If Level 5 Impositio Manus is learned:
Enables the use of Level 2 Odin's Power.
_______________________
Type: Accessory
Weight: 30
Armor Level: 1
_______________________
Requirement:
Base Level 100
Basic Information
Type
Armor
Weight
30
Requirements
Armor Level
1
Min Level
100
Scripts
Script .@a = getskilllv("PR_IMPOSITIO"); bonus bSPrecovRate,50; bonus bVariableCastrate,-10; bonus bDelayrate,-5; bonus2 bVariableCastrate,"AB_ORATIO",-50; bonus2 bFixedCastrate,"AB_ORATIO",-100; bonus2 bMagicAddSize,Size_All,3*.@a; bonus2 bSkillAtk,"PR_MAGNUS",3*(BaseLevel/2); if (.@a == 5) skill "ALL_ODINS_POWER",2;
.@a = getskilllv("PR_IMPOSITIO");
bonus bSPrecovRate,50;
bonus bVariableCastrate,-10;
bonus bDelayrate,-5;
bonus2 bVariableCastrate,"AB_ORATIO",-50;
bonus2 bFixedCastrate,"AB_ORATIO",-100;
bonus2 bMagicAddSize,Size_All,3*.@a;
bonus2 bSkillAtk,"PR_MAGNUS",3*(BaseLevel/2);
if (.@a == 5)
skill "ALL_ODINS_POWER",2;