
RENEWAL / ITEMS
Paracelsus Coat [1]
#450208Armor
Paracelsus_Coat
TypeArmor
Equipment positionArmor
GenderBoth
Weight100
Buy price0 z
Sell price0 z
DEF100
Slots1
Required level100
Armor level1
Description
Surgical suit worn by a great alchemist who was good at magic as well as medical science.
MaxHP + 10% , MaxSP + 10%
When Geneticist Cart Boost lv5, MaxHP + 50 per 1 baselv.
Increase physical damage to all race monsters by 7% per 1lv of Crazy Vines.
When Fire Expansion lv5, increase damage of Cart Cannon by 2%, Cart Tornado by 1% per 1 Baselv.
When refined to +5 or higher, Def + 150 , Mdef + 15.
When refined to +7 or higher, Def + 150 , Mdef + 15.
Type : Armor Defense : 100
Weight : 100
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 bMaxSPrate,10;
bonus2 bAddRace,RC_All,getskilllv("GN_CRAZYWEED")*7;
if (getskilllv("GN_CARTBOOST") == 5)
bonus bMaxHP,BaseLevel*50;
if (getskilllv("GN_FIRE_EXPANSION") == 5) {
bonus2 bSkillAtk,"GN_CARTCANNON",BaseLevel*2;
bonus2 bSkillAtk,"GN_CART_TORNADO",BaseLevel;
}
if (.@r>=5) {
bonus bDef,150;
bonus bMdef,15;
}
if (.@r>=7) {
bonus bDef,150;
bonus bMdef,15;
}
if (.@r>=10) {
bonus bShortAtkRate,15;
bonus bLongAtkRate,15;
bonus bUnbreakableArmor;
}