Drooping Rebellion

Item ID 19157 Name Drooping Rebellion
A doll that resemble the legendary mercenary. Don't be fooled by its cute appearance.
_______________________
Enables use of Rebel Scroll.
_______________________
All Basic Stats +1
_______________________
Decreases SP Consumption by 10%.
_______________________
Increases experience gained from defeating monsters by 5%.
Increases item drop rate by 5%.
_______________________
Refine Level +9:
ASPD +1
Refine Level +12:
Increases movement speed.
_______________________
Type: Headgear
Defense: 0
Position: Upper
Weight: 20
Armor Level: 1
_______________________
Requirement: None
Weapon Level 0 Identifier Droop_Gunslinger
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 20 Min Equip Level 1
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable Yes
Credit Price None Trade restriction None
Item Script
bonus bAllStats,1;
bonus bUseSPrate,-10;
.@r = getrefine();
if (.@r >= 9) {
   bonus bAspd,1;
}
if (.@r >= 12) {
   bonus bSpeedRate,25;
}
bonus2 bExpAddRace,RC_All,5;
bonus2 bDropAddRace,RC_All,5;