Loading...
  OR  Zero-K Name:    Password:   

Post edit history

I would like to unlock 11 high power servos

To display differences between versions, select one or more edits in the list using checkboxes and click "diff selected"
Post edit history
Date Editor Before After
8/29/2012 1:39:17 PMUSrankAntelope before revert after revert
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,