ID #540014
Weapon
Poenitentia Codex [2]
Buy Price: N/A
Sell Price: N/A
A book containing the pain of bereavement.
_______________________
Indestructible in battle
_______________________
MATK +215
_______________________
MATK +10%
_______________________
Increases damage of Diamond Storm and Terra Drive by 10%.
_______________________
For each 2 Refine Levels:
Increases damage of Diamond Dust and Earth Grave by 3%.
_______________________
Refine Level +7:
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +9:
Increases damage of Diamond Dust and Earth Grave by additional 25%.
_______________________
Refine Level +11:
Decreases Diamond Dust and Earth Grave skill cooldown by 2 seconds.
_______________________
[Bonus by Grade]
[Grade D]: Damage of Diamond Storm and Terra Drive +5%.
[Grade C]: Damage of Diamond Storm and Terra Drive +8%, S.MATK +1.
[Grade B]: Damage of Diamond Storm and Terra Drive +12%, SPL +1.
_______________________
Type: Book
Attack: 150
Weight: 160
Weapon Level: 5
_______________________
Requirement:
Base Level 230
Elemental Master
_______________________
Indestructible in battle
_______________________
MATK +215
_______________________
MATK +10%
_______________________
Increases damage of Diamond Storm and Terra Drive by 10%.
_______________________
For each 2 Refine Levels:
Increases damage of Diamond Dust and Earth Grave by 3%.
_______________________
Refine Level +7:
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +9:
Increases damage of Diamond Dust and Earth Grave by additional 25%.
_______________________
Refine Level +11:
Decreases Diamond Dust and Earth Grave skill cooldown by 2 seconds.
_______________________
[Bonus by Grade]
[Grade D]: Damage of Diamond Storm and Terra Drive +5%.
[Grade C]: Damage of Diamond Storm and Terra Drive +8%, S.MATK +1.
[Grade B]: Damage of Diamond Storm and Terra Drive +12%, SPL +1.
_______________________
Type: Book
Attack: 150
Weight: 160
Weapon Level: 5
_______________________
Requirement:
Base Level 230
Elemental Master
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
1600
Range
1
Acquisition method
Equipment reform
Job Requirements
Sage
Yes
Requirements
Weapon Level
5
Min Level
230
Scripts
Script .@g = getenchantgrade(); .@r = getrefine(); bonus bUnbreakableWeapon; bonus bMatkRate,10; bonus2 bSkillAtk,"EM_DIAMOND_STORM",10; bonus2 bSkillAtk,"EM_TERRA_DRIVE",10; bonus2 bSkillAtk,"SO_DIAMONDDUST",3*(.@r/2); bonus2 bSkillAtk,"SO_EARTHGRAVE",3*(.@r/2); if (.@r>=7) { bonus bVariableCastrate,-10; if (.@r>=9) { bonus2 bSkillAtk,"SO_DIAMONDDUST",25; bonus2 bSkillAtk,"SO_EARTHGRAVE",25; if (.@r>=11) { bonus2 bSkillCooldown,"SO_DIAMONDDUST",-2000; bonus2 bSkillCooldown,"SO_EARTHGRAVE",-2000; } } } if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"EM_DIAMOND_STORM",5; bonus2 bSkillAtk,"EM_TERRA_DRIVE",5; if (.@g >= ENCHANTGRADE_C) { bonus bSMatk,1; bonus2 bSkillAtk,"EM_DIAMOND_STORM",8; bonus2 bSkillAtk,"EM_TERRA_DRIVE",8; if (.@g >= ENCHANTGRADE_B) { bonus bSpl,1; bonus2 bSkillAtk,"EM_DIAMOND_STORM",12; bonus2 bSkillAtk,"EM_TERRA_DRIVE",12; } } }
.@g = getenchantgrade();
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bMatkRate,10;
bonus2 bSkillAtk,"EM_DIAMOND_STORM",10;
bonus2 bSkillAtk,"EM_TERRA_DRIVE",10;
bonus2 bSkillAtk,"SO_DIAMONDDUST",3*(.@r/2);
bonus2 bSkillAtk,"SO_EARTHGRAVE",3*(.@r/2);
if (.@r>=7) {
bonus bVariableCastrate,-10;
if (.@r>=9) {
bonus2 bSkillAtk,"SO_DIAMONDDUST",25;
bonus2 bSkillAtk,"SO_EARTHGRAVE",25;
if (.@r>=11) {
bonus2 bSkillCooldown,"SO_DIAMONDDUST",-2000;
bonus2 bSkillCooldown,"SO_EARTHGRAVE",-2000;
}
}
}
if (.@g >= ENCHANTGRADE_D) {
bonus2 bSkillAtk,"EM_DIAMOND_STORM",5;
bonus2 bSkillAtk,"EM_TERRA_DRIVE",5;
if (.@g >= ENCHANTGRADE_C) {
bonus bSMatk,1;
bonus2 bSkillAtk,"EM_DIAMOND_STORM",8;
bonus2 bSkillAtk,"EM_TERRA_DRIVE",8;
if (.@g >= ENCHANTGRADE_B) {
bonus bSpl,1;
bonus2 bSkillAtk,"EM_DIAMOND_STORM",12;
bonus2 bSkillAtk,"EM_TERRA_DRIVE",12;
}
}
}