Project Zomboid

Project Zomboid

Throbby's Energy Drinks
 This topic has been pinned, so it's probably important
Throbby  [developer] 21 Feb @ 8:21pm
Drink Values
Reading Help.
- Look for the line that says fluid. (Example: Fluid MoogieDrink)
All the info below the first fluid is tied to it until you get to the next fluid.
Example: Fluid MoogieDrink -> Fluid RedWingDrink
Look for these { }
The lines section off each drink.
(The drinks will add/remove about 1-1.5 moodles of fatigue and endurance.)
-----------------------------------------------------------------------------------------
fluid MoogieDrink
{
ColorReference = Cola,
DisplayName = Moogie,

Categories
{
Beverage,
}

Properties
{
fatigueChange = -25,
hungerChange = -5,
stressChange = 0,
thirstChange = -20,
unhappyChange = 0,
calories = 101,
carbohydrates = 27,
lipids = 0,
proteins = 0,
alcohol = 0,
fluReduction = 0,
painReduction = 0,
enduranceChange = 0.20,
foodSicknessReduction = 0,
}

BlendWhiteList
{
whitelist = true,
categories
{
Beverage,
}
}
}
-----------------------------------------------------------------------------------------
fluid RedWingDrink
{
ColorReference = Ginger,
DisplayName = RedWing,

Categories
{
Beverage,
}

Properties
{
fatigueChange = -30,
hungerChange = -12,
stressChange = 0,
thirstChange = -15,
unhappyChange = 0,
calories = 168,
carbohydrates = 40,
lipids = 0,
proteins = 1,
alcohol = 0,
fluReduction = 0,
painReduction = 0,
enduranceChange = 0.35,
foodSicknessReduction = 0,
}

BlendWhiteList
{
whitelist = true,
categories
{
Beverage,
}
}
}

-----------------------------------------------------------------------------------------
fluid KelvinDrink
{
ColorReference = Cola,
DisplayName = Kelvin,

Categories
{
Beverage,
}

Properties
{
fatigueChange = -15,
hungerChange = -5,
stressChange = 0,
thirstChange = -13,
unhappyChange = 0,
calories = 10,
carbohydrates = 3,
lipids = 0,
proteins = 0,
alcohol = 0,
fluReduction = 0,
painReduction = 0,
enduranceChange = 0.20,
foodSicknessReduction = 0,
}

BlendWhiteList
{
whitelist = true,
categories
{
Beverage,
}
}
}
-----------------------------------------------------------------------------------------
fluid PhantomDrink
{
ColorReference = Cola,
DisplayName = Phantom,

Categories
{
Beverage,
}

Properties
{
fatigueChange = -17,
hungerChange = -12,
stressChange = 0,
thirstChange = -16,
unhappyChange = -10,
calories = 5,
carbohydrates = 1,
lipids = 0,
proteins = 0,
alcohol = 0,
fluReduction = 0,
painReduction = 0.0,
enduranceChange = 0.18,
foodSicknessReduction = 0,
}

BlendWhiteList
{
whitelist = true,
categories
{
Beverage,
}
}
}
-----------------------------------------------------------------------------------------
fluid MonarchDrink
{
ColorReference = Cola,
DisplayName = Monarch,

Categories
{
Beverage,
}

Properties
{
fatigueChange = -25,
hungerChange = -10,
stressChange = 0,
thirstChange = -28,
unhappyChange = 0,
calories = 10,
carbohydrates = 0,
lipids = 0,
proteins = 0,
alcohol = 0,
fluReduction = 0,
painReduction = 0,
enduranceChange = 0.30,
foodSicknessReduction = 0,
}

BlendWhiteList
{
whitelist = true,
categories
{
Beverage,
}
}
}
-----------------------------------------------------------------------------------------
fluid VoltDrink
{
ColorReference = Cola,
DisplayName = Volt,

Categories
{
Beverage,
}

Properties
{
fatigueChange = -19,
hungerChange = -6,
stressChange = 0,
thirstChange = -25,
unhappyChange = 0,
calories = 150,
carbohydrates = 39,
lipids = 0,
proteins = 1,
alcohol = 0,
fluReduction = 0,
painReduction = 0,
enduranceChange = 0.23,
foodSicknessReduction = 0,
}

BlendWhiteList
{
whitelist = true,
categories
{
Beverage,
}
}
}
-----------------------------------------------------------------------------------------
fluid AimDrink
{
ColorReference = Ginger,
DisplayName = Aim,

Categories
{
Beverage,
}

Properties
{
fatigueChange = -28,
hungerChange = -5,
stressChange = 0,
thirstChange = -20,
unhappyChange = 0,
calories = 0,
carbohydrates = 2,
lipids = 0,
proteins = 0,
alcohol = 0,
fluReduction = 0,
painReduction = 0,
enduranceChange = 0.30,
foodSicknessReduction = 0,
}

BlendWhiteList
{
whitelist = true,
categories
{
Beverage,
}
}
}
Last edited by Throbby; 21 Feb @ 8:38pm