Yorscalp Boots
| Item ID | 470303 | Name | Yorscalp Boots |
|
An pair of boots amplified by the snake's curse.
_______________________ MaxHP +10%, MaxSP +4%. _______________________ For each 2 Refine Levels: MaxSP +1%, DEF +15. _______________________ Refine Level +7: Increases Attack Speed (decreases After Attack Delay by 10%). _______________________ Refine Level +9: P.ATK +5. Increases Physical Damage by 5%. _______________________ Refine Level +10: DEF +100, ATK +20. _______________________ Refine Level +12: Increases Physical Damage by additional 8%. _______________________ When equipped with Yorscalp Armor: Increases Physical Damage against enemies of every element by 15%. _______________________ [Bonus by Grade] [Grade D]: POW +2, CON +2, ATK +10. [Grade C]: ATK +4%, P.ATK +4. [Grade B]: Fixed Casting Time -1 second. [Grade A]: ATK +5%, P.ATK +5. _______________________ Type: Shoes Defense: 128 Weight: 200 Armor Level: 2 _______________________ Requirement: Base Level 250 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Yorscalp_Boots | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Footgear | ||
| Defense | 128 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 200 | Min Equip Level | 250 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@g = getenchantgrade();
.@r = getrefine();
bonus bMaxHPrate,10;
bonus bMaxSPrate,4+(.@r/2);
bonus bDef,15*(.@r/2);
if (.@r>=7) {
bonus bAspdRate,10;
if (.@r>=9) {
bonus bLongAtkRate,5;
bonus bShortAtkRate,5;
bonus bPAtk,5;
if (.@r>=10) {
bonus bBaseAtk,20;
bonus bDef,100;
if (.@r>=12) {
bonus bLongAtkRate,8;
bonus bShortAtkRate,8;
}
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bBaseAtk,10;
bonus bPow,2;
bonus bCon,2;
if (.@g>=ENCHANTGRADE_C) {
bonus bPAtk,4;
bonus bAtkRate,4;
if (.@g>=ENCHANTGRADE_B) {
bonus bFixedCast,-1000;
if (.@g>=ENCHANTGRADE_A) {
bonus bPAtk,5;
bonus bAtkRate,5;
}
}
}
}
|
||||
| Set | Script | ||||||
|---|---|---|---|---|---|---|---|
|
bonus bLongAtkRate,10; bonus bShortAtkRate,10; |
||||||
|
bonus2 bAddRace,RC_All,15; bonus2 bAddRace,RC_Player_Human,-15; bonus2 bAddRace,RC_Player_Doram,-15; |
||||||
|
bonus2 bAddEle,Ele_All,15; |
||||||
|
bonus2 bAddRace,RC_All,15; bonus2 bAddRace,RC_Player_Human,-15; bonus2 bAddRace,RC_Player_Doram,-15; |