Peuz's Greaves
| Item ID | 2476 | Name | Peuz's Greaves |
|
Greaves made by purifying a Peuz Rune.
_______________________ MaxSP +40 _______________________ For each Refine Level above +7: AGI +1 _______________________ Type: Shoes Defense: 32 Weight: 90 Armor Level: 1 Enchantable: Yes _______________________ Requirement: Base Level 100 Rune Knight |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Peuz_Greave | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Footgear | ||
| Defense | 32 | Equippable Jobs | Knight | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | Third, Third Upper, Third Baby | ||
| Weight | 90 | Min Equip Level | 100 | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
bonus bMaxSP,40; .@r = getrefine(); if (.@r>7) bonus bAgi,.@r-7; |
||||
| Set | Script | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
bonus2 bAddClass,Class_All,10;
bonus3 bAutoSpell,"RK_STORMBLAST",1,20;
bonus2 bSkillAtk,"RK_WINDCUTTER",100;
bonus2 bSkillAtk,"RK_SONICWAVE",100;
autobonus3 "{ bonus bAspd,2; }",1000,10000,"LK_CONCENTRATION","{ specialeffect2 EF_ENHANCE; }";
|
||||||||||
|
autobonus3 "{bonus bDelayrate,-70;}",1000,10000,"LK_AURABLADE","{specialeffect2 EF_ENHANCE;}";
|
||||||||||
|
.@r = getequiprefinerycnt(EQI_SHOES);
bonus2 bSubRace,RC_DemiHuman,3;
bonus2 bSubRace,RC_Player_Human,3;
if (.@r >= 7) {
bonus bAspdRate,10;
bonus2 bSubRace,RC_DemiHuman,1;
bonus2 bSubRace,RC_Player_Human,1;
}
if (.@r >= 9) {
bonus bAspdRate,10;
bonus2 bSubRace,RC_DemiHuman,1;
bonus2 bSubRace,RC_Player_Human,1;
}
|