Terraria Wiki

  • Discussions are now available on the Terraria Wiki.
  • Miss the old Hydra Skin? Try out our Hydralize gadget! Visit the preferences page while logged in and turn on the gadget.

READ MORE

Terraria Wiki
Advertisement

This template returns the ID of a projectile based on its internal name.

Usage[]

{{ projectileIdFromInternalName | <internal projectile name> }}

First unnamed parameter

Internal name of the projectile. If it is empty or invalid, the template will return an empty string. Count is a special internal name which returns the greatest possible projectile ID plus 1.

Examples[]

Code Result
{{projectileIdFromInternalName|WoodenArrowFriendly}} 1
{{projectileIdFromInternalName|Count}} 1022

See also[]


Advertisement