
RENEWAL / ITEMS
Feather Shield-LT [1]
#460053Armor
Feather_Shield_LT_TW
You’re viewing Renewal.
No matching Pre-Renewal record.TypeArmor
Equipment positionShield
GenderBoth
Weight40
Buy price0 z
Sell price0 z
DEF150
Slots1
Required level150
Armor level2
TRY IT ON
8 directions · original animationsSee it on your character
Loading character preview…
SouthDrag to rotate
Original iRO and kRO character and equipment sprites. The preview shows appearance; equipment requirements are listed in the item details.
Some additional particle effects use the game client’s internal renderer and are not included in this preview.
Build an outfit with this itemDescription
Reduces After Cast Delay by 3%,
ASPD +3%.
------------------------
Every 2 refine level, ATK and MATK +10.
------------------------
When refined to +7 or higher,
Reduces After Cast Delay by additional 3%,
additional ASPD +3%.
When refined to +9 or higher,
increases ATK and MATK by 10%.
When refined to +12 or higher,
Reduces After Cast Delay by additional 4%,
ASPD +2.
------------------------
[Grade Bonus]
[Grade D] POW +2, SPL +2.
[Grade C] P.ATK +5, S.MATK +5.
[Grade B] Every 3 refine level, increases physical and magical damage to all size enemies by 4%.
[Grade A] When refined to +13 or higher, resistance to Stone Curse, Cold Slower (From Diamond Dust), Stun, Sleep by 100%.
------------------------
Type: Shield
Def: 150
Weight: 40
Armor Level: 2
Required Level: 100
Class: All Jobs
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Shield
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
.@g = getenchantgrade();
bonus bDelayrate,-3;
bonus bAspdRate,3;
bonus bBaseAtk,10*(.@r/2);
bonus bMatk,10*(.@r/2);
if (.@r>=7) {
bonus bDelayrate,-3;
bonus bAspdRate,3;
}
if (.@r>=9) {
bonus bAtkRate,10;
bonus bMatkRate,10;
}
if (.@r>=12) {
bonus bDelayrate,-4;
bonus bAspd,2;
}
if (.@g>=ENCHANTGRADE_D) {
bonus bPow,2;
bonus bSpl,2;
}
if (.@g>=ENCHANTGRADE_C) {
bonus bPAtk,5;
bonus bSMatk,5;
}
if (.@g>=ENCHANTGRADE_B) {
bonus2 bAddSize,Size_All,4*(.@r/3);
bonus2 bMagicAddSize,Size_All,4*(.@r/3);
}
if (.@g>=ENCHANTGRADE_A) {
if (.@r>=13) {
bonus2 bResEff,Eff_Freeze,10000;
bonus2 bResEff,Eff_Sleep,10000;
bonus2 bResEff,Eff_Stone,10000;
bonus2 bResEff,Eff_Stun,10000;
}
}
LOOK A LITTLE CLOSER
View on rAthena ↗All data & sources
Renewal snapshot e985006171 · Imported 2026-09-08. About data coverage
Full database properties
- Id
- 460053
- Aegis Name
- Feather_Shield_LT_TW
- Name
- Feather Shield-LT
- Type
- Armor
- Weight
- 400
- Defense
- 150
- Slots
- 1
- Locations
- Left Hand
- Yes
- Armor Level
- 2
- Equip Level Min
- 150
- Refineable
- Yes
- Gradable
- Yes
- View
- 2
- Script
- .@r = getrefine(); .@g = getenchantgrade(); bonus bDelayrate,-3; bonus bAspdRate,3; bonus bBaseAtk,10*(.@r/2); bonus bMatk,10*(.@r/2); if (.@r>=7) { bonus bDelayrate,-3; bonus bAspdRate,3; } if (.@r>=9) { bonus bAtkRate,10; bonus bMatkRate,10; } if (.@r>=12) { bonus bDelayrate,-4; bonus bAspd,2; } if (.@g>=ENCHANTGRADE_D) { bonus bPow,2; bonus bSpl,2; } if (.@g>=ENCHANTGRADE_C) { bonus bPAtk,5; bonus bSMatk,5; } if (.@g>=ENCHANTGRADE_B) { bonus2 bAddSize,Size_All,4*(.@r/3); bonus2 bMagicAddSize,Size_All,4*(.@r/3); } if (.@g>=ENCHANTGRADE_A) { if (.@r>=13) { bonus2 bResEff,Eff_Freeze,10000; bonus2 bResEff,Eff_Sleep,10000; bonus2 bResEff,Eff_Stone,10000; bonus2 bResEff,Eff_Stun,10000; } }
- Client Resource
- Feather_Shield_LT_TW
- Client Name
- Feather Shield-LT
- Description Server
- iRO
- Description Source
- iRO/System/itemInfo.lub
- Client Class Num
- 0
- Image Source
- iRO/data.grf/data/texture/유저인터페이스/item/feather_shield_lt_tw.bmp
- Art Source
- iRO/data.grf/data/texture/유저인터페이스/collection/feather_shield_lt_tw.bmp