Template:Blueprint: Difference between revisions
Template page
More actions
Removed Crafting Cost + Added Blueprint XP |
m Switched out rarity for crafting time, as this differs within blueprints of the same rarity |
||
Line 9: | Line 9: | ||
|{{{Item|}}} | |{{{Item|}}} | ||
|{{{Required Materials|}}} | |{{{Required Materials|}}} | ||
|{{ | |{{{Crafting Time|}}} | ||
}} | |||
|{{{Blueprint XP|}}} | |{{{Blueprint XP|}}} | ||
|} | |} | ||
Line 22: | Line 16: | ||
{ | { | ||
"params": { | "params": { | ||
"Item": { | "Item": { | ||
"description": "The item crafted by the blueprint", | "description": "The item crafted by the blueprint", | ||
Line 50: | Line 31: | ||
"description": "The amount of Blueprint XP Earned from crafting this blueprint.", | "description": "The amount of Blueprint XP Earned from crafting this blueprint.", | ||
"type": "number", | "type": "number", | ||
"required": true, | |||
"suggested": true | |||
}, | |||
"Crafting Time": { | |||
"description": "The amount of time it takes to craft the blueprint.", | |||
"type": "string", | |||
"required": true, | "required": true, | ||
"suggested": true | "suggested": true | ||
} | } | ||
}, | }, | ||
"description": "Creates a formatted table to display a blueprint" | "description": "Creates a formatted table to display a blueprint", | ||
"paramOrder": [ | |||
"Item", | |||
"Required Materials", | |||
"Crafting Time", | |||
"Blueprint XP" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> |
Revision as of 04:57, 22 April 2024
Item | Required Materials | Crafting Time | Blueprint XP Earned |
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 |
Crafting Time | Crafting Time | The amount of time it takes to craft the blueprint. | String | required |
Blueprint XP | Blueprint XP | The amount of Blueprint XP Earned from crafting this blueprint. | Number | required |