ID #13485
Weapon
Red Lotus Sword [2]
Buy Price: N/A
Sell Price: N/A
A sword with blue colored flame when unsheathed.
It resonates with Ancient Hero's Boots.
_______________________
For each 2 Refine Levels:
ATK +10
_______________________
For each 3 Refine Levels:
Increases Ranged Physical Damage by 4%.
_______________________
Refine Level +9:
Decreases SP Consumption of Cart Cannon by 10%.
_______________________
Refine Level +11:
Increases damage of Cart Cannon by 15%.
_______________________
When equipped with Ancient Hero's Boots:
3% chance to increase DEX by 20 and Ranged Physical Damage by 10% for 7 sec when dealing physical damage.
_______________________
Type: One-Handed Sword
Attack: 180
Weight: 80
Weapon Level: 4
_______________________
Requirement:
Base Level 100
Genetic
It resonates with Ancient Hero's Boots.
_______________________
For each 2 Refine Levels:
ATK +10
_______________________
For each 3 Refine Levels:
Increases Ranged Physical Damage by 4%.
_______________________
Refine Level +9:
Decreases SP Consumption of Cart Cannon by 10%.
_______________________
Refine Level +11:
Increases damage of Cart Cannon by 15%.
_______________________
When equipped with Ancient Hero's Boots:
3% chance to increase DEX by 20 and Ranged Physical Damage by 10% for 7 sec when dealing physical damage.
_______________________
Type: One-Handed Sword
Attack: 180
Weight: 80
Weapon Level: 4
_______________________
Requirement:
Base Level 100
Genetic
Available from boxes
Equipment Reform
Available through the reform system Hero_Equipment_Cube
Available through the reform system Hero_Up_Cube_11
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
800
Range
1
Acquisition method
Equipment reform
Job Requirements
Alchemist
Yes
Requirements
Weapon Level
4
Min Level
100
Scripts
Script .@r = getrefine(); bonus bBaseAtk,10*(.@r/2); bonus bLongAtkRate,4*(.@r/3); if (.@r>=9) { bonus2 bSkillUseSPrate,"GN_CARTCANNON",10; } if (.@r>=11) { bonus2 bSkillAtk,"GN_CARTCANNON",15; }
.@r = getrefine();
bonus bBaseAtk,10*(.@r/2);
bonus bLongAtkRate,4*(.@r/3);
if (.@r>=9) {
bonus2 bSkillUseSPrate,"GN_CARTCANNON",10;
}
if (.@r>=11) {
bonus2 bSkillAtk,"GN_CARTCANNON",15;
}