Patent Red Lotus Sword [2]
With a more intense flame, he began to demonstrate his natural ability.
It resonates with Great Hero's Boots.
_______________________
For each 2 Refine Levels:
ATK +15
_______________________
For each 3 Refine Levels:
Increases Ranged Physical Damage by 4%.
_______________________
Refine Level +7:
Decreases SP Consumption of Cart Cannon by 10%.
Decreases Variable Casting Time by 7%.
_______________________
Refine Level +9:
Increases damage of Cart Cannon by 20%.
_______________________
Refine Level +11:
Increases damage of Acid Demonstration by 10%.
Decreases Variable Casting Time by additional 5%.
_______________________
When equipped with Great Hero's Boots:
DEX +10
Increases Ranged Physical Damage by additional 5%.
_______________________
Type: One-Handed Sword
Attack: 200
Weight: 100
Weapon Level: 4
_______________________
Requirement:
Base Level 150
Genetic
Available from boxes
Equipment Reform
Available through the reform system C_Weapon_Reform_1
Available through the reform system C_Weapon_Reform_2
Available through the reform system C_Weapon_Reform_3
Available through the reform system Hero_Weapon_Up_Box_3
Equipment Slots
Basic Information
Job Requirements
Requirements
Scripts
Script .@r = getrefine(); bonus bBaseAtk,.@r/2*15; bonus bLongAtkRate,.@r/3*4; if (.@r>=7) { bonus2 bSkillUseSPrate,"GN_CARTCANNON",10; bonus bVariableCastrate,-7; } if (.@r>=9) { bonus2 bSkillAtk,"GN_CARTCANNON",20; } if (.@r>=11) { bonus bVariableCastrate,-5; bonus2 bSkillAtk,"CR_ACIDDEMONSTRATION",10; }
.@r = getrefine();
bonus bBaseAtk,.@r/2*15;
bonus bLongAtkRate,.@r/3*4;
if (.@r>=7) {
bonus2 bSkillUseSPrate,"GN_CARTCANNON",10;
bonus bVariableCastrate,-7;
}
if (.@r>=9) {
bonus2 bSkillAtk,"GN_CARTCANNON",20;
}
if (.@r>=11) {
bonus bVariableCastrate,-5;
bonus2 bSkillAtk,"CR_ACIDDEMONSTRATION",10;
}