
RENEWAL / ITEMS
Madness Breath Shadow Shoes
#1270026Shadow Gear
S_DK_MB_Shoes
TypeShadow Gear
Equipment positionShadow footgear
GenderBoth
Weight0
Buy price0 z
Sell price0 z
Required level200
Description
Shoes that can be worn over regular footwear. They can be used alone, but their effect is limited.
------------------------
Dragonic Breath damage +8%.
------------------------
For every 2 refine levels, ATK + 10.
------------------------
For every 3 refine levels, Damage of Dragonic Breath additionally increased by 2%.
------------------------
Type: Shadow Equipment
Location: Shoes
Weight: 0
Required Level: 200
Jobs: Dragon Knight
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Shadow footgear
- Jobs
- Knight
- Yes
- Classes
- Fourth
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus2 bSkillAtk,"DK_DRAGONIC_BREATH",8+2*(.@r/3);
bonus bBaseAtk,10*(.@r/2);