Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Blueprint: Difference between revisions

Template page
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|}}}
|{{#switch: {{lc:{{{Rarity}}}}}
|{{{Crafting Time|}}}
| common = 45 minutes
| uncommon = 2 hours
| rare = 5 hours
| epic = 12 hours
| legendary = 18 hours
}}
|{{{Blueprint XP|}}}
|{{{Blueprint XP|}}}
|}
|}
Line 22: Line 16:
{
{
"params": {
"params": {
"Rarity": {
"description": "Rarity of blueprint",
"type": "string",
"suggestedvalues": [
"Common",
"Uncommon",
"Rare",
"Epic",
"Legendary"
],
"required": true,
"suggested": true
},
"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

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
ItemItem

The item crafted by the blueprint

Stringrequired
Required MaterialsRequired Materials

The materials required to craft

Stringrequired
Crafting TimeCrafting Time

The amount of time it takes to craft the blueprint.

Stringrequired
Blueprint XPBlueprint XP

The amount of Blueprint XP Earned from crafting this blueprint.

Numberrequired