BalancingConstants:Creature:Obedience

From PBnWModdingWIKI

Location

.\data\Balance\creature loveobedience.txt

Description

???

Theory: Possibly, this is the file which governs the reaction of the creature to petting/punishing.

POSITIVEFEEDBACKTOLOVEINCREASERATIO = 0.050000
-> This variable would govern the increase in obedience/happiness (??) when petted by player.

NEGATIVEFEEDBACKTOLOVEDECREASERATIO = 0.050000
-> This variable would govern the decrease in obedience/happiness (??) when punished by player.

OBEDIENCEDECREASEPERSECOND = 0.000333
-> This variable would govern the decrease in obedience/happiness (??) when left alone.

MAXOBEDIENCERESPONSE = 0.050000
-> This variable would govern the maximum increase/decrease in obedience/happiness at a single point in time.

MINREPEATTIME = 20.000000
-> This variable would govern the time (in seconds?) it would take before one of these variables could become active again (i.e. the time before obedience/happiness can be increased/decreased again - however, this would discredit the "time in seconds" possibility)
added by marauder: minrepeattime is how long since the last "desire bubble" popped up that it will pop up a new one of the same type, also how long after the last desire bubble poped up that it will revert to happy/depressed.

Format

<variable> = <value>

e.g:

POSITIVEFEEDBACKTOLOVEINCREASERATIO = 0.050000