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
mNo edit summary
Removed Crafting Cost + Added Blueprint XP
Line 4: Line 4:
|Item
|Item
|Required Materials
|Required Materials
|Crafting Cost
|Crafting Time
|Crafting Time
|Blueprint XP Earned
|-
|-
|{{{Item|}}}
|{{{Item|}}}
|{{{Required Materials|}}}
|{{{Required Materials|}}}
|{{#switch: {{lc:{{{Rarity}}}}}
| common = {{Coin|1,500}}
| uncommon = {{Coin|4,500}}
| rare = {{Coin|10,000}}
| epic = {{Coin|25,000}}
| legendary = {{Coin|40,000}}
}}
|{{#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

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
RarityRarity

Rarity of blueprint

Suggested values
Common Uncommon Rare Epic Legendary
Stringrequired
ItemItem

The item crafted by the blueprint

Stringrequired
Required MaterialsRequired Materials

The materials required to craft

Stringrequired
Blueprint XPBlueprint XP

The amount of Blueprint XP Earned from crafting this blueprint.

Numberrequired