
RENEWAL / ITEMS
Earth Magic (Magical) Lv. 1
#311373Card
Gray_Magic1
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 15%.
For every 2 refine level of weapon, increase Earth Strain damage by 6%.
------------------------
When equipped with Thanatos Staff-AD [2],
Increase Varetyr Spear and Lightning Land damage by 15%.
For every 2 refine level of weapon, increase Psychic Wave damage by 6%.
------------------------
When equipped with Thanatos Dagger-AD [2],
Increase Psychic Wave and From the Abyss damage by 15%.
For every 2 refine level of weapon, increase all property magic damage by 2%.
------------------------
[Headgear Grade Bonus]
[Grade D] SPL + 1.
[Grade C] S.MATK + 1.
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,1;
if (.@g >= ENCHANTGRADE_C) {
bonus bSMatk,1;
}
}