
RENEWAL / ITEMS
Earth Magic (Sniper) Lv. 2
#311371Card
Gray_Range2
TypeCard
Weight0
Buy price0 z
Sell price0 z
Description
When equipped with Thanatos Sword-AD [2],
Increase Cart Cannon and Acidified Zone (Fire/Water/Wind/Ground) damage by 20%.
For every 2 refine level of weapon, increase long ranged physical damage by 4%.
------------------------
When equipped with Thanatos Bow-AD [2],
Increase Focused Arrow Strike and Crescive Bolt damage by 20%.
For every 2 refine level of weapon, increase long ranged physical damage by 4%.
------------------------
When equipped with Thanatos Violin-AD [2] or Thanatos Whipsword-AD [2],
Increase Severe Rainstorm and Rhythm Shooting damage by 20%.
For every 2 refine level of weapon, increase long ranged physical damage by 4%.
------------------------
[Headgear Grade Bonus]
[Grade D] CON + 2
[Grade C] P.ATK + 2
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Trade
Item effect script
.@g = getenchantgrade(EQI_HEAD_TOP);
if (.@g >= ENCHANTGRADE_D) {
bonus bCon,2;
if (.@g >= ENCHANTGRADE_C) {
bonus bPAtk,2;
}
}