ID #500019
Weapon
Poenitentia Gladius [2]
Buy Price: N/A
Sell Price: N/A
A sword containing the pain of bereavement.
_______________________
MATK +250
MATK +10%
_______________________
Increases damage of Cross Rain by 10%.
_______________________
For each 2 Refine Levels:
Increases damage of Genesis Ray by 4%.
_______________________
Refine Level +7:
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +9:
Increases damage of Genesis Ray by additional 25%.
_______________________
Refine Level +11:
Increases Magical Damage with Holy element by 10%.
_______________________
[Bonus by Grade]
[Grade D]: Increases damage of Cross Rain by 5%.
[Grade C]: Increases damage of Cross Rain by 8%, S.MATK +1.
[Grade B]: Increases damage of Cross Rain by 12%, SPL +1.
_______________________
Type: Sword
Attack: 195
Weight: 180
Weapon Level: 5
_______________________
Requirement:
Base Level 230
Imperial Guard
_______________________
MATK +250
MATK +10%
_______________________
Increases damage of Cross Rain by 10%.
_______________________
For each 2 Refine Levels:
Increases damage of Genesis Ray by 4%.
_______________________
Refine Level +7:
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +9:
Increases damage of Genesis Ray by additional 25%.
_______________________
Refine Level +11:
Increases Magical Damage with Holy element by 10%.
_______________________
[Bonus by Grade]
[Grade D]: Increases damage of Cross Rain by 5%.
[Grade C]: Increases damage of Cross Rain by 8%, S.MATK +1.
[Grade B]: Increases damage of Cross Rain by 12%, SPL +1.
_______________________
Type: Sword
Attack: 195
Weight: 180
Weapon Level: 5
_______________________
Requirement:
Base Level 230
Imperial Guard
Available from boxes
Equipment Reform
Available through the reform system Poenitentia_Hammer
- Blacksmith Blessing × 14
Available through the reform system Plus7_Refine_NPC
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Weapon
Weight
1800
Range
1
Acquisition method
Equipment reform
Job Requirements
Crusader
Yes
Requirements
Weapon Level
5
Min Level
230
Scripts
Script .@g = getenchantgrade(); .@r = getrefine(); bonus bMatkRate,10; bonus2 bSkillAtk,"IG_CROSS_RAIN",10; bonus2 bSkillAtk,"LG_RAYOFGENESIS",4*(.@r/2); if (.@r>=7) { bonus bVariableCastrate,-10; if (.@r>=9) { bonus2 bSkillAtk,"LG_RAYOFGENESIS",25; if (.@r>=11) { bonus2 bMagicAtkEle,Ele_Holy,10; } } } if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"IG_CROSS_RAIN",5; if (.@g >= ENCHANTGRADE_C) { bonus bSMatk,1; bonus2 bSkillAtk,"IG_CROSS_RAIN",8; if (.@g >= ENCHANTGRADE_B) { bonus bSpl,1; bonus2 bSkillAtk,"IG_CROSS_RAIN",12; } } }
.@g = getenchantgrade();
.@r = getrefine();
bonus bMatkRate,10;
bonus2 bSkillAtk,"IG_CROSS_RAIN",10;
bonus2 bSkillAtk,"LG_RAYOFGENESIS",4*(.@r/2);
if (.@r>=7) {
bonus bVariableCastrate,-10;
if (.@r>=9) {
bonus2 bSkillAtk,"LG_RAYOFGENESIS",25;
if (.@r>=11) {
bonus2 bMagicAtkEle,Ele_Holy,10;
}
}
}
if (.@g >= ENCHANTGRADE_D) {
bonus2 bSkillAtk,"IG_CROSS_RAIN",5;
if (.@g >= ENCHANTGRADE_C) {
bonus bSMatk,1;
bonus2 bSkillAtk,"IG_CROSS_RAIN",8;
if (.@g >= ENCHANTGRADE_B) {
bonus bSpl,1;
bonus2 bSkillAtk,"IG_CROSS_RAIN",12;
}
}
}