Exotic Temporal Young Leaf
| Item ID | 420106 | Name | Exotic Temporal Young Leaf |
|
None
|
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Temporal_Sprout_TW | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Lower Headgear | ||
| Defense | 0 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 0 | Equip Upper | None | ||
| Weight | 5 | Min Equip Level | 100 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | No | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
bonus bDelayrate,-3; |
||||
| Set | Script | ||||||||
|---|---|---|---|---|---|---|---|---|---|
|
bonus bDelayrate,-3; bonus bAspdRate,10; |
||||||||
|
bonus bMaxHPrate,15; |
||||||||
|
bonus2 bAddRace,RC_All,10; bonus2 bMagicAddRace,RC_All,10; |
||||||||
|
bonus2 bAddRace,RC_All,10; bonus2 bMagicAddRace,RC_All,10; |
||||||||
|
.@sum = getequiprefinerycnt(EQI_ARMOR) + getequiprefinerycnt(EQI_GARMENT);
if (.@sum >= 18) {
bonus bBaseAtk,80;
bonus bMatk,80;
if (.@sum >= 20) {
bonus bAtkRate,10;
bonus bMatkRate,10;
if (.@sum >= 26) {
bonus2 bAddEle,Ele_All,10;
bonus2 bMagicAddEle,Ele_All,10;
}
}
}
|
||||||||
|
bonus bShortAtkRate,8;
bonus bLongAtkRate,8;
bonus2 bMagicAtkEle,Ele_All,8;
if ((getequiprefinerycnt(EQI_ARMOR) + getequiprefinerycnt(EQI_GARMENT) + getequiprefinerycnt(EQI_SHOES)) >= 39) {
bonus bIgnoreDefRace,RC_All;
bonus2 bIgnoreMdefRaceRate,RC_All,100;
}
|
||||||||
|
bonus bShortAtkRate,8;
bonus bLongAtkRate,8;
bonus2 bMagicAtkEle,Ele_All,8;
if ((getequiprefinerycnt(EQI_ARMOR) + getequiprefinerycnt(EQI_GARMENT) + getequiprefinerycnt(EQI_SHOES)) >= 39) {
bonus bIgnoreDefRace,RC_All;
bonus2 bIgnoreMdefRaceRate,RC_All,100;
}
|