Template:BTD6 tower info/doc: Difference between revisions
No edit summary |
No edit summary |
||
| Line 22: | Line 22: | ||
"hotkey": {}, | "hotkey": {}, | ||
"introduced": {}, | "introduced": {}, | ||
"cost | "hide introduced": {}, | ||
"label": " | "mk cost reduction name": { | ||
"label": "Flat cost reduction MK name", | |||
"description": "If this tower has Monkey Knowledge that reduces its cost by a flat amount, this parameter should be set to its name.", | "description": "If this tower has Monkey Knowledge that reduces its cost by a flat amount, this parameter should be set to its name.", | ||
"example": "Cheap 'Rangs", | "example": "Cheap 'Rangs", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"cost | "mk cost reduction": { | ||
"label": " | "label": "Flat cost reduction MK amount", | ||
"description": "If this tower has Monkey Knowledge that reduces its cost by a flat amount, this parameter should be set to its amount | "description": "If this tower has Monkey Knowledge that reduces its cost by a flat amount, this parameter should be set to its amount (as a positive integer).", | ||
"example": "50", | "example": "50", | ||
"type": "number" | "type": "number" | ||
}, | }, | ||
" | "mk cost mod name": { | ||
"label": "Cost multiplier MK name", | |||
"description": "If this tower has Monkey Knowledge that reduces its cost by a multiplier (AND IS NOT A MILITARY TOWER), this parameter should be set to its name.", | |||
"type": "string", | |||
"default": "Flat Pack Buildings" | |||
}, | |||
"mk cost mod": { | |||
"label": "Cost multiplier MK amount", | |||
"description": "If this tower has Monkey Knowledge that reduces its cost by a multiplier (AND IS NOT A MILITARY TOWER), this parameter should be set to the multiplier (as a decimal number).", | |||
"type": "number", | |||
"default": "0.98" | |||
} | |||
}, | }, | ||
"format": "block", | "format": "block", | ||
| Line 47: | Line 59: | ||
"cost", | "cost", | ||
"cost C", | "cost C", | ||
"cost mk name", | "mk cost mod name", | ||
"cost | "mk cost mod", | ||
"mk cost reduction name", | |||
"mk cost reduction", | |||
"hotkey", | "hotkey", | ||
"introduced", | "introduced", | ||
Revision as of 07:00, 25 June 2025
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| id | id | no description | Unknown | optional |
| order | order | no description | Unknown | optional |
| name | name | no description | Unknown | optional |
| image | image | no description | Unknown | optional |
| description | description | no description | Unknown | optional |
| description C | description C | no description | Unknown | optional |
| category | category | no description | Unknown | optional |
| Cost | cost | The cost of the tower. (Leave this blank if the tower is an easter egg tower like the Cave Monkey.)
| Number | optional |
| Cost (console) | cost C | The cost in the console version. (Currently not used) | Number | optional |
| Cost multiplier MK name | mk cost mod name | If this tower has Monkey Knowledge that reduces its cost by a multiplier (AND IS NOT A MILITARY TOWER), this parameter should be set to its name.
| String | optional |
| Cost multiplier MK amount | mk cost mod | If this tower has Monkey Knowledge that reduces its cost by a multiplier (AND IS NOT A MILITARY TOWER), this parameter should be set to the multiplier (as a decimal number).
| Number | optional |
| Flat cost reduction MK name | mk cost reduction name | If this tower has Monkey Knowledge that reduces its cost by a flat amount, this parameter should be set to its name.
| String | optional |
| Flat cost reduction MK amount | mk cost reduction | If this tower has Monkey Knowledge that reduces its cost by a flat amount, this parameter should be set to its amount (as a positive integer).
| Number | optional |
| hotkey | hotkey | no description | Unknown | optional |
| introduced | introduced | no description | Unknown | optional |
| hide introduced | hide introduced | no description | Unknown | optional |