Changes

3,598 bytes added ,  06:15, 14 December 2022
no edit summary
Line 87: Line 87:  
{{!}}}
 
{{!}}}
 
}}
 
}}
 +
<noinclude>
 +
<templatedata>
 +
{
 +
"params": {
 +
"pool1_count": {
 +
"label": "Pool 1 Die Count",
 +
"description": "Count of dice in 1st pool",
 +
"example": "3",
 +
"type": "number",
 +
"default": "2",
 +
"required": true
 +
},
 +
"pool1_name": {
 +
"label": "Pool 1 Name",
 +
"description": "Name of 1st Pool",
 +
"type": "line",
 +
"required": true
 +
},
 +
"pool5_name": {
 +
"label": "Pool 4 Name",
 +
"description": "Name of 4th Pool",
 +
"type": "line"
 +
},
 +
"pool4_name": {
 +
"label": "Pool 4 Name",
 +
"description": "Name of 4th Pool",
 +
"type": "line"
 +
},
 +
"pool3_name": {
 +
"label": "Pool 3 Name",
 +
"description": "Name of 3rd Pool",
 +
"type": "line"
 +
},
 +
"pool2_name": {
 +
"label": "Pool 2 Name",
 +
"description": "Name of 2nd Pool",
 +
"type": "line"
 +
},
 +
"name": {
 +
"label": "Pool Name",
 +
"description": "Name of the Pool",
 +
"example": "Mega Pool",
 +
"type": "line",
 +
"required": true
 +
},
 +
"description": {
 +
"label": "Pool Description",
 +
"description": "A short description of the pool",
 +
"example": "This here is a thing with stuff and a thing",
 +
"type": "line",
 +
"suggested": true
 +
},
 +
"pool2_count": {
 +
"label": "Pool 2 Die Count",
 +
"description": "Count of dice in 2nd pool",
 +
"example": "3",
 +
"type": "number",
 +
"default": "2"
 +
},
 +
"pool3_count": {
 +
"label": "Pool 3 Die Count",
 +
"description": "Count of dice in 3rd pool",
 +
"example": "3",
 +
"type": "number",
 +
"default": "2"
 +
},
 +
"pool4_count": {
 +
"label": "Pool 4 Die Count",
 +
"description": "Count of dice in 4th pool",
 +
"example": "3",
 +
"type": "number",
 +
"default": "2"
 +
},
 +
"pool5_count": {
 +
"label": "Pool 5 Die Count",
 +
"description": "Count of dice in 5th pool",
 +
"example": "3",
 +
"type": "number",
 +
"default": "2"
 +
},
 +
"pool1_die": {
 +
"label": "Pool 1 Die Type",
 +
"description": "Die type of 1st Pool",
 +
"type": "number",
 +
"default": "8",
 +
"required": true
 +
},
 +
"pool2_die": {
 +
"label": "Pool 2 Die Type",
 +
"description": "Die type of 2nd Pool",
 +
"example": "8",
 +
"type": "number",
 +
"default": "8"
 +
},
 +
"pool3_die": {
 +
"label": "Pool 3 Die Type",
 +
"description": "Die type of 3rd Pool",
 +
"example": "8",
 +
"type": "number",
 +
"default": "8"
 +
},
 +
"pool4_die": {
 +
"label": "Pool 4 Die Type",
 +
"description": "Die type of 4th Pool",
 +
"example": "8",
 +
"type": "number",
 +
"default": "8"
 +
},
 +
"pool5_die": {
 +
"label": "Pool 5 Die Type",
 +
"description": "Die type of 5th Pool",
 +
"example": "8",
 +
"type": "number",
 +
"default": "8"
 +
},
 +
"sfx1_name": {
 +
"label": "SFX 1 of Pool",
 +
"description": "Name of SFX 1",
 +
"example": "Do a thing",
 +
"type": "line"
 +
},
 +
"sfx1_effect": {
 +
"label": "SFX 1 Effect",
 +
"description": "Effect of SFX 1",
 +
"example": "[pp] for [8]",
 +
"type": "line"
 +
},
 +
"sfx2_name": {
 +
"label": "SFX 2 of Pool",
 +
"description": "Name of SFX 2",
 +
"example": "Do a thing",
 +
"type": "line"
 +
},
 +
"sfx2_effect": {
 +
"label": "SFX 2 Effect",
 +
"description": "Effect of SFX 2",
 +
"example": "[pp] for [8]",
 +
"type": "line"
 +
},
 +
"width": {
 +
"label": "Width",
 +
"description": "Width of Pool Object",
 +
"type": "number",
 +
"suggested": true
 +
}
 +
},
 +
"paramOrder": [
 +
"name",
 +
"description",
 +
"width",
 +
"pool1_name",
 +
"pool1_die",
 +
"pool1_count",
 +
"pool2_name",
 +
"pool2_die",
 +
"pool2_count",
 +
"pool3_name",
 +
"pool3_die",
 +
"pool3_count",
 +
"pool4_name",
 +
"pool4_die",
 +
"pool4_count",
 +
"pool5_name",
 +
"pool5_die",
 +
"pool5_count",
 +
"sfx1_name",
 +
"sfx1_effect",
 +
"sfx2_name",
 +
"sfx2_effect"
 +
]
 +
}
 +
</templatedata>
 +
</noinclude>