Patent Crimson Rose [2]
Seeing the state of the red rose, it began to show its natural strength.
It seems to resonate with the Great Hero's Boots.
_______________________
For each 2 Refine Levels:
ATK +10
_______________________
For each 3 Refine Levels:
Increases damage of Fire Dance by 2%.
_______________________
Refine Level +7:
ATK +5%
Increases Ranged Physical Damage by 10%.
_______________________
Refine Level +9:
When Heat Barrel is used:
Increases damage of Fire Dance by 25% and Ranged Physical Damage by 20% for 60 seconds.
_______________________
Refine Level +11:
Decreases After Skill Delay by 10%.
_______________________
When equipped with Great Hero's Boots:
DEX +10, ATK +7%.
_______________________
Type: Revolver
Attack: 200
Weight: 100
Weapon Level: 4
_______________________
Requirement:
Base Level 150
Rebellion
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_6
Basic Information
Job Requirements
Requirements
Scripts
Script .@r = getrefine(); bonus bBaseAtk,.@r/2*10; bonus2 bSkillAtk,"RL_FIREDANCE",.@r/3*2; if (.@r>=7) { bonus bAtkRate,5; bonus bLongAtkRate,10; } if (.@r>=9) { bonus2 bSkillAtk,"RL_FIREDANCE",25; autobonus3 "{ bonus bLongAtkRate,20; }",1000,60000,"RL_HEAT_BARREL"; } if (.@r>=11) { bonus bDelayrate,-10; }
.@r = getrefine();
bonus bBaseAtk,.@r/2*10;
bonus2 bSkillAtk,"RL_FIREDANCE",.@r/3*2;
if (.@r>=7) {
bonus bAtkRate,5;
bonus bLongAtkRate,10;
}
if (.@r>=9) {
bonus2 bSkillAtk,"RL_FIREDANCE",25;
autobonus3 "{ bonus bLongAtkRate,20; }",1000,60000,"RL_HEAT_BARREL";
}
if (.@r>=11) {
bonus bDelayrate,-10;
}