ID #26158
Weapon
Crimson Rose Stick [2]
Buy Price: N/A
Sell Price: N/A
This staff is great for doing great magic damage.
_______________________
MATK +180
_______________________
Indestructible in battle
_______________________
Increases Magical Damage with Fire and Shadow element by 5%.
_______________________
For each Refine Level:
MATK +4
_______________________
Refine Level +9:
Increases damage of Hell Inferno by 30%.
_______________________
Refine Level +11:
Decreases Crimson Rock skill cooldown by 1 second.
_______________________
Type: One-Handed Staff
Attack: 100
Weight: 70
Weapon Level: 4
Refineable:
_______________________
Requirement:
Base Level 170
Warlock
_______________________
MATK +180
_______________________
Indestructible in battle
_______________________
Increases Magical Damage with Fire and Shadow element by 5%.
_______________________
For each Refine Level:
MATK +4
_______________________
Refine Level +9:
Increases damage of Hell Inferno by 30%.
_______________________
Refine Level +11:
Decreases Crimson Rock skill cooldown by 1 second.
_______________________
Type: One-Handed Staff
Attack: 100
Weight: 70
Weapon Level: 4
Refineable:
_______________________
Requirement:
Base Level 170
Warlock
Available from boxes
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
700
Range
1
Job Requirements
Wizard
Yes
Requirements
Weapon Level
4
Min Level
170
Scripts
Script .@r = getrefine(); bonus bMatk,4*.@r; bonus bUnbreakableWeapon; bonus2 bMagicAtkEle,Ele_Fire,5; bonus2 bMagicAtkEle,Ele_Dark,5; if (.@r >= 9) { bonus2 bSkillAtk,"WL_HELLINFERNO",30; } if (.@r >= 11) { bonus2 bSkillCooldown,"WL_CRIMSONROCK",-1000; }
.@r = getrefine();
bonus bMatk,4*.@r;
bonus bUnbreakableWeapon;
bonus2 bMagicAtkEle,Ele_Fire,5;
bonus2 bMagicAtkEle,Ele_Dark,5;
if (.@r >= 9) {
bonus2 bSkillAtk,"WL_HELLINFERNO",30;
}
if (.@r >= 11) {
bonus2 bSkillCooldown,"WL_CRIMSONROCK",-1000;
}