Template:ItemData/doc: Difference between revisionsGive feedback
Created page with "This template allows you to display item stats automatically using the game files. It pulls data directly from Data:ItemData.json. == ⚡ Quick Start == # Go to Data:ItemData.json and find the item you want. # Use the template with the item's name and the property you need. '''Basic Example:''' <code><nowiki>{{ItemData|Divine Barrier|BulletResist}}</nowiki></code> → {{ItemData|Divine Barrier|BulletResist}} == 📖 Template Functions == The template has diffe..." |
Added enhanced stat function |
||
| Line 69: | Line 69: | ||
'''Example:''' | '''Example:''' | ||
* <code><nowiki>{{ItemData|codename|Divine Barrier}}</nowiki></code> → {{ItemData|codename|Divine Barrier}} | * <code><nowiki>{{ItemData|codename|Divine Barrier}}</nowiki></code> → {{ItemData|codename|Divine Barrier}} | ||
=== Getting Enhanced Stats === | |||
Shows the enhanced value of a property for items in enhanced modes (e.g., Street Brawl). | |||
'''Syntax:''' | |||
<code><nowiki>{{ItemData|enhanced|Item Name|PropertyName}}</nowiki></code> | |||
== ❌ Common Errors == | == ❌ Common Errors == | ||