ID #5638
Armor
F Puppy Hat
Buy Price: N/A
Sell Price: N/A
A small brown-colored dog that sits atop your head. It's so cute you'd be barking mad to remove it.
_______________________
AGI +1
_______________________
Auto casts Level 1 Gloria with low percent chance; if AGI is over 77, the cast increases to Level3
_______________________
Type: Headgear
Defense: 3
Position: Upper
Weight: 50
Armor Level: 1
Refineable: No
_______________________
Requirement:
Base Level 30
_______________________
AGI +1
_______________________
Auto casts Level 1 Gloria with low percent chance; if AGI is over 77, the cast increases to Level3
_______________________
Type: Headgear
Defense: 3
Position: Upper
Weight: 50
Armor Level: 1
Refineable: No
_______________________
Requirement:
Base Level 30
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
500
Defense
2
Requirements
Armor Level
1
Min Level
30
Scripts
Script bonus bAgi,1; if (readparam(bAgi)>77) { bonus3 bAutoSpell,"PR_GLORIA",3,25; } else { bonus3 bAutoSpell,"PR_GLORIA",1,25; }
bonus bAgi,1;
if (readparam(bAgi)>77) {
bonus3 bAutoSpell,"PR_GLORIA",3,25;
}
else {
bonus3 bAutoSpell,"PR_GLORIA",1,25;
}