Template:Item: Difference between revisions
Jump to navigation
Jump to search
Assasin189cz (talk | contribs) No edit summary |
Assasin189cz (talk | contribs) No edit summary |
||
Line 103: | Line 103: | ||
"suggested":true | "suggested":true | ||
}, | }, | ||
"defense": {}, | "defense": { | ||
"ammo": {}, | "label": "defense", | ||
"shield": {}, | "description": "How much does it protect?", | ||
"shstrg": {}, | "example": "30", | ||
"encons": {}, | "type": "number", | ||
"attach": {}, | "suggested":true | ||
"magsize": {}, | }, | ||
"reload": {}, | "ammo": { | ||
"durability": {}, | "label": "ammo", | ||
"craftedin": {}, | "description": "What does it use to shoot?", | ||
"materials": {} | "example": "rockets", | ||
"type": "string", | |||
"suggestedvalues": [ | |||
"darts", | |||
"energy", | |||
"bullets", | |||
"scattershells", | |||
"rockets" ], | |||
"suggested":true | |||
}, | |||
"shield": { | |||
"label": "shield", | |||
"description": "Can it pass through a shield?", | |||
"example": "Yes", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Yes", | |||
"No" | |||
], | |||
"suggested":true | |||
}, | |||
"shstrg": { | |||
"label": "shieldstrengh", | |||
"description": "How strong is the shielding value?", | |||
"example": "50", | |||
"type": "number", | |||
"suggested":true | |||
}, | |||
"encons": { | |||
"label": "energyconsumption", | |||
"description": "How much energy does it consume?", | |||
"example": "5Kw/m", | |||
"type": "string", | |||
"suggested":true | |||
}, | |||
"attach": { | |||
"label": "attachements", | |||
"description": "Which attachements can be used with this item?", | |||
"example": "Battery", | |||
"type": "string", | |||
"suggested":true | |||
}, | |||
"magsize": { | |||
"label": "magazinesize", | |||
"description": "How big is its magazine?", | |||
"example": "50", | |||
"type": "number", | |||
"suggested":true | |||
}, | |||
"reload": { | |||
"label": "reload", | |||
"description": "How long does it take to reload?", | |||
"example": "2s", | |||
"type": "string", | |||
"suggested":true | |||
}, | |||
"durability": { | |||
"label": "durability", | |||
"description": "What is its basic durability value?", | |||
"example": "40", | |||
"type": "number", | |||
"suggested":true | |||
}, | |||
"craftedin": { | |||
"label": "craftedin", | |||
"description": "Where can it be crafted?", | |||
"example": "3D printer", | |||
"type": "string", | |||
"suggested":true | |||
}, | |||
"materials": { | |||
"label": "materials", | |||
"description": "What is used to craft this item?", | |||
"example": "The tooth of Shai-Hulud", | |||
"type": "string", | |||
"suggested":true | |||
} | |||
}, | }, | ||
"description": "Infobox for displaying Item data", | "description": "Infobox for displaying Item data", |
Revision as of 17:11, 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 | How much does it protect?
| Number | suggested |
ammo | ammo | What does it use to shoot?
| String | suggested |
shield | shield | Can it pass through a shield?
| String | suggested |
shieldstrengh | shstrg | How strong is the shielding value?
| Number | suggested |
energyconsumption | encons | How much energy does it consume?
| String | suggested |
attachements | attach | Which attachements can be used with this item?
| String | suggested |
magazinesize | magsize | How big is its magazine?
| Number | suggested |
reload | reload | How long does it take to reload?
| String | suggested |
durability | durability | What is its basic durability value?
| Number | suggested |
craftedin | craftedin | Where can it be crafted?
| String | suggested |
materials | materials | What is used to craft this item?
| String | suggested |