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
idk if this will work never done this before xD (+ TemplateData)
removed Blueprint XP field
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly>
{| class="wikitable"
{| class="wikitable"
|+
!colspan="2"|{{{item|}}}
|Item
|Required Materials
|Crafting Cost
|Crafting Time
|-
|-
|{{{Item|}}}
!Required Materials
|{{{Required Materials|}}}
|{{{required_materials|}}}
|{{#switch: {{lc:{{{Rarity}}}}}
|-
| common = {{Coin|1,500}}
!Crafting Time
| uncommon = {{Coin|4,500}}
|{{#if: {{{legacy|}}} |
| rare = {{Coin|10,000}}
  {{#switch: {{lc:{{{rarity|}}}}}
| epic = {{Coin|25,000}}
    |rare = 7h
| legendary = {{Coin|40,000}}
    |epic = 18h
}}
    |legendary = 1d
|{{#switch: {{lc:{{{Rarity}}}}}
  }}  
| common = 45 minutes}}
  |  
| uncommon = 2 hours
  {{#switch: {{lc:{{{rarity|}}}}}
| rare = 5 hours
    |common = 45m
| epic = 12 hours
    |uncommon = 2h
| legendary = 18 hours
    |rare = 5h
    |epic = 12h
    |legendary = 18h
    |mythic = 1d
  }}
}}
}}
|}
|}
</includeonly><noinclude>
<templatedata>
<templatedata>
{
{
"params": {
"params": {
"Rarity": {
"item": {
"description": "Rarity of blueprint",
"type": "string",
"suggestedvalues": [
"Common",
"Uncommon",
"Rare",
"Epic",
"Legendary"
],
"required": true,
"suggested": true
},
"Item": {
"description": "The item crafted by the blueprint",
"description": "The item crafted by the blueprint",
"type": "string",
"type": "string",
"required": true,
"required": true
"suggested": true
},
},
"Required Materials": {
"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,
"suggested": 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.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
itemitem

The item crafted by the blueprint

Stringrequired
required_materialsrequired_materials

The materials required to craft

Stringrequired
legacylegacy

Whether the blueprint is from the Legacy Machine

Suggested values
yes
Stringoptional
rarityrarity

The rarity of the cosmetic / blueprint

Stringrequired