Lapine Shield
| Item ID | 2198 | Name | Lapine Shield |
|
A shield of Lapine tribe that hold mysterious power.
_______________________ MDEF +10 _______________________ Refine Level +7: MATK +20 _______________________ Type: Shield Defense: 25 Weight: 100 Armor Level: 1 _______________________ Requirement: Base Level 100 3rd Classes |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Lapine_Shield | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Off Hand | ||
| Defense | 25 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 100 | Min Equip Level | 100 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
bonus bMdef,10;
if (getrefine() > 7) {
bonus bMatk,20;
}
|
||||
| Set | Script | ||||||
|---|---|---|---|---|---|---|---|
|
.@r_2198 = getequiprefinerycnt(EQI_HAND_L);
.@r_1649 = getequiprefinerycnt(EQI_HAND_R);
if (.@r_2198 >= 9) {
bonus bMatk,15 * .@r_1649;
if (.@r_1649 >= 10) {
bonus bMatk,50;
bonus bVariableCastrate,-10;
}
}
|
||||||
|
.@r_2198 = getequiprefinerycnt(EQI_HAND_L);
.@r_1649 = getequiprefinerycnt(EQI_HAND_R);
if (.@r_2198 >= 9) {
bonus bMatk,15 * .@r_1649;
if (.@r_1649 >= 10) {
bonus bMatk,50;
bonus bVariableCastrate,-10;
}
}
|
||||||
|
.@r = getequiprefinerycnt(EQI_HAND_L); if (.@r >= 7) bonus2 bSkillCooldown,"WL_COMET",-20000+(.@r >= 9 ? -20000 : 0); |
||||||
|
.@r = getequiprefinerycnt(EQI_HAND_L); if (.@r > 7) bonus2 bSkillCooldown,"WL_COMET",+20000+(.@r > 9 ? +20000 : 0); |
||||||
|
.@r = getequiprefinerycnt(EQI_HAND_L); if (.@r > 7) bonus2 bSkillCooldown,"WL_COMET",+20000+(.@r > 9 ? +20000 : 0); |
||||||
|
.@r = getequiprefinerycnt(EQI_HEAD_TOP); if (.@r>=7) bonus2 bSkillCooldown,"WL_COMET",40000; if (.@r>=9) bonus2 bSkillCooldown,"WL_COMET",45000; |
||||||
|
.@r = getequiprefinerycnt(EQI_SHOES); bonus bDelayrate,-3; bonus bAspdRate,10; bonus bFixedCast,-100*(.@r/2); |