ID #1672
Weapon
Safety Rod [1]
Buy Price: N/A
Sell Price: N/A
A magic staff that protects its user from the attacks of evil men. It's very popular for children and young women.
_______________________
INT +2
MATK +120
_______________________
Decreases damage taken from Demi-Human race by 5%.
_______________________
For each Refine Level equal or above +6:
Decreases damage taken from Demi-Human race by 1%.
_______________________
Random chance to auto-cast Level 1 Heal or learned Level of Heal on wielder when receiving physical damage.
_______________________
Type: One-Handed Staff
Attack: 10
Weight: 50
Weapon Level: 4
_______________________
Requirement:
Base Level 36
Acolyte
_______________________
INT +2
MATK +120
_______________________
Decreases damage taken from Demi-Human race by 5%.
_______________________
For each Refine Level equal or above +6:
Decreases damage taken from Demi-Human race by 1%.
_______________________
Random chance to auto-cast Level 1 Heal or learned Level of Heal on wielder when receiving physical damage.
_______________________
Type: One-Handed Staff
Attack: 10
Weight: 50
Weapon Level: 4
_______________________
Requirement:
Base Level 36
Acolyte
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
500
Range
1
Job Requirements
Acolyte
Yes
Monk
Yes
Priest
Yes
Requirements
Weapon Level
4
Min Level
36
Scripts
Script bonus bInt,2; bonus3 bAutoSpellWhenHit,"AL_HEAL",max(1,getskilllv("AL_HEAL")),20; if (getrefine()>5) .@val += getrefine()-5; bonus2 bSubRace,RC_DemiHuman,5+.@val; bonus2 bSubRace,RC_Player_Human,5+.@val;
bonus bInt,2;
bonus3 bAutoSpellWhenHit,"AL_HEAL",max(1,getskilllv("AL_HEAL")),20;
if (getrefine()>5)
.@val += getrefine()-5;
bonus2 bSubRace,RC_DemiHuman,5+.@val;
bonus2 bSubRace,RC_Player_Human,5+.@val;