Angel Poring Boots
| Item ID | 22101 | Name | Angel Poring Boots |
|
A blue boots decorated with Angelring model.
Allows gain ability according attached Stone enchantment. _______________________ All Basic Stats +1 _______________________ Enables the use of Level 1 Heal. _______________________ Type: Shoes Defense: 15 Weight: 30 Armor Level: 1 _______________________ Requirement: None |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | AngelPoring_Boots | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Footgear | ||
| Defense | 15 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 30 | Min Equip Level | 1 | ||
| NPC Buy | 10 | Max Equip Level | None | ||
| NPC Sell | 5 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
bonus bAllStats,1; skill "AL_HEAL",1; |
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus2 bDropAddRace,RC_All,5;
bonus2 bExpAddRace,RC_All,5;
if (getequiprefinerycnt(EQI_SHOES) >= 12) {
bonus bFixedCast,-400;
}
|
||||
|
bonus2 bDropAddRace,RC_All,4;
bonus2 bExpAddRace,RC_All,4;
if (getequiprefinerycnt(EQI_SHOES) >= 12) {
bonus bFixedCast,-400;
}
|
||||
|
bonus bMaxHPrate,5;
bonus bMaxSPrate,5;
.@r = getequiprefinerycnt(EQI_SHOES);
if (.@r >= 7) {
bonus bAtkRate,2;
}
if (.@r >= 9) {
bonus bAtkRate,3;
}
if (.@r >= 12) {
bonus bDelayrate,-5;
}
|
||||
|
bonus bMaxHPrate,5;
bonus bMaxSPrate,5;
.@r = getequiprefinerycnt(EQI_SHOES);
if (.@r >= 7) {
bonus bMatkRate,2;
}
if (.@r >= 9) {
bonus bMatkRate,3;
}
if (.@r >= 12) {
bonus bDelayrate,-5;
}
|
||||
|
bonus bMaxHPrate,5;
bonus bMaxSPrate,5;
.@r = getequiprefinerycnt(EQI_SHOES);
if (.@r >= 7) {
bonus bAspdRate,5;
}
if (.@r >= 9) {
bonus bAspdRate,5;
}
if (.@r >= 12) {
bonus bDelayrate,-5;
}
|
||||
|
bonus bMaxHPrate,5;
bonus bMaxSPrate,5;
.@r = getequiprefinerycnt(EQI_SHOES);
if (.@r >= 7) {
bonus2 bSubEle,Ele_Neutral,2;
}
if (.@r >= 9) {
bonus2 bSubEle,Ele_Neutral,3;
}
if (.@r >= 12) {
bonus bDelayrate,-5;
}
|
||||
|
bonus bMaxHPrate,5;
bonus bMaxSPrate,5;
.@r = getequiprefinerycnt(EQI_SHOES);
if (.@r >= 7) {
bonus bLongAtkRate,2;
}
if (.@r >= 9) {
bonus bLongAtkRate,3;
}
if (.@r >= 12) {
bonus bDelayrate,-5;
}
|
||||
|
bonus bMaxHPrate,5;
bonus bMaxSPrate,5;
.@r = getequiprefinerycnt(EQI_SHOES);
if (.@r >= 7) {
bonus bCritAtkRate,2;
}
if (.@r >= 9) {
bonus bCritAtkRate,3;
}
if (.@r >= 12) {
bonus bDelayrate,-5;
}
|