
RENEWAL / ITEMS
Cute Frog Raincoat [1]
#450180Armor
Cute_Frog_Raincoat
TypeArmor
Equipment positionArmor
GenderBoth
Weight10
Buy price0 z
Sell price0 z
DEF120
Slots1
Required level100
Armor level1
Description
A cute raincoat with a green frog-like hood as a popular brand in the Rune Midgartz Kingdom.
Selected as one of the favorite Doram wear for 3 consecutive years.
MaxHP + 20%, MaxSP + 20%, Healing + 50%.
When refined to +5 or higher, DEF + 150, attack speed + 5%.
When refined to +7 or higher, additional DEF + 150, additional attack speed + 5%.
When Spirit of Sea is learned to lv 1 or higher, can use Clearance lv5.
Reduce variable casting by 10% per skill level of Tasty Shrimp Party learned.
When casting Grooming lv5, MaxHP + 30%, MaxSP + 30%.
FLEE + 20 per skill level of Purring learned.
Type : Armor Defense : 50
Weight : 50
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
- Armor
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHPrate,10;
bonus bMaxHPrate,10;
bonus2 bMagicAddRace,RC_All,getskilllv("SU_NYANGGRASS")*8;
bonus2 bSkillAtk,"SU_CN_METEOR",getskilllv("SU_MEOWMEOW")*10;
if (getskilllv("SU_SPIRITOFLAND") == 1)
skill "WZ_QUAGMIRE",5;
if (getskilllv("SU_CHATTERING") == 5)
bonus bAspdRate,10;
if (.@r>=5) {
bonus bDef,150;
bonus bMdef,15;
}
if (.@r>=7) {
bonus bDef,150;
bonus bMdef,15;
}
if (.@r>=10) {
bonus bMaxHP,5000;
bonus2 bMagicAtkEle,Ele_Neutral,15;
}