Basic Info

Name 20748 Manteau of The Fallen
Item ID 20748 - Manteau_Of_Fallen
Type Armor
20748
Manteau of legendary hero whose died in battle.
[ Base STR 90 ]
ATK +10
Each refine, ATK +2
[ Base INT 90 ]
MATK +20
Each refine, MATK +3
[ Base VIT 90 ]
Increases resistance against Neutral element attacks by 3%.
Refined to +8 additional resistance by 3%,
Refined to +10 additional resistance by 4%.
[ Base AGI 90 ]
ASPD +3%
Each 2 refine, ASPD +1%,
Refined to +10, ASPD +1.
[ Base DEX 90 ]
Increase ranged damage by 3%.
Each 2 refine increase ranged damage by 1%.
[ Base LUK 90 ]
Increase critical damage by 5%.
Each refine increase critical damage by 1%.
Class: Garment
Defense: 20
Weight: 60
Level Requirement: 120
Jobs: All classes

Details

Weight 60
NPC Buy 20 z
NPC Sell 10 z
Refineable Yes
Equip Locations Garment

Stats

Range 0
Defense 20
Attack 0
Magical Attack 0
Weapon Level 0
Slots 0

Restrictions

Level Range 120 +
Usage None
Trade None
Job Class Types Normal / Upper / Baby
Job Classes All Jobs
Gender Any

Scripts

Use Script
bonus bAgi,5; bonus bFlee,10; if(readparam(bStr)>=90) { bonus bBaseAtk,10+(getrefine()*2); } if(readparam(bInt)>=90) { bonus bMatk,20+(getrefine()*3); } if(readparam(bVit)>=90) { bonus2 bSubEle,Ele_Neutral,3+((getrefine()>=8)?3:0)+((getrefine()>=10)?4:0); } if(readparam(bDex)>=90) { bonus bLongAtkRate,3+(getrefine()/2); } if(readparam(bLuk)>=90) { bonus bCriticalRate,5+getrefine(); } if(readparam(bAgi)>=90) { bonus bAspdRate,3+(getrefine()/2); bonus bAspd,((getrefine()>=10)?1:0); }
Equip Script
None
Unequip Script
None