Template:CortexLocation

From Starlight Wiki
Revision as of 00:55, 14 December 2022 by Stylo (talk | contribs)
Jump to navigation Jump to search

{ "params": { "distinction2": { "label": "Distinction 2 Name", "description": "Name of Second Distinction", "example": "Well-Stocked Larder", "type": "string" }, "distinction3": { "label": "Distinction 3 Name", "description": "Name of Third Distinction", "example": "Productive Kitchen", "type": "string" }, "name": { "label": "Location Name", "description": "Name of the Location", "example": "High-Class Restaurant", "type": "string", "required": true }, "distinction1": { "label": "Distinction 1 Name", "description": "Name of First Distinction", "example": "Bustling Waitstaff", "type": "string", "required": true }, "distinction1_sfx1_name": { "label": "Distinction 1, SFX 1 Name", "description": "Name of First SFX Associated with First Distinction", "example": "Show me the money", "type": "string" }, "distinction2_sfx1_name": { "label": "Distinction 2, SFX 1 Name", "description": "Name of First SFX Associated with Second Distinction", "example": "Show me the money", "type": "string" }, "distinction3_sfx1_name": { "label": "Distinction 3, SFX 1 Name", "description": "Name of First SFX Associated with Third Distinction", "example": "Show me the money", "type": "string" }, "distinction1_sfx1_effect": { "label": "Distinction 1, SFX 1 Effect", "description": "Effect of First SFX Associated with First Distinction", "example": "Spend [pp] gain [8] asset", "type": "string" }, "distinction2_sfx1_effect": { "label": "Distinction 2, SFX 1 Effect", "description": "Effect of First SFX Associated with Second Distinction", "example": "Spend [pp] gain [8] asset", "type": "string" }, "distinction3_sfx1_effect": { "label": "Distinction 3, SFX 1 Effect", "description": "Effect of First SFX Associated with Third Distinction", "example": "Spend [pp] gain [8] asset", "type": "string" }, "distinction1_sfx2_name": { "label": "Distinction 1, SFX 2 Name", "description": "Name of Second SFX Associated with First Distinction", "example": "Show me the money", "type": "string" }, "distinction2_sfx2_name": { "label": "Distinction 2, SFX 2 Name", "description": "Name of Second SFX Associated with Second Distinction", "example": "Show me the money", "type": "string" }, "distinction3_sfx2_name": { "label": "Distinction 3, SFX 2 Name", "description": "Name of Second SFX Associated with Third Distinction", "example": "Show me the money", "type": "string" }, "distinction1_sfx2_effect": { "label": "Distinction 1, SFX 2 Effect", "description": "Effect of Second SFX Associated with First Distinction", "example": "Spend [pp] gain [8] asset", "type": "string" }, "distinction2_sfx2_effect": { "label": "Distinction 2, SFX 2 Effect", "description": "Effect of Second SFX Associated with Second Distinction", "example": "Spend [pp] gain [8] asset", "type": "string" }, "distinction3_sfx2_effect": { "label": "Distinction 3, SFX 2 Effect", "description": "Effect of Second SFX Associated with Third Distinction", "example": "Spend [pp] gain [8] asset", "type": "string" }, "distinction1_sfx3_name": { "label": "Distinction 1, SFX 3 Name", "description": "Name of Third SFX Associated with First Distinction", "example": "Show me the money", "type": "string" }, "distinction2_sfx3_name": { "label": "Distinction 1, SFX 3 Name", "description": "Name of Third SFX Associated with Second Distinction", "example": "Show me the money", "type": "string" }, "distinction3_sfx3_name": { "label": "Distinction 1, SFX 3 Name", "description": "Name of Third SFX Associated with Third Distinction", "example": "Show me the money", "type": "string" }, "distinction1_sfx3_effect": { "label": "Distinction 1, SFX 3 Effect", "description": "Effect of Third SFX Associated with First Distinction", "example": "Spend [pp] gain [8] asset", "type": "string" }, "distinction2_sfx3_effect": { "label": "Distinction 2, SFX 3 Effect", "description": "Effect of Third SFX Associated with Second Distinction", "example": "Spend [pp] gain [8] asset", "type": "string" }, "distinction3_sfx3_effect": { "label": "Distinction 3, SFX 3 Effect", "description": "Effect of Third SFX Associated with Third Distinction", "example": "Spend [pp] gain [8] asset", "type": "string" }, "description": { "label": "Location Description", "description": "Description of the Location", "example": "A high class restaruant with a bunch of stuff that's really high class.", "type": "string", "suggested": true }, "distinction1_value": { "label": "Distinction 1 Value", "description": "Die Value of First Distinction", "example": "8", "type": "number", "required": true }, "distinction2_value": { "label": "Distinction 2 Value", "description": "Die Value of Second Distinction", "example": "8", "type": "number" }, "distinction3_value": { "label": "Distinction 3 Value", "description": "Die Value of Third Distinction", "example": "8", "type": "number" } }, "paramOrder": [ "name", "description", "distinction1", "distinction1_value", "distinction2", "distinction2_value", "distinction3", "distinction3_value", "distinction1_sfx1_name", "distinction1_sfx1_effect", "distinction1_sfx2_name", "distinction1_sfx2_effect", "distinction1_sfx3_name", "distinction1_sfx3_effect", "distinction2_sfx1_name", "distinction2_sfx1_effect", "distinction2_sfx2_name", "distinction2_sfx2_effect", "distinction2_sfx3_name", "distinction2_sfx3_effect", "distinction3_sfx1_name", "distinction3_sfx1_effect", "distinction3_sfx2_name", "distinction3_sfx2_effect", "distinction3_sfx3_name", "distinction3_sfx3_effect" ], "sets": [ { "label" : "Distinction 2", "params": ["distinction2", "distinction2_value"] }, { "label" : "Distinction 3", "params": ["distinction3", "distinction3_value"] }, { "label" : "Distinction 1, First SFX", "params": [ "distinction1_sfx1_name", "distinction1_sfx1_effect"] }, { "label" : "Distinction 1, Second SFX", "params": [ "distinction1_sfx2_name", "distinction1_sfx2_effect"] }, { "label" : "Distinction 1, Third SFX", "params": [ "distinction1_sfx3_name", "distinction1_sfx3_effect"] }, { "label" : "Distinction 2, First SFX", "params": [ "distinction2_sfx1_name", "distinction2_sfx1_effect"] }, { "label" : "Distinction 2, Second SFX", "params": [ "distinction2_sfx2_name", "distinction2_sfx2_effect"] }, { "label" : "Distinction 2, Third SFX", "params": [ "distinction2_sfx3_name", "distinction2_sfx3_effect"] }, { "label" : "Distinction 3, First SFX", "params": [ "distinction3_sfx1_name", "distinction3_sfx1_effect"] }, { "label" : "Distinction 3, Second SFX", "params": [ "distinction3_sfx2_name", "distinction3_sfx2_effect"] }, { "label" : "Distinction 3, Third SFX", "params": [ "distinction3_sfx3_name", "distinction3_sfx3_effect"] } ], "format": "inline" }