Template:DataProp/docGive feedback
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.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Entity name | 1 | Name of the ability, hero, or item.
| String | required |
| Property | 2 | Property key to retrieve. Supports dot notation for nested values.
| String | required |