ID #18802
Armor
Poring Fedora Hat
Buy Price: N/A
Sell Price: N/A
MaxHP +5%
_______________________
Refine Level +5:
MaxHP +1%
For each Refine Level:
MaxSP -2%
_______________________
Refine Level +10:
MaxHP +4%
MaxSP -3%
_______________________
Type: Headgear
Defense: 10
Position: Upper
Weight: 10
Armor Level: 1
_______________________
Requirement: None
_______________________
Refine Level +5:
MaxHP +1%
For each Refine Level:
MaxSP -2%
_______________________
Refine Level +10:
MaxHP +4%
MaxSP -3%
_______________________
Type: Headgear
Defense: 10
Position: Upper
Weight: 10
Armor Level: 1
_______________________
Requirement: None
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
100
Defense
10
Requirements
Armor Level
1
Scripts
Script .@r = getrefine(); bonus bMaxHPrate,5; if (.@r >= 5) { bonus bMaxHPrate,1; bonus bMaxSPrate,-2*.@r; if (.@r >= 10) { bonus bMaxHPrate,4; bonus bMaxSPrate,-3; } }
.@r = getrefine();
bonus bMaxHPrate,5;
if (.@r >= 5) {
bonus bMaxHPrate,1;
bonus bMaxSPrate,-2*.@r;
if (.@r >= 10) {
bonus bMaxHPrate,4;
bonus bMaxSPrate,-3;
}
}