Changes

4,809 bytes added ,  04:44, 15 December 2022
no edit summary
Line 71: Line 71:  
|colspan=3|{{#cortexMarkup:{{{distinction1_sfx1_description}}}}}
 
|colspan=3|{{#cortexMarkup:{{{distinction1_sfx1_description}}}}}
 
|}
 
|}
 +
<noinclude>
 +
<templatedata>
 +
{
 +
"params": {
 +
"width": {
 +
"label": "Width",
 +
"description": "Width of the Character Box",
 +
"example": "100",
 +
"type": "wiki-file-name",
 +
"default": "40"
 +
},
 +
"name": {
 +
"label": "Character Name",
 +
"description": "The Character's Name",
 +
"example": "Bob",
 +
"type": "line",
 +
"required": true
 +
},
 +
"description": {
 +
"label": "Character Description",
 +
"description": "A brief description of the character",
 +
"example": "Tall, with two eyes, four feet and two legs.",
 +
"type": "line",
 +
"suggested": true
 +
},
 +
"distinction1": {
 +
"label": "Distincation 1",
 +
"description": "Character's First Distinction",
 +
"example": "Hard-Headed",
 +
"type": "line",
 +
"autovalue": "",
 +
"required": true
 +
},
 +
"distinction1_value": {
 +
"label": "First Distinction Die Value",
 +
"description": "Die value of the first distinction",
 +
"example": "8",
 +
"default": "8",
 +
"autovalue": "8",
 +
"required": true
 +
},
 +
"capitalist": {
 +
"label": "Capitalist Skill",
 +
"description": "Capitalist Skill Value",
 +
"example": "8",
 +
"type": "number",
 +
"autovalue": "",
 +
"required": true
 +
},
 +
"medico": {
 +
"label": "Medico Skill",
 +
"description": "Medico Skill Value",
 +
"example": "8",
 +
"type": "number",
 +
"autovalue": "",
 +
"required": true
 +
},
 +
"distinction2": {
 +
"label": "Distinction 2",
 +
"description": "Character's Second Distincation",
 +
"example": "Big Muscled",
 +
"type": "line",
 +
"required": true
 +
},
 +
"distinction2_value": {
 +
"label": "Second Distinction Die Value",
 +
"description": "Die value of the second distinction",
 +
"example": "8",
 +
"type": "number",
 +
"default": "8",
 +
"autovalue": "8",
 +
"required": true
 +
},
 +
"gumshoe": {
 +
"label": "Gumshoe Skill",
 +
"description": "Gumshoe Skill Value",
 +
"example": "8",
 +
"type": "number",
 +
"autovalue": "",
 +
"required": true
 +
},
 +
"pilot": {
 +
"label": "Pilot Skill",
 +
"description": "Pilot Skill Value",
 +
"example": "8",
 +
"type": "number",
 +
"autovalue": "",
 +
"required": true
 +
},
 +
"distinction3": {
 +
"label": "Distinction 3",
 +
"description": "Character's Third Distinction",
 +
"example": "Lumpy",
 +
"type": "line",
 +
"autovalue": "",
 +
"required": true
 +
},
 +
"distinction3_value": {
 +
"label": "Third Distinction Die Value",
 +
"description": "Die value of the third distinction",
 +
"example": "8",
 +
"type": "number",
 +
"default": "8",
 +
"autovalue": "8"
 +
},
 +
"gunner": {
 +
"label": "Gunner Skill",
 +
"description": "Gunner Skill Value",
 +
"example": "8",
 +
"type": "number",
 +
"autovalue": "",
 +
"required": true
 +
},
 +
"quartermaster": {
 +
"label": "Quartermaster Skill",
 +
"description": "Quartermaster Skill Value",
 +
"example": "8",
 +
"type": "number",
 +
"autovalue": "",
 +
"required": true
 +
},
 +
"larcenist": {
 +
"label": "Larcenist Skill",
 +
"description": "Larcenist Skill Value",
 +
"example": "8",
 +
"type": "number",
 +
"autovalue": "",
 +
"required": true
 +
},
 +
"raconteur": {},
 +
"physical": {
 +
"label": "Physical Attribute",
 +
"description": "Physical Attribute Value",
 +
"example": "8",
 +
"type": "number",
 +
"required": true
 +
},
 +
"lawyer": {
 +
"label": "Lawyer Attribute",
 +
"description": "Lawyer Attribute Value",
 +
"example": "8",
 +
"type": "number",
 +
"required": true
 +
},
 +
"scrapper": {
 +
"label": "Scrapper Attribute",
 +
"description": "Scrapper Attribute Value",
 +
"example": "8",
 +
"type": "number",
 +
"required": true
 +
},
 +
"mental": {
 +
"label": "Mental Attribute",
 +
"description": "Mental Attribute Value",
 +
"example": "8",
 +
"type": "number",
 +
"required": true
 +
},
 +
"macher": {
 +
"label": "Macher Attribute",
 +
"description": "Macher Attribute Value",
 +
"example": "8",
 +
"type": "number",
 +
"required": true
 +
},
 +
"technophile": {
 +
"label": "Technophile Attribute",
 +
"description": "Technophile Attribute Value",
 +
"example": "8",
 +
"type": "number",
 +
"required": true
 +
},
 +
"social": {
 +
"label": "Social Attribute",
 +
"description": "Social Attribute Value",
 +
"example": "8",
 +
"type": "number",
 +
"required": true
 +
},
 +
"mechanic": {
 +
"label": "Mechanic Attribute",
 +
"description": "Mechanic Attribute Value",
 +
"example": "8",
 +
"type": "number",
 +
"required": true
 +
},
 +
"distinction1_sfx1_description": {}
 +
},
 +
"paramOrder": [
 +
"name",
 +
"description",
 +
"width",
 +
"distinction1",
 +
"distinction1_value",
 +
"distinction2",
 +
"distinction2_value",
 +
"distinction3",
 +
"distinction3_value",
 +
"physical",
 +
"mental",
 +
"social",
 +
"capitalist",
 +
"gumshoe",
 +
"gunner",
 +
"lawyer",
 +
"larcenist",
 +
"macher",
 +
"medico",
 +
"mechanic",
 +
"pilot",
 +
"quartermaster",
 +
"raconteur",
 +
"scrapper",
 +
"technophile",
 +
"distinction1_sfx1_description"
 +
],
 +
"format": "inline"
 +
}
 +
</templatedata>
 +
</noinclude>