Template:Item: Difference between revisions
Jump to navigation
Jump to search
FlamingMojo (talk | contribs) m (WIP: Fix image) |
Assasin189cz (talk | contribs) No edit summary |
||
Line 49: | Line 49: | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
"added": {}, | "added": { | ||
"type": {}, | "label": "added", | ||
"marketprice": {}, | "description": "When was this item added?", | ||
"rarity": {}, | "example": "Update 11 - Shai-Hulud", | ||
"damage": {}, | "type": "string", | ||
"suggested":true | |||
}, | |||
"type": { | |||
"label": "type", | |||
"description": "What type of item is it?", | |||
"example": "Melee weapon (sword)", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Melee weapon", | |||
"Ranged weapon", | |||
"Armour", | |||
"Gadged", | |||
"Consumable" ], | |||
"required":true | |||
}, | |||
"marketprice": { | |||
"label": "marketprice", | |||
"description": "What price is this item usually sold at?", | |||
"example": "300 solari", | |||
"type": "number", | |||
"suggested":true | |||
}, | |||
"rarity": { | |||
"label": "rarity", | |||
"description": "How rare is this item?", | |||
"example": "Legendary", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Common", | |||
"Uncommon", | |||
"Rare", | |||
"Epic", | |||
"Legendary", | |||
"Unique" ], | |||
"suggested":true | |||
}, | |||
"damage": { | |||
"label": "damage", | |||
"description": "How hard it hits?", | |||
"example": "80 damage (explosive)", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"(explosive)", | |||
"(slash)", | |||
"(blunt)", | |||
"(ranged)", | |||
"(poison)" ], | |||
"suggested":true | |||
}, | |||
"defense": {}, | "defense": {}, | ||
"ammo": {}, | "ammo": {}, |
Revision as of 16:59, 10 February 2024
[[File:{{{image}}}|thumb]] | |
Item Basics | |
---|---|
Added | {{{added}}} |
Type | {{{type}}} |
Satistics |
Infobox for displaying Item data
Parameter | Description | Type | Status | |
---|---|---|---|---|
name | name | no description | Unknown | optional |
image | image | no description | File | suggested |
added | added | When was this item added?
| String | suggested |
type | type | What type of item is it?
| String | required |
marketprice | marketprice | What price is this item usually sold at?
| Number | suggested |
rarity | rarity | How rare is this item?
| String | suggested |
damage | damage | How hard it hits?
| String | suggested |
defense | defense | no description | Unknown | optional |
ammo | ammo | no description | Unknown | optional |
shield | shield | no description | Unknown | optional |
shstrg | shstrg | no description | Unknown | optional |
encons | encons | no description | Unknown | optional |
attach | attach | no description | Unknown | optional |
magsize | magsize | no description | Unknown | optional |
reload | reload | no description | Unknown | optional |
durability | durability | no description | Unknown | optional |
craftedin | craftedin | no description | Unknown | optional |
materials | materials | no description | Unknown | optional |