Difference between revisions of "Template:CortexMob"

From Starlight Wiki
Jump to navigation Jump to search
Line 65: Line 65:
 
{{!}}}
 
{{!}}}
 
}}
 
}}
 +
<noinclude>
 +
<templatedata>
 +
{
 +
"params": {
 +
"rating": {
 +
"label": "Mob Die Rating",
 +
"description": "The Mob's Die Rating: 4,6,8,10, or 12",
 +
"example": "8",
 +
"type": "number",
 +
"required": true
 +
},
 +
"name": {
 +
"label": "Mob Name",
 +
"description": "The Mob's Name. Make it something snappy",
 +
"example": "Bob, or Xzanthir the Mighty",
 +
"type": "string",
 +
"required": true
 +
},
 +
"description": {
 +
"label": "Mob Description",
 +
"description": "A brief description of the mob.",
 +
"type": "string",
 +
"suggested": true
 +
},
 +
"trait1": {
 +
"label": "Trait 1",
 +
"description": "An extra trait the mob possesses",
 +
"example": "Disorganized",
 +
"type": "string",
 +
"suggested": true
 +
},
 +
"trait1_value": {
 +
"label": "Trait 1 Die Value",
 +
"description": "The die value of the 1st trait",
 +
"example": "8",
 +
"type": "number"
 +
},
 +
"skill_level": {
 +
"label": "Mob skill level",
 +
"description": "The skill level of the mob. Minimum 2, max 5, determines how many 'health' dice the mob has.",
 +
"type": "number",
 +
"default": "2",
 +
"required": true
 +
},
 +
"trait2": {
 +
"label": "Trait 2",
 +
"description": "An extra trait the mob possesses",
 +
"example": "Disorganized",
 +
"type": "string"
 +
},
 +
"trait2_value": {
 +
"label": "Trait 2 Value",
 +
"description": "The die value of the 2nd trait",
 +
"example": "8",
 +
"type": "number",
 +
"suggested": true
 +
},
 +
"trait3": {
 +
"label": "Trait 3",
 +
"description": "An extra trait the mob possesses",
 +
"example": "Disorganized",
 +
"type": "string"
 +
},
 +
"trait3_value": {
 +
"label": "Trait 3 Value",
 +
"description": "The die value of the 3rd trait",
 +
"example": "8",
 +
"type": "number"
 +
},
 +
"trait4": {
 +
"label": "Trait 4",
 +
"description": "An extra trait the mob possesses",
 +
"example": "Disorganized",
 +
"type": "string"
 +
},
 +
"trait4_value": {
 +
"label": "Trait 4 Value",
 +
"description": "The die value of the 4th trait",
 +
"example": "8"
 +
},
 +
"trait5": {
 +
"label": "Trait 5",
 +
"description": "An extra trait the mob possesses",
 +
"example": "Disorganized",
 +
"type": "string"
 +
},
 +
"trait5_value": {
 +
"label": "Trait 5 Value",
 +
"description": "The die value of the 5th trait",
 +
"example": "8",
 +
"type": "number"
 +
},
 +
"trait6": {
 +
"label": "Trait 6",
 +
"description": "An extra trait the mob possesses",
 +
"example": "Disorganized",
 +
"type": "string"
 +
},
 +
"trait6_value": {
 +
"label": "Trait 6 Value",
 +
"description": "The die value of the 6th trait",
 +
"example": "8",
 +
"type": "number"
 +
}
 +
},
 +
"description": "Cortex Mob",
 +
"paramOrder": [
 +
"name",
 +
"rating",
 +
"skill_level",
 +
"description",
 +
"trait1",
 +
"trait1_value",
 +
"trait2",
 +
"trait2_value",
 +
"trait3",
 +
"trait3_value",
 +
"trait4",
 +
"trait4_value",
 +
"trait5",
 +
"trait5_value",
 +
"trait6",
 +
"trait6_value"
 +
],
 +
"format": "inline"
 +
}
 +
</templatedata>
 +
</noinclude>

Revision as of 03:15, 13 December 2022


Mob of Bob
It's bob, what do you think?
Mob Traits Rating
Very Bob
Quite Bob
Exceptionally Bob
Incredibly Bob
Indubitably Bob
Not Particularly Bob


Mob of Other
Mob Traits Rating

Mobs require a rating of 2 or more

Cortex Mob

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Mob Namename

The Mob's Name. Make it something snappy

Example
Bob, or Xzanthir the Mighty
Stringrequired
Mob Die Ratingrating

The Mob's Die Rating: 4,6,8,10, or 12

Example
8
Numberrequired
Mob skill levelskill_level

The skill level of the mob. Minimum 2, max 5, determines how many 'health' dice the mob has.

Default
2
Numberrequired
Mob Descriptiondescription

A brief description of the mob.

Stringsuggested
Trait 1trait1

An extra trait the mob possesses

Example
Disorganized
Stringsuggested
Trait 1 Die Valuetrait1_value

The die value of the 1st trait

Example
8
Numberoptional
Trait 2trait2

An extra trait the mob possesses

Example
Disorganized
Stringoptional
Trait 2 Valuetrait2_value

The die value of the 2nd trait

Example
8
Numbersuggested
Trait 3trait3

An extra trait the mob possesses

Example
Disorganized
Stringoptional
Trait 3 Valuetrait3_value

The die value of the 3rd trait

Example
8
Numberoptional
Trait 4trait4

An extra trait the mob possesses

Example
Disorganized
Stringoptional
Trait 4 Valuetrait4_value

The die value of the 4th trait

Example
8
Unknownoptional
Trait 5trait5

An extra trait the mob possesses

Example
Disorganized
Stringoptional
Trait 5 Valuetrait5_value

The die value of the 5th trait

Example
8
Numberoptional
Trait 6trait6

An extra trait the mob possesses

Example
Disorganized
Stringoptional
Trait 6 Valuetrait6_value

The die value of the 6th trait

Example
8
Numberoptional