Post edit history
I would like to unlock 11 high power servos
Before | After | ||
---|---|---|---|
1 | Malus are just negative bonus. | 1 | Malus are just negative bonus. |
2 | \n | ||
3 | EDIT: If you want to see the source, here it is: | ||
4 | |||
5 | module_heavy_armor = { | ||
6 | name = "High Density Plating", | ||
7 | description = "Adds 1600 HP, slows comm by +10%", | ||
8 | func = function(unitDef, attributeMods) | ||
9 | unitDef.maxdamage = unitDef.maxdamage + 1600 | ||
10 | attributeMods.speed = attributeMods.speed - 0.1 | ||
11 | end, |