Elemental Origin [2], книга (Renewal)
Elemental Origin [2] (ORIGIN_OF_ELEMENTAL) – оружие. Выпадает из монстров: Elite Buffalo Bandit (E), Bowie Buffalo Bandit.
![Elemental Origin [2], книга (Renewal) Elemental Origin [2], книга (Renewal)](/images/db/items/picture/28608.png)
A grimoire that explains the origin of elemental magic and compiles all elemental spells.
Property: Neutral
Required Int + 4
Matk + 150
Increases the damage of Cold Bolt, Fire Bolt and Lightning Bolt by 10%.
If upgrade level is +7 or higher,
Increases the damage of Cold Bolt, Fire Bolt and Lightning Bolt by an additional 10%.
If upgrade level is +9 or higher,
Increases the damage of Cold Bolt, Fire Bolt and Lightning Bolt by an additional 10%.
Set Bonus
Elemental Cape
Elemental Origin
Elemental Robe
Adds a 5% chance of casting Level 5 Fire Ball on the target when performing a magical attack, if a higher level of this skill is known, it will be cast instead.
Adds a 100% chance of buffing the user for 1 minute when using Double Bolt; Matk + 50.
Скрипт
.@r = getrefine(); bonus bInt,4; .@bonus = 10; if (.@r>=7) { .@bonus += 10; } if (.@r>=9) { .@bonus += 10; } bonus2 bSkillAtk,"MG_FIREBOLT",.@bonus; bonus2 bSkillAtk,"MG_COLDBOLT",.@bonus; bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",.@bonus; bonus2 bSkillAtk,"WZ_EARTHSPIKE",.@bonus;