Editing Template:Infobox item/docGive feedback
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
| Latest revision | Your text | ||
| Line 97: | Line 97: | ||
], | ], | ||
"description": "If it's a street brawl item, hide cost and tier" | "description": "If it's a street brawl item, hide cost and tier" | ||
}, | |||
"has_passive1": { | |||
"type": "boolean", | |||
"default": "false", | |||
"suggested": true, | |||
"suggestedvalues": [ | |||
"true", | |||
"false" | |||
], | |||
"description": "If the item has a passive section." | |||
}, | |||
"has_active1": { | |||
"type": "boolean", | |||
"default": "false", | |||
"suggested": true, | |||
"suggestedvalues": [ | |||
"true", | |||
"false" | |||
], | |||
"description": "If the item has an active section." | |||
}, | |||
"has_iscomponentof": { | |||
"type": "boolean", | |||
"default": "false", | |||
"suggestedvalues": [ | |||
"true", | |||
"false" | |||
], | |||
"description": "If the item is a component of X." | |||
}, | |||
"has_iscomponentof2": { | |||
"type": "boolean", | |||
"default": "false", | |||
"suggestedvalues": [ | |||
"true", | |||
"false" | |||
], | |||
"description": "If the item is a component of 2 items." | |||
}, | |||
"has_iscomponentof3": { | |||
"type": "boolean", | |||
"default": "false", | |||
"suggestedvalues": [ | |||
"true", | |||
"false" | |||
], | |||
"description": "If the item is a component of 3 items." | |||
}, | }, | ||
"passive1_description": { | "passive1_description": { | ||
| Line 103: | Line 150: | ||
"active1_description": { | "active1_description": { | ||
"type": "string" | "type": "string" | ||
}, | |||
"has_components": { | |||
"type": "boolean", | |||
"default": "false", | |||
"suggestedvalues": [ | |||
"true", | |||
"false" | |||
], | |||
"description": "If the item has a component." | |||
}, | }, | ||
"component1_name": { | "component1_name": { | ||
| Line 108: | Line 164: | ||
"default": "Basic Magazine", | "default": "Basic Magazine", | ||
"description": "Name of the component item it builds from." | "description": "Name of the component item it builds from." | ||
}, | |||
"has_components2": { | |||
"type": "boolean", | |||
"default": "false", | |||
"suggestedvalues": [ | |||
"true", | |||
"false" | |||
], | |||
"description": "If the item has two components (Two items it can build from, not a build tree)" | |||
}, | }, | ||
"component2_name": { | "component2_name": { | ||
| Line 226: | Line 291: | ||
], | ], | ||
"description": "Item tier." | "description": "Item tier." | ||
}, | |||
"has_passive2": { | |||
"type": "boolean", | |||
"default": "false", | |||
"suggestedvalues": [ | |||
"true", | |||
"false" | |||
], | |||
"description": "If the item has a second passive section." | |||
}, | }, | ||
"item_icon": { | "item_icon": { | ||
| Line 295: | Line 369: | ||
"item_tier", | "item_tier", | ||
"souls", | "souls", | ||
"has_passive1", | |||
"has_passive2", | |||
"has_active1", | |||
"has_components", | |||
"has_components2", | |||
"has_iscomponentof", | |||
"has_iscomponentof2", | |||
"has_iscomponentof3", | |||
"component1_name", | "component1_name", | ||
"component2_name", | "component2_name", | ||