ID #550149
Weapon
Staff of the Sands [2]
Buy Price: N/A
Sell Price: N/A
Type: Weapon
Attack: 10
Weight: 600
Slots: 2
Weapon level: 4
Required level: 99
Attack: 10
Weight: 600
Slots: 2
Weapon level: 4
Required level: 99
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
600
Range
1
Job Requirements
Priest
Yes
Requirements
Weapon Level
4
Min Level
99
Scripts
Script .@r = getrefine(); bonus bUnbreakableWeapon; bonus bMatk,10*(.@r/2); bonus bHealPower,10*(.@r/2); bonus bMaxHP,1000*(.@r/3); if (.@r>=6) { skill "WZ_HEAVENDRIVE",3; if (.@r>=8) { bonus2 bSubRace,RC_Player_Human,10; bonus2 bSubRace,RC_Player_Doram,10; if (.@r>=10) { bonus2 bSkillCooldown,"AB_LAUDARAMUS",-3000; bonus2 bSkillCooldown,"AB_LAUDAAGNUS",-3000; if (.@r>=12) { bonus2 bSkillCooldown,"AB_CLEARANCE",-5000; } } } }
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bMatk,10*(.@r/2);
bonus bHealPower,10*(.@r/2);
bonus bMaxHP,1000*(.@r/3);
if (.@r>=6) {
skill "WZ_HEAVENDRIVE",3;
if (.@r>=8) {
bonus2 bSubRace,RC_Player_Human,10;
bonus2 bSubRace,RC_Player_Doram,10;
if (.@r>=10) {
bonus2 bSkillCooldown,"AB_LAUDARAMUS",-3000;
bonus2 bSkillCooldown,"AB_LAUDAAGNUS",-3000;
if (.@r>=12) {
bonus2 bSkillCooldown,"AB_CLEARANCE",-5000;
}
}
}
}