effect · add_design_template_bonus
Definition
- Supported scope:
COUNTRY - Supported target:
none
Description
Add free bonus design discount to given types with a set of uses.
The value for uses and cost_factor can either be an absolute value or a script constant.
Can use several equipment types, where 1 is mandatory
#### Example
Adding 40% discount to an equipment type:
add_design_template_bonus = { uses = 1 cost_factor = 0.4 equipment = light_tank_flame_chassis_0 name = light_flame_chassis_loc }
Adding 40% discount to an equipment type and archetype with scripted constant:
add_design_template_bonus = { uses = 2 cost_factor = cost.high equipment = light_tank_flame_chassis_0 equipment = light_tank_chassis }