Reduced chemical metabolism and effect of chemicals.

Most chemicals should now act just as strongly as before, but much more slowly.
This commit is contained in:
cib
2012-12-22 02:51:40 +01:00
parent 5659e14668
commit 767e9f33cf
2 changed files with 62 additions and 60 deletions

View File

@@ -66,7 +66,10 @@
// Factor of how fast mob nutrition decreases
#define HUNGER_FACTOR 0.05
#define REAGENTS_METABOLISM 0.4
#define REAGENTS_METABOLISM 0.02
// By defining the effect multiplier this way, it'll exactly adjust
// all effects according to how they originally were with the 0.4 metabolism
#define REAGENTS_EFFECT_MULTIPLIER REAGENTS_METABOLISM / 0.4
#define MINIMUM_AIR_RATIO_TO_SUSPEND 0.05
//Minimum ratio of air that must move to/from a tile to suspend group processing