ID #400680
Armor
[Not For Sale] Pink Shampoo Hat [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Defense: 18
Weight: 1000
Slots: 1
Armor level: 1
Required level: 90
Defense: 18
Weight: 1000
Slots: 1
Armor level: 1
Required level: 90
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
1000
Defense
18
Requirements
Armor Level
1
Min Level
90
Scripts
Script .@r = getrefine(); bonus bMdef,15; bonus bDef,50*.@r; skill "AL_PNEUMA",1; if (.@r>=5) { bonus bDelayrate,-10; bonus bMaxHPrate,20; bonus bMaxSPrate,20; bonus2 bSubRace,RC_All,10; if (.@r>=9) { bonus bDelayrate,-10; bonus2 bVariableCastrate,"SL_KAIZEL",-50; bonus2 bVariableCastrate,"SL_KAUPE",-50; bonus2 bSubRace,RC_All,10; if (.@r>=11) { bonus bDelayrate,-10; bonus2 bVariableCastrate,"SL_KAIZEL",-50; bonus2 bVariableCastrate,"SL_KAUPE",-50; } } }
.@r = getrefine();
bonus bMdef,15;
bonus bDef,50*.@r;
skill "AL_PNEUMA",1;
if (.@r>=5) {
bonus bDelayrate,-10;
bonus bMaxHPrate,20;
bonus bMaxSPrate,20;
bonus2 bSubRace,RC_All,10;
if (.@r>=9) {
bonus bDelayrate,-10;
bonus2 bVariableCastrate,"SL_KAIZEL",-50;
bonus2 bVariableCastrate,"SL_KAUPE",-50;
bonus2 bSubRace,RC_All,10;
if (.@r>=11) {
bonus bDelayrate,-10;
bonus2 bVariableCastrate,"SL_KAIZEL",-50;
bonus2 bVariableCastrate,"SL_KAUPE",-50;
}
}
}