Template:Infobox item/doc: Difference between revisions
Jump to navigation
Jump to search
Creating doc subpage. Copied over template data from main. |
Stuff for new param item_tier |
||
Line 5: | Line 5: | ||
|item_name=Heroic Aura | |item_name=Heroic Aura | ||
|item_type=Weapon | |item_type=Weapon | ||
|item_tier=3 | |||
|has_components=true | |has_components=true | ||
|component1_name=Basic Magazine | |component1_name=Basic Magazine | ||
Line 93: | Line 94: | ||
"type": "wiki-page-name" | "type": "wiki-page-name" | ||
}, | }, | ||
"item_description": { | |||
"type": "string" | "type": "string" | ||
}, | }, | ||
Line 177: | Line 178: | ||
], | ], | ||
"required": true | "required": true | ||
}, | |||
"item_tier": { | |||
"type": "number", | |||
"default": "1", | |||
"autovalue": "1", | |||
"suggested": true, | |||
"suggestedvalues": [ | |||
"1", "2", "3", "4" | |||
] | |||
}, | }, | ||
"item_imagefilepath": { | "item_imagefilepath": { | ||
Line 197: | Line 207: | ||
"item_name", | "item_name", | ||
"item_type", | "item_type", | ||
"item_tier", | |||
"has_components", | "has_components", | ||
"has_passive1", | "has_passive1", | ||
Line 202: | Line 213: | ||
"has_active1", | "has_active1", | ||
"has_iscomponentof", | "has_iscomponentof", | ||
"item_description", | |||
"item_stat1", | "item_stat1", | ||
"item_stat2", | "item_stat2", |
Revision as of 23:38, 8 September 2024
Template for item info boxes
Example
Heroic Aura | |||||||
---|---|---|---|---|---|---|---|
Cost | 3,000 | ||||||
Tier | 3 | ||||||
Shop Bonus | +14% Weapon Damage | ||||||
COMPONENTS: Basic Magazine | |||||||
+20% Bullet Lifesteal | |||||||
+150 Bonus Health | |||||||
+1m/s Move Speed | |||||||
Passive | |||||||
Provides Fire Rate to nearby player minions.
| |||||||
Active | 30s | ||||||
Provides bonus Movement Speed and Fire Rate to you and nearby allies.
| |||||||
IS COMPONENT OF: Headhunter |
Template Data
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
item_imagefilepath | item_imagefilepath | no description | String | required |
item_name | item_name | no description | Page name | required |
item_type | item_type | no description
| String | required |
item_tier | item_tier | no description
| Number | suggested |
has_components | has_components | no description
| String | required |
has_passive1 | has_passive1 | no description
| String | required |
has_passive2 | has_passive2 | no description
| String | required |
has_active1 | has_active1 | no description
| String | required |
has_iscomponentof | has_iscomponentof | no description
| String | required |
item_description | item_description | no description | String | optional |
item_stat1 | item_stat1 | no description | String | suggested |
item_stat2 | item_stat2 | no description | String | optional |
item_stat3 | item_stat3 | no description | String | optional |
item_stat4 | item_stat4 | no description | String | optional |
item_stat5 | item_stat5 | no description | String | optional |
souls | souls | no description | Number | required |
component1_name | component1_name | no description | Page name | optional |
passive1_description | passive1_description | no description | String | optional |
passive1_cooldown | passive1_cooldown | no description | Number | optional |
passive1_stat1 | passive1_stat1 | no description | String | optional |
passive1_stat2 | passive1_stat2 | no description | String | optional |
passive1_stat3 | passive1_stat3 | no description | String | optional |
passive1_stat4 | passive1_stat4 | no description | String | optional |
passive1_stat5 | passive1_stat5 | no description | String | optional |
passive2_description | passive2_description | no description | String | optional |
passive2_cooldown | passive2_cooldown | no description | Number | optional |
passive2_stat1 | passive2_stat1 | no description | String | optional |
passive2_stat2 | passive2_stat2 | no description | String | optional |
passive2_stat3 | passive2_stat3 | no description | String | optional |
passive2_stat4 | passive2_stat4 | no description | String | optional |
passive2_stat5 | passive2_stat5 | no description | String | optional |
active1_description | active1_description | no description | String | optional |
active1_cooldown | active1_cooldown | no description | Number | optional |
active1_stat1 | active1_stat1 | no description | String | optional |
active1_stat2 | active1_stat2 | no description | String | optional |
active1_stat3 | active1_stat3 | no description | String | optional |
active1_stat4 | active1_stat4 | no description | String | optional |
active1_stat5 | active1_stat5 | no description | String | optional |
iscomponentof1_name | iscomponentof1_name | no description | Page name | optional |