Skip to content

Energy Strike

Energy Strike

[Evocation] [Multi-Element]
Level: [Advance Simplex]
Components: [S]
Casting Time: 1 Attack
Range: Touch
Effect: Target Touched
Duration: Instantaneous
Saving Throw: None
Spell Resistance: Yes

Your hands glow with energy and you start to strike the opponent with your hands. A mere touch is all it takes for the burst of energy to injure your opponent. Make a melee touch attack, if it hits, it deals 1d4 + 1d4 per 2 HD (Max 6d4) damage of the energy type selected for the spell. This spell can deal Cold, Corrosive, Desiccation, Electric, Force, Heat, or Sonic damage. This must be selected at the time of casting and will remain that type for the duration of the round.

VTT Macro Description:
@{character_name} makes a number of attacks allowed by their Base Attack Bonus against their foes with ?{Energy Type?}

1st Attack: [[1d20+@{BAB}+@{dexmod}+@{SpellProf}+@{FocusEnch}+(?{Misc bonuses to attack?|0})]] against touch AC for [[[[{floor(@{cl}/2),6}kl1]]d4+(@{SpellProf}*[[{floor(@{cl}/2),6}kl1]])]] ?{Energy Type?} damage.

Suggestion: Copy and Paste the first attack in again on a new line, ad a -5 just after the @{BAB} and increase it to -10 and -15 for the 2nd, 3rd, and 4th attacks respectively. Add them when the extra attacks are gained. Example for a character with three attacks:

1st Attack: [[1d20+@{BAB}+@{dexmod}+@{SpellProf}+@{FocusEnch}+(?{Misc bonuses to attack?|0})]] against touch AC for [[[[{floor(@{cl}/2),6}kl1]]d4+(@{SpellProf}*[[{floor(@{cl}/2),6}kl1]])]] ?{EnergyType?} damage.

2nd Attack: [[1d20+@{BAB}-5+@{dexmod}+@{SpellProf}+@{FocusEnch}+(?{Misc bonuses to attack?|0})]] against touch AC for [[[[{floor(@{cl}/2),6}kl1]]d4+(@{SpellProf}*[[{floor(@{cl}/2),6}kl1]])]] ?{EnergyType?} damage.

3rd Attack: [[1d20+@{BAB}-10+@{dexmod}+@{SpellProf}+@{FocusEnch}+(?{Misc bonuses to attack?|0})]] against touch AC for [[[[floor{(@{cl}/2),6}kl1]]d4+(@{SpellProf}*[[{floor(@{cl}/2),6}kl1]])]] ?{EnergyType?} damage.