BalancingConstants:Creature:Physiology
From PBnWModdingWIKI
Contents |
[edit]
Location
.\data\Balance\creature physio.txt
[edit]
Description
Basic creature variables which govern things like initial craeture muscle/fitness, benefits of sleeping inside/outside pen or not at all, etc.
[edit]
Format
<variable> = <value>
e.g:
MuscleInit = 1.000000
MuscleInit would govern the initial muscle of your creature, 1.000000 being 100%, 0.010000 being 1% etc.
[edit]
Note
Alot of the different variables in this file are almost entirely different in many aspects: For example,
HealthDeathThreshold
Would govern the point at which the creature's "death" script would start (at 0.1% health), whereas
SecondsPerYear
Would govern the time it takes in seconds for the creature to age a year (at 3600 seconds [one hour])