
RENEWAL / ITEMS
Devils Garment [1]
#480085Armor
Devil_Manteau_JP
TypeArmor
Equipment positionGarment
GenderBoth
Weight30
Buy price0 z
Sell price0 z
DEF25
Slots1
Required level100
Armor level1
Description
A coat worn by a Buddhist priest when sealing the devil.
It has the power to control evil.
MaxHP + 2% , MaxSP + 2%
When using physical attack,
increase damage to small, medium, large size monsters by 5%
Reduce incoming damage from players by 5%
When using Earth Shaker lv5,
Reduce Lion Howl's after skill delay by 0.2s
Per skill level of Rampage Blast learned,
increase damage of Lion Howl by 15%
per skill level of Lightning Ride learned,
increase perfect hit by 4%
When refine rate is +5 or higher additional bonus
MaxHP + 3% , MaxSP + 3%
reduce casting time by 5%
When refine rate is +7 or higher additional bonus
MaxHP + 5% , MaxSP + 5%
reduce casting time by 5%
Type: Garment Defense: 25
Weight: 30
Required Level: 100
Class: All
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Garment
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHPrate,2;
bonus bMaxSPrate,2;
bonus2 bAddSize,Size_All,5;
bonus2 bSubRace,RC_Player_Human,5;
bonus2 bSubRace,RC_Player_Doram,5;
if (getskilllv("SR_EARTHSHAKER") >= 5)
bonus2 bSkillCooldown,"SR_HOWLINGOFLION",-200;
bonus2 bSkillAtk,"SR_HOWLINGOFLION",15*getskilllv("SR_RAMPAGEBLASTER");
bonus bPerfectHitAddRate,4*getskilllv("SR_RIDEINLIGHTNING");
if (.@r>=5) {
bonus bMaxHPrate,3;
bonus bMaxSPrate,3;
bonus bVariableCastrate,-5;
}
if (.@r>=7) {
bonus bMaxHPrate,5;
bonus bMaxSPrate,5;
bonus bVariableCastrate,-5;
}