ID #26152
Weapon
Staff of Puffy [1]
Buy Price: N/A
Sell Price: N/A
A cane that contains the power of cats that use hypnosis, which is rare in the world.
_______________________
Attack Range: 5 cells
_______________________
MATK +150
_______________________
When Level 5 Spell Fist is learned:
For each Refine Level:
Increases damage of Fire Bolt, Cold Bolt, Lightning Bolt and Earth Spike by 3%.
_______________________
Refine Level +10:
Enables the use of Level 3 Double Attack.
_______________________
When equipped with Imp Card:
Increases Fixed Casting Time of Fire Bolt by 10 seconds.
_______________________
When equipped with Siroma Card:
Increases Fixed Casting Time of Cold Bolt by 10 seconds.
_______________________
When equipped with Elvira Card:
Increases Fixed Casting Time of Lightning Bolt by 10 seconds.
_______________________
Indestructible in battle
_______________________
Type: One-Handed Staff
Attack: 70
Weight: 100
Weapon Level: 4
_______________________
Requirement:
Base Level 100
Archbishop and Sorcerer
_______________________
Attack Range: 5 cells
_______________________
MATK +150
_______________________
When Level 5 Spell Fist is learned:
For each Refine Level:
Increases damage of Fire Bolt, Cold Bolt, Lightning Bolt and Earth Spike by 3%.
_______________________
Refine Level +10:
Enables the use of Level 3 Double Attack.
_______________________
When equipped with Imp Card:
Increases Fixed Casting Time of Fire Bolt by 10 seconds.
_______________________
When equipped with Siroma Card:
Increases Fixed Casting Time of Cold Bolt by 10 seconds.
_______________________
When equipped with Elvira Card:
Increases Fixed Casting Time of Lightning Bolt by 10 seconds.
_______________________
Indestructible in battle
_______________________
Type: One-Handed Staff
Attack: 70
Weight: 100
Weapon Level: 4
_______________________
Requirement:
Base Level 100
Archbishop and Sorcerer
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
300
Range
5
Job Requirements
Priest
Yes
Sage
Yes
Requirements
Weapon Level
4
Min Level
100
Scripts
Script .@r = getrefine(); if (getskilllv("SO_SPELLFIST")>=5) { bonus2 bSkillAtk,"MG_FIREBOLT",.@r*3; bonus2 bSkillAtk,"MG_COLDBOLT",.@r*3; bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",.@r*3; } if (.@r>=10) { skill "TF_DOUBLE",3; }
.@r = getrefine();
if (getskilllv("SO_SPELLFIST")>=5) {
bonus2 bSkillAtk,"MG_FIREBOLT",.@r*3;
bonus2 bSkillAtk,"MG_COLDBOLT",.@r*3;
bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",.@r*3;
}
if (.@r>=10) {
skill "TF_DOUBLE",3;
}