ID #20804
Armor
Greed Amistr Bag [1]
Buy Price: N/A
Sell Price: N/A
A bag made based on Amistr Homunculus.
_______________________
All Basic Stats +1
_______________________
Enables the use of Level 1 Greed.
_______________________
For each 2 Refine Levels:
Exp gained +1%, Drop rate +1%.
_______________________
Refine Level +9:
Restore SP by 3 when killing enemy with physical and magical attack.
_______________________
Refine Level +12:
Skill casting cannot be interrupted.
_______________________
Type: Garment
Defense: 30
Weight: 20
Armor Level: 1
_______________________
Requirement: None
_______________________
All Basic Stats +1
_______________________
Enables the use of Level 1 Greed.
_______________________
For each 2 Refine Levels:
Exp gained +1%, Drop rate +1%.
_______________________
Refine Level +9:
Restore SP by 3 when killing enemy with physical and magical attack.
_______________________
Refine Level +12:
Skill casting cannot be interrupted.
_______________________
Type: Garment
Defense: 30
Weight: 20
Armor Level: 1
_______________________
Requirement: None
Available from boxes
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
200
Defense
30
Requirements
Armor Level
1
Scripts
Script bonus bAllStats,1; .@r = getrefine(); skill "BS_GREED",1; bonus2 bExpAddRace,RC_All,.@r/2; bonus2 bDropAddRace,RC_All,.@r/2; if (.@r>8) { bonus bSPGainValue,3; bonus bLongSPGainValue,3; bonus bMagicSPGainValue,3; } if (.@r>11) { bonus bNoCastCancel; }
bonus bAllStats,1;
.@r = getrefine();
skill "BS_GREED",1;
bonus2 bExpAddRace,RC_All,.@r/2;
bonus2 bDropAddRace,RC_All,.@r/2;
if (.@r>8) {
bonus bSPGainValue,3;
bonus bLongSPGainValue,3;
bonus bMagicSPGainValue,3;
}
if (.@r>11) {
bonus bNoCastCancel;
}