ppetr / tremulous-gpp-mods

My Tremulous GPP mods.
Other
3 stars 2 forks source link

Creep reinforces alien structures #7

Open ppetr opened 12 years ago

ppetr commented 12 years ago

The more eggs provide creep for an alien building, the more sturdy it becomes. There should be some limit, for example 5 eggs. For n eggs, the formula for the damage factor could be something like _1 - (MIN(n, 5)-1)0.125, making the structures 2x more resistant to damage when 5 or more eggs are around (don't forget to check that *n > 0_).

Implementation: Use #21.