Skip to content

Instantly share code, notes, and snippets.

@victorysoftworks
Created July 22, 2021 05:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save victorysoftworks/036dc4bad3d6bd60a420281767ad9677 to your computer and use it in GitHub Desktop.
Save victorysoftworks/036dc4bad3d6bd60a420281767ad9677 to your computer and use it in GitHub Desktop.
<entity>
<component type="Name" name="acid worm" />
<component type="NaturalMeleeAttack" verb="bite" damage="1d8" />
<component type="DamageEffect" chance="100" allowsSave="false">
<effect type="Corrode" amount="3" corrodeMessage="Corrosive slime drips from the %s's maw" />
</component>
<!-- Other components ... -->
</entity>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment