Adds Ganja Brownies (#19222)

This commit is contained in:
Velcroboy
2023-09-06 20:21:14 -05:00
committed by GitHub
parent b3420f2fbf
commit 1de23dc4d0
9 changed files with 199 additions and 0 deletions

View File

@@ -68,6 +68,7 @@
- FoodPieFrostySlice
- FoodTartGrape
- FoodTartCoco
- FoodBakedBrownie
chance: 0.8
offset: 0.0
#rare
@@ -80,4 +81,5 @@
- FoodTartGapple
- FoodBreadMeatXenoSlice
- FoodPieXenoSlice
- FoodBakedCannabisBrownie
rareChance: 0.05

View File

@@ -44,6 +44,7 @@
- FoodPieCherry
- FoodPieMeat
- FoodPieFrosty
- FoodBakedBrownieBatch
chance: 0.8
offset: 0.0
#rare
@@ -58,4 +59,5 @@
- FoodPiePlump
- FoodBreadMeatXeno
- FoodPieXeno
- FoodBakedCannabisBrownieBatch
rareChance: 0.05

View File

@@ -469,3 +469,108 @@
Quantity: 2
- ReagentId: Vitamin
Quantity: 0.5
- type: entity
name: brownies
parent: FoodBakedBase
id: FoodBakedBrownieBatch
description: A pan of brownies.
components:
- type: FlavorProfile
flavors:
- sweet
- chocolate
- type: Sprite
sprite: Objects/Consumable/Food/Baked/brownie.rsi
state: brownie-batch
- type: SolutionContainerManager
solutions:
food:
maxVol: 78
reagents:
- ReagentId: Nutriment
Quantity: 30
- ReagentId: Theobromine
Quantity: 18
- type: SliceableFood
count: 6
slice: FoodBakedBrownie
- type: entity
name: brownie
parent: FoodBakedBase
id: FoodBakedBrownie
suffix: Fresh
description: A fresh baked brownie.
components:
- type: FlavorProfile
flavors:
- sweet
- chocolate
- type: Sprite
sprite: Objects/Consumable/Food/snacks.rsi
state: mre-brownie-open
- type: SolutionContainerManager
solutions:
food:
maxVol: 13
reagents:
- ReagentId: Nutriment
Quantity: 5
- ReagentId: Theobromine
Quantity: 3
- type: entity
name: special brownies
parent: FoodBakedBase
id: FoodBakedCannabisBrownieBatch
description: A pan of "special" brownies.
components:
- type: FlavorProfile
flavors:
- sweet
- magical
- chocolate
- type: Sprite
sprite: Objects/Consumable/Food/Baked/brownie.rsi
state: brownie-batch
- type: SolutionContainerManager
solutions:
food:
maxVol: 228
reagents:
- ReagentId: Nutriment
Quantity: 30
- ReagentId: Theobromine
Quantity: 18
- ReagentId: THC
Quantity: 150
- type: SliceableFood
count: 6
slice: FoodBakedCannabisBrownie
- type: entity
name: special brownie
parent: FoodBakedBase
id: FoodBakedCannabisBrownie
description: A "special" brownie.
components:
- type: FlavorProfile
flavors:
- sweet
- magical
- chocolate
- type: Sprite
sprite: Objects/Consumable/Food/snacks.rsi
state: mre-brownie-open
- type: SolutionContainerManager
solutions:
food:
maxVol: 38
reagents:
- ReagentId: Nutriment
Quantity: 5
- ReagentId: Theobromine
Quantity: 3
- ReagentId: THC
Quantity: 25

View File

@@ -470,6 +470,27 @@
components:
- type: Sprite
state: butter
- type: entity
name: stick of cannabis butter
parent: FoodBakingBase
id: FoodCannabisButter
description: Add this to your favorite baked goods for an irie time.
components:
- type: Sprite
state: butter
color: "#82C36E"
- type: SolutionContainerManager
solutions:
food:
maxVol: 100
reagents:
- ReagentId: Butter
Quantity: 10
- ReagentId: THC
Quantity: 82
- type: Extractable
grindableSolutionName: food
- type: entity
name: cheese wheel

View File

@@ -408,6 +408,7 @@
id: FoodSnackMREBrownieOpen
parent: FoodSnackBase
name: brownie
suffix: MRE
description: A precisely mixed brownie, made to withstand blunt trauma and harsh conditions. Tastes like shit.
components:
- type: FlavorProfile