Template:Blueprint: Difference between revisions
Template page
More actions
m lc rarity |
m #lc -> lc |
||
Line 8: | Line 8: | ||
!Crafting Time | !Crafting Time | ||
|{{#if: {{{legacy|}}} | | |{{#if: {{{legacy|}}} | | ||
{{#switch: {{ | {{#switch: {{lc:{{{rarity|}}}}} | ||
|rare = 7h | |rare = 7h | ||
|epic = 18h | |epic = 18h | ||
Line 14: | Line 14: | ||
}} | }} | ||
| | | | ||
{{#switch: {{ | {{#switch: {{lc:{{{rarity|}}}}} | ||
|common = 45m | |common = 45m | ||
|uncommon = 2h | |uncommon = 2h | ||
Line 26: | Line 26: | ||
!Blueprint XP Earned | !Blueprint XP Earned | ||
|{{#if: {{{legacy|}}} | | |{{#if: {{{legacy|}}} | | ||
{{#switch: {{ | {{#switch: {{lc:{{{rarity|}}}}} | ||
|rare = 80 XP | |rare = 80 XP | ||
|epic = 150 XP | |epic = 150 XP | ||
Line 32: | Line 32: | ||
}} | }} | ||
| | | | ||
{{#switch: {{ | {{#switch: {{lc:{{{rarity|}}}}} | ||
|common = 5 XP | |common = 5 XP | ||
|uncommon = 15 XP | |uncommon = 15 XP |
Revision as of 11:33, 15 March 2025
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 |
legacy | legacy | Whether the blueprint is from the Legacy Machine
| String | optional |
rarity | rarity | The rarity of the cosmetic / blueprint | String | required |