
RENEWAL / ITEMS
Baby Boar Bib
#480075Armor
Baby_Boar_Bib
TypeArmor
Equipment positionGarment
GenderBoth
Weight10
Buy price0 z
Sell price0 z
DEF12
Required level100
Armor level1
Description
MaxHP +5%, decrease incoming damage from players by 5%,
Reduce casting time of animal type skills by 10%.
When refine rate is 9 or higher, MaxHP +10%, reduce casting time of animal type skills by 20%.
When refine rate is 11 or higher, MaxHP +5%, reduce casting time of animal type skills by additional 20%.
Reduce delay after attack by 2% per each level of Hiss learned.
Increase a chance to perfect hit by 4% per 1 Power of Lock learned, increase damage dealt to all size monsters by 2%.
Increase animal damage type skills by 15% for every level of Sprit Of Savage learned.
Reduce cooldown of Lunatic Carrot Beat by 0.2 seconds per 1 Spirit of Life learned.
Type: Garment Defense: 12
Weight: 10
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,5;
bonus2 bSubRace,RC_Player_Human,5;
bonus2 bVariableCastrate,"SU_PICKYPECK",-10;
bonus2 bVariableCastrate,"SU_SCAROFTAROU",-10;
bonus2 bVariableCastrate,"SU_LUNATICCARROTBEAT",-10;
bonus2 bVariableCastrate,"SU_SVG_SPIRIT",-10;
bonus2 bSkillAtk,"SU_PICKYPECK",15;
bonus2 bSkillAtk,"SU_SCAROFTAROU",15;
bonus2 bSkillAtk,"SU_LUNATICCARROTBEAT",15;
bonus2 bSkillAtk,"SU_SVG_SPIRIT",15;
bonus bAspdRate,2*getskilllv("SU_HISS");
bonus bPerfectHitAddRate,4*getskilllv("SU_POWEROFFLOCK");
bonus2 bAddSize,Size_All,2*getskilllv("SU_POWEROFFLOCK");
bonus2 bSkillCooldown,"SU_LUNATICCARROTBEAT",200*getskilllv("SU_SPIRITOFLIFE");
if (.@r>=9) {
bonus bMaxHPrate,10;
bonus2 bVariableCastrate,"SU_PICKYPECK",-20;
bonus2 bVariableCastrate,"SU_SCAROFTAROU",-20;
bonus2 bVariableCastrate,"SU_LUNATICCARROTBEAT",-20;
bonus2 bVariableCastrate,"SU_SVG_SPIRIT",-20;
}
if (.@r>=11) {
bonus bMaxHPrate,5;
bonus2 bVariableCastrate,"SU_PICKYPECK",-20;
bonus2 bVariableCastrate,"SU_SCAROFTAROU",-20;
bonus2 bVariableCastrate,"SU_LUNATICCARROTBEAT",-20;
bonus2 bVariableCastrate,"SU_SVG_SPIRIT",-20;
}