Skip to content

Instantly share code, notes, and snippets.

@victorysoftworks
Created July 22, 2021 05:38
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/fea139fd4e2623dae7cbba960f80c022 to your computer and use it in GitHub Desktop.
Save victorysoftworks/fea139fd4e2623dae7cbba960f80c022 to your computer and use it in GitHub Desktop.
<entity>
<component type="Name" name="rod of corrosion" />
<component type="LimitedUse" uses="6" />
<component type="Zappable" directional="true" range="12">
<effect type="Corrode" amount="10" corrodeMessage="A hissing green bolt hits the %t" />
</component>
<!-- Other components ... -->
</entity>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment