Kukulkan's Tooth
| Item ID | 490023 | Name | Kukulkan's Tooth |
|
None
|
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Kukulkan_Tooth_TW | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Accessory Left/Right | ||
| Defense | 0 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 150 | Min Equip Level | 70 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | No | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
bonus bVariableCastrate,-10; bonus bAllStats,1; |
||||
| Set | Script | ||||||||
|---|---|---|---|---|---|---|---|---|---|
|
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
if (.@r>=9) {
bonus2 bSubRace,RC_All,8;
bonus2 bSubRace,RC_Player_Human,-8;
bonus2 bSubRace,RC_Player_Doram,-8;
}
|
||||||||
|
.@r = getequiprefinerycnt(EQI_ARMOR); if (.@r>=9) bonus bLongAtkDef,8; |
||||||||
|
.@r = getequiprefinerycnt(EQI_GARMENT); if (.@r>=9) bonus bLongAtkRate,10; |
||||||||
|
.@a = getequiprefinerycnt(EQI_HEAD_TOP);
.@b = getequiprefinerycnt(EQI_ARMOR);
.@c = getequiprefinerycnt(EQI_GARMENT);
if (.@a >= 9 && .@b >= 9 && .@c >= 9) {
bonus bVariableCastrate,-10;
bonus bDelayrate,-5;
}
|