Template:Blueprint: Difference between revisions
Template page
More actions
mNo edit summary |
removed Blueprint XP field |
||
(10 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
< | <includeonly> | ||
{| class="wikitable" | {| class="wikitable" | ||
| | !colspan="2"|{{{item|}}} | ||
| | |||
|- | |- | ||
|{{{ | !Required Materials | ||
|{{{ | |{{{required_materials|}}} | ||
|- | |||
!Crafting Time | |||
|{{#if: {{{legacy|}}} | | |||
| rare = | {{#switch: {{lc:{{{rarity|}}}}} | ||
| epic = | |rare = 7h | ||
| legendary = | |epic = 18h | ||
}} | |legendary = 1d | ||
|{{#switch: {{lc:{{{ | }} | ||
| common = | | | ||
| uncommon = | {{#switch: {{lc:{{{rarity|}}}}} | ||
| rare = | |common = 45m | ||
| epic = | |uncommon = 2h | ||
| legendary = | |rare = 5h | ||
|epic = 12h | |||
|legendary = 18h | |||
|mythic = 1d | |||
}} | |||
}} | }} | ||
|} | |} | ||
</ | </includeonly><noinclude> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
" | "item": { | ||
"description": "The item crafted by the blueprint", | "description": "The item crafted by the blueprint", | ||
"type": "string", | "type": "string", | ||
"required | "required": true | ||
}, | }, | ||
" | "required_materials": { | ||
"description": "The materials required to craft", | "description": "The materials required to craft", | ||
"type": "string", | "type": "string", | ||
"required": true | |||
}, | |||
"legacy": { | |||
"description": "Whether the blueprint is from the Legacy Machine", | |||
"suggestedvalues": [ | |||
"yes" | |||
], | |||
"type": "string" | |||
}, | |||
"rarity": { | |||
"description": "The rarity of the cosmetic / blueprint", | |||
"required": true, | "required": true, | ||
" | "type": "string" | ||
} | } | ||
}, | }, | ||
"description": "Creates a formatted table to display a blueprint" | "description": "Creates a formatted table to display a blueprint.", | ||
"paramOrder": [ | |||
"item", | |||
"required_materials", | |||
"legacy", | |||
"rarity" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> |
Latest revision as of 13:57, 30 August 2025
Creates a formatted table to display a blueprint.
Parameter | Description | Type | Status | |
---|---|---|---|---|
item | item | The item crafted by the blueprint | String | required |
required_materials | required_materials | The materials required to craft | String | required |
legacy | legacy | Whether the blueprint is from the Legacy Machine
| String | optional |
rarity | rarity | The rarity of the cosmetic / blueprint | String | required |