Template:Blueprint: Difference between revisions
Template page
More actions
mNo edit summary |
Removed Crafting Cost + Added Blueprint XP |
||
Line 4: | Line 4: | ||
|Item | |Item | ||
|Required Materials | |Required Materials | ||
|Crafting Time | |Crafting Time | ||
|Blueprint XP Earned | |||
|- | |- | ||
|{{{Item|}}} | |{{{Item|}}} | ||
|{{{Required Materials|}}} | |{{{Required Materials|}}} | ||
|{{#switch: {{lc:{{{Rarity}}}}} | |{{#switch: {{lc:{{{Rarity}}}}} | ||
| common = 45 minutes | | common = 45 minutes | ||
Line 23: | Line 16: | ||
| legendary = 18 hours | | legendary = 18 hours | ||
}} | }} | ||
|{{{Blueprint XP|}}} | |||
|} | |} | ||
</onlyinclude> | </onlyinclude> | ||
Line 50: | Line 44: | ||
"description": "The materials required to craft", | "description": "The materials required to craft", | ||
"type": "string", | "type": "string", | ||
"required": true, | |||
"suggested": true | |||
}, | |||
"Blueprint XP": { | |||
"description": "The amount of Blueprint XP Earned from crafting this blueprint.", | |||
"type": "number", | |||
"required": true, | "required": true, | ||
"suggested": true | "suggested": true |
Revision as of 04:53, 22 April 2024
Item | Required Materials | Crafting Time | Blueprint XP Earned |
Creates a formatted table to display a blueprint
Parameter | Description | Type | Status | |
---|---|---|---|---|
Rarity | Rarity | Rarity of blueprint
| String | required |
Item | Item | The item crafted by the blueprint | String | required |
Required Materials | Required Materials | The materials required to craft | String | required |
Blueprint XP | Blueprint XP | The amount of Blueprint XP Earned from crafting this blueprint. | Number | required |