
RENEWAL / ITEMS
Earth Magic (Magical) Lv. 2
#311374Card
Gray_Magic2
TypeCard
Weight0
Buy price0 z
Sell price0 z
Description
When equipped with Thanatos Two-handed Staff-AD [2],
Increase Crimson Rock, Floral Flare Road, and Stratum Tremor damage by 20%.
For every 2 refine level of weapon, increase Earth Strain damage by 9%.
------------------------
When equipped with Thanatos Staff-AD [2],
Increase Varetyr Spear and Lightning Land damage by 20%.
For every 2 refine level of weapon, increase Psychic Wave damage by 9%.
------------------------
When equipped with Thanatos Dagger-AD [2],
Increase Psychic Wave and From the Abyss damage by 20%.
For every 2 refine level of weapon, increase all property magic damage by 4%.
------------------------
[Headgear Grade Bonus]
[Grade D] SPL + 2.
[Grade C] S.MATK + 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 bSpl,2;
if (.@g >= ENCHANTGRADE_C) {
bonus bSMatk,2;
}
}