Artwork unavailable
RENEWAL / ITEMS
Fluffy Dandelion Shoes [1]
#470009Armor
Fluffy_DandeShoes_J_
TypeArmor
Equipment positionFootgear
GenderBoth
Weight10
Buy price0 z
Sell price0 z
DEF12
Slots1
Required level100
Armor level1
No matching English description was found in the supplied client translation. The available server properties and effects are shown below.
Item details
- Gender
- Both
- Equipment position
- Footgear
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMdef,10;
bonus bMaxHPrate,3;
bonus bMaxSPrate,3;
bonus bAspdRate,getskilllv("SU_CHATTERING")*5;
bonus2 bSkillAtk,"SU_CN_METEOR",getskilllv("SU_MEOWMEOW")*15;
if (getskilllv("SU_NYANGGRASS") == 5)
bonus2 bIgnoreMdefRaceRate,RC_All,100;
if (getskilllv("SU_SPIRITOFLAND") == 1) {
if (getskilllv("SU_CN_POWDERING") == 5) {
bonus2 bResEff,Eff_Curse,10000;
bonus2 bSkillUseSP,"SU_CN_METEOR",50;
}
if (getskilllv("SU_CN_METEOR") == 5)
bonus2 bSkillAtk,"SU_SV_STEMSPEAR",20;
if (getskilllv("SU_NYANGGRASS") == 5)
bonus bMatk,50;
if (getskilllv("SU_SV_STEMSPEAR") == 5)
bonus bSpeedRate,25;
if (getskilllv("SU_SV_ROOTTWIST") == 5)
bonus bMatk,50;
}
if (.@r>=5) {
bonus bMaxHPrate,7;
bonus bMaxSPrate,7;
bonus bDelayrate,-10;
}
if (.@r>=7) {
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
bonus bDelayrate,-10;
}