
RENEWAL / ITEMS
Screaming Ghost Party [1]
#450338Armor
Screaming_Ghoost_Party
TypeArmor
Equipment positionArmor
GenderBoth
Weight100
Buy price0 z
Sell price0 z
DEF100
Slots1
Required level100
Armor level1
Description
A robe that was corroded by fragments of the cursed orb.
The unsaved souls that were taken into the orb continue to cry out in pain and despair.
------------------------
Reduce damage taken from normal and boss monsters by 5%.
------------------------
Reduce damage taken from players by 7%.
------------------------
For every refine level, ATK + 30, MATK + 30.
------------------------
When refined to +7 or higher, ASPD + 10%, increase magic and physical damage against all race monsters by 15%.
------------------------
When refined to +9 or higher, Perfect Hit + 25%, increase magic and physical damage against all race monsters by additional 25%.
------------------------
When refined to +12 or higher, All Basic Status + 15.
------------------------
When refined to +13 or higher, ATK + 150, MATK + 150, reduce After Cast Delay by 20%.
------------------------
Type : Armor
Def : 100
Weight : 100
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
- Armor
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bUnbreakableArmor;
bonus2 bSubClass,Class_Normal,5;
bonus2 bSubClass,Class_Boss,5;
bonus2 bSubRace,RC_Player_Doram,7;
bonus2 bSubRace,RC_Player_Human,7;
bonus bBaseAtk,30*.@r;
bonus bMatk,30*.@r;
if (.@r>=7) {
bonus bAspdRate,10;
bonus2 bAddRace,RC_All,15;
bonus2 bMagicAddRace,RC_All,15;
if (.@r>=9) {
bonus bPerfectHitAddRate,25;
bonus2 bAddRace,RC_All,25;
bonus2 bMagicAddRace,RC_All,25;
}
}