BalancingConstants:Creature:Physiology

From PBnWModdingWIKI

Contents

Location

.\data\Balance\creature physio.txt

Description

Basic creature variables which govern things like initial craeture muscle/fitness, benefits of sleeping inside/outside pen or not at all, etc.

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.

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])