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", | ||