Skip to content

Commit 3e33391

Browse files
IamVelcroboyBurningRashStxcking
authored
Add condiment spawner (DeltaV-Station#5843)
* Add condiment spawner * minor consistency with upstream stuff ill know peace once every name has the same convention --------- Co-authored-by: Velcroboy <velcroboy333@hotmail.com> Co-authored-by: Stxcking <217132821+Stxcking@users.noreply.github.com>
1 parent be6a2be commit 3e33391

1 file changed

Lines changed: 45 additions & 0 deletions

File tree

  • Resources/Prototypes/_DV/Entities/Markers/Spawners/Random
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
- type: entity
2+
parent: MarkerBase
3+
id: CondimentSpawner
4+
name: condiment random spawner
5+
placement:
6+
mode: PlaceFree
7+
components:
8+
- type: Transform
9+
anchored: false
10+
- type: Sprite
11+
sprite: Objects/Consumable/Food/condiments.rsi
12+
layers:
13+
- state: packet-hotsauce
14+
- type: EntityTableSpawner
15+
table: !type:GroupSelector
16+
prob: 0.90
17+
children:
18+
# Packets
19+
- !type:GroupSelector
20+
weight: 2
21+
children:
22+
- id: FoodCondimentPacketAstrotame
23+
- id: FoodCondimentPacketBbq
24+
- id: FoodCondimentPacketCornoil
25+
- id: FoodCondimentPacketColdsauce
26+
- id: FoodCondimentPacketHorseradish
27+
- id: FoodCondimentPacketHotsauce
28+
- id: FoodCondimentPacketKetchup
29+
- id: FoodCondimentPacketMustard
30+
- id: FoodCondimentPacketPepper
31+
- id: FoodCondimentPacketSalt
32+
- id: FoodCondimentPacketSoy
33+
- id: FoodCondimentPacketSugar
34+
# Bottles/Shakers
35+
- !type:GroupSelector
36+
children:
37+
- id: FoodCondimentBottleColdsauce
38+
- id: FoodCondimentBottleVinegar
39+
- id: FoodCondimentBottleHotsauce
40+
- id: FoodCondimentBottleKetchup
41+
- id: FoodCondimentBottleBBQ
42+
- id: FoodShakerSalt
43+
- id: FoodShakerPepper
44+
- id: ReagentContainerOliveoil
45+
offset: 0

0 commit comments

Comments
 (0)