ID #550023
Weapon
Thanos Staff-AD [2]
Buy Price: N/A
Sell Price: N/A
Thanos' staff remodeled with the addition of Tim Artnard's technology.
_______________________
Indestructible in battle
_______________________
MATK +180
_______________________
Magical attacks have a random chance to recover 1000 HP and 100 SP every second for 4 seconds.
_______________________
For each 2 Refine Levels:
MATK +10
_______________________
For each 3 Refine Levels:
Increases damage of Varetyr Spear by 10%.
_______________________
Refine Level +7:
Increases Wind elemental magical damage by 15%.
Increases damage of Varetyr Spear by additional 15%.
_______________________
Refine Level +9:
Decreases Variable Casting Time by 15%.
Decreases Varetyr Spear skill cooldown by 2.5 seconds.
_______________________
Refine Level +11:
Increases Magical Damage against enemies of every size by 15%.
Decreases Psychic Wave skill cooldown by 1 second.
_______________________
[Bonus by Grade]
[Grade D]: MATK +2%, Damage of Lightning Land +10%.
[Grade C]: MATK +3%, S.MATK +1.
[Grade B]: Damage of Lightning Land +10%.
_______________________
Type: One-Handed Staff
Attack: 100
Weight: 140
Weapon Level: 5
_______________________
Requirement:
Base Level 190
Sorcerer
_______________________
Indestructible in battle
_______________________
MATK +180
_______________________
Magical attacks have a random chance to recover 1000 HP and 100 SP every second for 4 seconds.
_______________________
For each 2 Refine Levels:
MATK +10
_______________________
For each 3 Refine Levels:
Increases damage of Varetyr Spear by 10%.
_______________________
Refine Level +7:
Increases Wind elemental magical damage by 15%.
Increases damage of Varetyr Spear by additional 15%.
_______________________
Refine Level +9:
Decreases Variable Casting Time by 15%.
Decreases Varetyr Spear skill cooldown by 2.5 seconds.
_______________________
Refine Level +11:
Increases Magical Damage against enemies of every size by 15%.
Decreases Psychic Wave skill cooldown by 1 second.
_______________________
[Bonus by Grade]
[Grade D]: MATK +2%, Damage of Lightning Land +10%.
[Grade C]: MATK +3%, S.MATK +1.
[Grade B]: Damage of Lightning Land +10%.
_______________________
Type: One-Handed Staff
Attack: 100
Weight: 140
Weapon Level: 5
_______________________
Requirement:
Base Level 190
Sorcerer
Equipment Reform
Available through the reform system Thanos_Refine_Hammer
- Blacksmith Blessing × 14
Available through the reform system Plus7_Refine_NPC
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Weapon
Weight
1400
Range
1
Acquisition method
Equipment reform
Job Requirements
Sage
Yes
Requirements
Weapon Level
5
Min Level
190
Scripts
Script .@g = getenchantgrade(); .@r = getrefine(); bonus bUnbreakableWeapon; autobonus "{ bonus2 bHPRegenRate,1000,1000; bonus2 bSPRegenRate,100,1000; }",10,4000,BF_MAGIC; bonus bMatk,10*(.@r/2); bonus2 bSkillAtk,"SO_VARETYR_SPEAR",10*(.@r/3); if (.@r>=7) { bonus2 bMagicAtkEle,Ele_Wind,15; bonus2 bSkillAtk,"SO_VARETYR_SPEAR",15; if (.@r>=9) { bonus2 bSkillCooldown,"SO_VARETYR_SPEAR",-2500; bonus bVariableCastrate,-10; if (.@r>=11) { bonus2 bMagicAddSize,Size_All,15; bonus2 bSkillCooldown,"SO_PSYCHIC_WAVE",-1000; } } } if (.@g >= ENCHANTGRADE_D) { bonus bMatkRate,2; bonus2 bSkillAtk,"EM_LIGHTNING_LAND",10; if (.@g >= ENCHANTGRADE_C) { bonus bSMatk,1; bonus bMatkRate,3; if (.@g >= ENCHANTGRADE_B) { bonus2 bSkillAtk,"EM_LIGHTNING_LAND",10; } } }
.@g = getenchantgrade();
.@r = getrefine();
bonus bUnbreakableWeapon;
autobonus "{ bonus2 bHPRegenRate,1000,1000; bonus2 bSPRegenRate,100,1000; }",10,4000,BF_MAGIC;
bonus bMatk,10*(.@r/2);
bonus2 bSkillAtk,"SO_VARETYR_SPEAR",10*(.@r/3);
if (.@r>=7) {
bonus2 bMagicAtkEle,Ele_Wind,15;
bonus2 bSkillAtk,"SO_VARETYR_SPEAR",15;
if (.@r>=9) {
bonus2 bSkillCooldown,"SO_VARETYR_SPEAR",-2500;
bonus bVariableCastrate,-10;
if (.@r>=11) {
bonus2 bMagicAddSize,Size_All,15;
bonus2 bSkillCooldown,"SO_PSYCHIC_WAVE",-1000;
}
}
}
if (.@g >= ENCHANTGRADE_D) {
bonus bMatkRate,2;
bonus2 bSkillAtk,"EM_LIGHTNING_LAND",10;
if (.@g >= ENCHANTGRADE_C) {
bonus bSMatk,1;
bonus bMatkRate,3;
if (.@g >= ENCHANTGRADE_B) {
bonus2 bSkillAtk,"EM_LIGHTNING_LAND",10;
}
}
}