Earth Magic (Magical) Lv. 1
| Item ID | 311373 | Name | Earth Magic (Magical) Lv. 1 |
|
When equipped with Thanos Two-Handed Staff-AD:
Increases damage of Crimson Rock, Floral Flare Road and Stratum Tremor by 15%. For each 2 Refine Levels of equipped Weapon: Increases damage of Earth Strain by 6%. _______________________ When equipped with Thanos Staff-AD: Increases damage of Varetyr Spear and Lightning Land by 15%. For each 2 Refine Levels of equipped Weapon: Increases damage of Psychic Wave by 6%. _______________________ When equipped with Thanos Dagger-AD: Increases damage of Psychic Wave and From the Abyss by 15%. For each 2 Refine Levels of equipped Weapon: Increases Magical Damage with every element by 2%. _______________________ [Bonus by Headgear's Grade] [Grade D]: SPL +1 [Grade C]: S.MATK +1 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Gray_Magic1 | ||
| Attack | 0 | Type | Card - Enchant | ||
| MATK | 0 | Equip Locations | None | ||
| Defense | 0 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 0 | Equip Upper | None | ||
| Weight | 0 | Min Equip Level | None | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | No | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@g = getenchantgrade(EQI_HEAD_TOP);
if (.@g >= ENCHANTGRADE_D) {
bonus bSpl,1;
if (.@g >= ENCHANTGRADE_C) {
bonus bSMatk,1;
}
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
.@r = getequiprefinerycnt(EQI_HAND_R); bonus2 bSkillAtk,"WL_CRIMSONROCK",15; bonus2 bSkillAtk,"AG_FLORAL_FLARE_ROAD",15; bonus2 bSkillAtk,"AG_STRANTUM_TREMOR",15; bonus2 bSkillAtk,"WL_EARTHSTRAIN",6*(.@r/2); |
||||
|
.@r = getequiprefinerycnt(EQI_HAND_R); bonus2 bSkillAtk,"SO_VARETYR_SPEAR",15; bonus2 bSkillAtk,"EM_LIGHTNING_LAND",15; bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",6*(.@r/2); |
||||
|
.@r = getequiprefinerycnt(EQI_HAND_R); bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",15; bonus2 bSkillAtk,"ABC_FROM_THE_ABYSS_ATK",15; bonus2 bMagicAtkEle,Ele_All,2*(.@r/2); |