Skip to content

Entities

This page is a reference index for the entities DataSheetLang can modify.

If you’re trying to write a spec, see Syntax.
If you want working copy/paste templates, see Examples.

EntityWhat it representsPrimary XML target
ItemsBase item definitions (IDs, categories, combat/economy attributes, etc.)ItemTemplate.xml
EquipmentEquipment stats and metadata linked to itemsEquipmentTemplate.xml
ItemStringsDisplay strings (name/tooltip) shown to playersStrSheet_Item.xml

Items are the most common entry point. In addition to direct item attributes, items can include inline blocks that expand into related changes:

  • equipment: inline equipment block
  • strings: inline strings block

See:

Equipment entries can be authored directly, or generated via inline equipment blocks on items.

Equipment can optionally compute stats deterministically from formula inputs and allows overrides.

See:

ItemStrings are the “player-facing” strings (name/tooltip). They can be authored as:

  • Inline strings: on items (most common)
  • Standalone itemStrings: entity operations (bulk work / string-only changes)

See: