Skip to content

Instantly share code, notes, and snippets.

@victorysoftworks
Last active July 22, 2021 05:10
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/35b171a5dd74f218b533dd046c703925 to your computer and use it in GitHub Desktop.
Save victorysoftworks/35b171a5dd74f218b533dd046c703925 to your computer and use it in GitHub Desktop.
<entity>
<component type="Name" name="green slime" />
<component type="NaturalMeleeAttack" verb="engulf" damage="1d6" />
<component type="ContactEffect">
<effect type="Corrode" amount="5" corrodeMessage="The %s covers the %t in corrosive fluid" />
</component>
<!-- Other components ... -->
</entity>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment