ID #470063
Armor
Lethargy Thoughtform Shoes [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Defense: 12
Weight: 200
Slots: 1
Armor level: 1
Required level: 100
Defense: 12
Weight: 200
Slots: 1
Armor level: 1
Required level: 100
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
12
Requirements
Armor Level
1
Min Level
100
Scripts
Script .@r = getrefine(); bonus bMdef,10; bonus bMaxHPrate,20; bonus bMaxSPrate,20; bonus2 bSkillAtk,"MO_TRIPLEATTACK",5*BaseLevel; bonus2 bSkillAtk,"MO_CHAINCOMBO",10*BaseLevel; bonus2 bSkillAtk,"MO_COMBOFINISH",10*BaseLevel; if (.@r >= 7) { bonus bFlee,50; bonus2 bIgnoreDefRaceRate,RC_All,50; } if (.@r >= 9) { bonus bFlee,50; bonus2 bIgnoreDefRaceRate,RC_All,50; }
.@r = getrefine();
bonus bMdef,10;
bonus bMaxHPrate,20;
bonus bMaxSPrate,20;
bonus2 bSkillAtk,"MO_TRIPLEATTACK",5*BaseLevel;
bonus2 bSkillAtk,"MO_CHAINCOMBO",10*BaseLevel;
bonus2 bSkillAtk,"MO_COMBOFINISH",10*BaseLevel;
if (.@r >= 7) {
bonus bFlee,50;
bonus2 bIgnoreDefRaceRate,RC_All,50;
}
if (.@r >= 9) {
bonus bFlee,50;
bonus2 bIgnoreDefRaceRate,RC_All,50;
}