Skip to content

Instantly share code, notes, and snippets.

@victorysoftworks
Created July 22, 2021 03:48
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/1975426049dcd279f30d9e995157b3bf to your computer and use it in GitHub Desktop.
Save victorysoftworks/1975426049dcd279f30d9e995157b3bf to your computer and use it in GitHub Desktop.
<entity>
<component type="NamePrefix" prefix="slime-covered" />
<component type="Name" name="pillar" />
<component type="Solid">
<!-- Capital %S only retrieves the source entity's base name, such as "pillar" -->
<effect type="Corrode" amount="2" corrodeMessage="The corrosive slime covering the %S sticks to the %t" />
</component>
<!-- Other components ... -->
</entity>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment