Thanatos's Necklace
| Item ID | 490099 | Name | Thanatos's Necklace |
|
A necklace decorated with beautiful jewels possessed by Thanatos's agony.
_______________________ ATK +5% MATK +5% _______________________ When equipped with Drooping Thanatos's Dolor: Refine Level of Drooping Thanatos's Dolor is +7 or higher: Increases Attack Speed (decreases After Attack Delay by 10%). Decreases Variable Casting Time by 10%. Refine Level of Drooping Thanatos's Dolor is +9 or higher: ATK +5% MATK +5% Refine Level of Drooping Thanatos's Dolor is +11 or higher: Decreases Fixed Casting Time by 0.5 seconds. _______________________ Random options can be given with the 'Pendant Gemstone of Force' item. _______________________ Type: Accessory Position: Right Defense: 0 Weight: 10 Armor Level: 1 _______________________ Requirement: None |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Thanatos_Pendant | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Accessory Right | ||
| Defense | 0 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 0 | Equip Upper | None | ||
| Weight | 10 | Min Equip Level | None | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | No | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
bonus bMatkRate,5; bonus bAtkRate,5; |
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
if (.@r >= 7) {
bonus bAspdRate,10;
bonus bVariableCastrate,-10;
}
if (.@r >= 9) {
bonus bMatkRate,5;
bonus bAtkRate,5;
}
if (.@r >= 11) {
bonus bFixedCast,-500;
}
|