Skip to content

DamageFx.js

kyleady edited this page Jul 11, 2017 · 1 revision

Purpose

Creates Roll20 Fx on the given graphic based on the damage type of the attack.

Usage

damageFx(graphic, damageType)

  • graphic is the graphic where the Fx will be placed.
  • damageType - the following damage types are accepted
    • E - produces an effect similar to 'burn-frost'
    • I - produces an effect similar to 'splatter-blood'
    • R - produces an effect similar to 'splatter-blood'
    • S - produces an effect similar to 'burn-fire'
    • X - produces an effect similar to 'burn-fire'

See Roll20 FX for more details.

Requirements

-

Clone this wiki locally