Red Force Pendant
| Item ID | 490100 | Name | Red Force Pendant |
|
A pendant customized with Thanatos' necklace. It has the power to restore HP.
_______________________ ATK +5% MATK +5% _______________________ When equipped with Drooping Thanatos's Dolor: For each 4 Refine Levels of Drooping Thanatos's Dolor: Decreases After Skill Delay by 2%. Refine Level of Drooping Thanatos's Dolor is +7 or higher: Physical attacks have a 5% chance to absorb 5% of the inflicted damage as HP. Magical attacks have a 4% chance to recover 300 HP per second for 4 times. 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 'Dark Stone' item. _______________________ Type: Accessory Position: Right Defense: 0 Weight: 10 Armor Level: 1 _______________________ Requirement: None |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Red_Force_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 | 1 | 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);
bonus bDelayrate,-2*(.@r/4);
if (.@r >= 7) {
autobonus "{ bonus2 bHPRegenRate,300,1000; }",40,4000,BF_MAGIC;
bonus2 bHPDrainRate,50,5;
}
if (.@r >= 9) {
bonus bMatkRate,5;
bonus bAtkRate,5;
if (.@r >= 11) {
bonus bFixedCast,-500;
}
}
|
||||
|
bonus bBaseAtk,50; bonus bMatk,50; bonus2 bAddSize,Size_Medium,15; bonus2 bAddSize,Size_Large,15; bonus2 bMagicAddSize,Size_Medium,15; bonus2 bMagicAddSize,Size_Large,15; |