Template:DataProp/doc

Revision as of 12:25, 1 June 2026 by Vergir (talk | contribs) (Create documentation for Template:DataProp (with help from vergir-bot LLM))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Usage

A shorthand template to retrieve raw technical values from datamined game data. Searches across abilities, heroes, and items automatically.

Powered by Module:GameData.

Examples

{{DataProp|Drifter|BaseHealthRegen}}
{{DataProp|Mo & Krill|BulletsPerShot}}
{{DataProp|Singularity|DPS}}
{{DataProp|Grit|BarrierDuration}}
Hero property (base health regen for Drifter)
3.5
Weapon property (bullets per shot for Mo & Krill)
Prop not found: Mo & Krill/BulletsPerShot
Ability property (DPS for Singularity)
75
Item property (barrier duration for Grit)
4

Dot notation is supported for nested properties (e.g. Scale.Value). Tables with a Value field are automatically unwrapped.

Retrieves a raw data value from abilities, heroes, or items.

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Entity name1

Name of the ability, hero, or item.

Example
Singularity, Drifter, Grit
Stringrequired
Property2

Property key to retrieve. Supports dot notation for nested values.

Example
DPS, BaseHealthRegen, BarrierDuration
Stringrequired