zombie
Class ZomboidGlobals

java.lang.Object
  extended by zombie.ZomboidGlobals

public class ZomboidGlobals
extends java.lang.Object

Author:
LEMMY

Field Summary
static double AngerDecrease
           
static double BoredomDecreaseRate
           
static double BoredomIncreaseRate
           
static double BroodingAngerDecreaseMultiplier
           
static double CatchAColdDecreaseRate
           
static double CatchAColdIncreaseRate
           
static double FatigueIncrease
           
static double HungerIncrease
           
static double HungerIncreaseWhenWellFed
           
static double HungerIncreaseWhileAsleep
           
static double ImobileEnduranceReduce
           
static double RunningEnduranceReduce
           
static double SleepFatigueReduction
           
static double StressFromBiteOrScratch
           
static double StressFromSoundsMultiplier
           
static double StressReduction
           
static double ThirstIncrease
           
static double ThirstLevelReductionOnAutoDrink
           
static double ThirstLevelToAutoDrink
           
static double ThirstSleepingIncrease
           
static double UnhappinessIncrease
           
static double WetnessDecrease
           
static double WetnessIncrease
           
 
Constructor Summary
ZomboidGlobals()
           
 
Method Summary
static void Load()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RunningEnduranceReduce

public static double RunningEnduranceReduce

ImobileEnduranceReduce

public static double ImobileEnduranceReduce

ThirstIncrease

public static double ThirstIncrease

ThirstSleepingIncrease

public static double ThirstSleepingIncrease

ThirstLevelToAutoDrink

public static double ThirstLevelToAutoDrink

ThirstLevelReductionOnAutoDrink

public static double ThirstLevelReductionOnAutoDrink

HungerIncrease

public static double HungerIncrease

HungerIncreaseWhenWellFed

public static double HungerIncreaseWhenWellFed

HungerIncreaseWhileAsleep

public static double HungerIncreaseWhileAsleep

FatigueIncrease

public static double FatigueIncrease

StressReduction

public static double StressReduction

BoredomIncreaseRate

public static double BoredomIncreaseRate

BoredomDecreaseRate

public static double BoredomDecreaseRate

UnhappinessIncrease

public static double UnhappinessIncrease

StressFromSoundsMultiplier

public static double StressFromSoundsMultiplier

StressFromBiteOrScratch

public static double StressFromBiteOrScratch

AngerDecrease

public static double AngerDecrease

BroodingAngerDecreaseMultiplier

public static double BroodingAngerDecreaseMultiplier

SleepFatigueReduction

public static double SleepFatigueReduction

WetnessIncrease

public static double WetnessIncrease

WetnessDecrease

public static double WetnessDecrease

CatchAColdIncreaseRate

public static double CatchAColdIncreaseRate

CatchAColdDecreaseRate

public static double CatchAColdDecreaseRate
Constructor Detail

ZomboidGlobals

public ZomboidGlobals()
Method Detail

Load

public static void Load()