User attack element modifiers

The Attack Element Modifiers script has been updated to support all database objects that supports features. This includes Actors, Classes, Weapons, Armors, States, and Enemies.

Now you can create a weapon that allows you to deal 50% fire and 50% physical damage, and apply that to all “normal” skills.

To summarize what the script does, it allows you to explicitly define attack element rates. For example, if you have a skill has a fire/physical damage element type, and you want it to inflict 30% fire damage and 70% physical damage, this script would calculate each element individually. So if you used it on a target that was immune to physical damage, your skill would still inflict 30% worth of fire damage.

The new update allows you to specify attack element rates for other objects. For example, suppose you equipped a Fire Sword that inflicted 30% fire and 70% physical damage. All skills/items with a normal damage element type would automatically deal 30% fire and 70% physical damage since the attack elements are based on the user’s equips.

This makes sense, because you can imagine slashing a slime with a fire sword should deal both fire damage and physical damage, and if the slime is immune to physical damage, you would still be able to deal some fire damage.

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *

To create code blocks or other preformatted text, indent by four spaces:

    This will be displayed in a monospaced font. The first four 
    spaces will be stripped off, but all other whitespace
    will be preserved.
    
    Markdown is turned off in code blocks:
     [This is not a link](http://example.com)

To create not a block, but an inline code span, use backticks:

Here is some inline `code`.

For more help see http://daringfireball.net/projects/markdown/syntax