Paste #120566: Unnamed Denizen Script Paste

Date: 2024/02/24 12:44:08 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10
11
12
13


```yml
starter_kit:
  type: item
  debug: false
  material: bundle
  mechanisms:
    inventory_contents`````````````````````````````````````:
      - <list[golden_gyro|sweet_gyro|spicy_gyro].random>
      - <list[golden_gyro|sweet_gyro|spicy_gyro].random>
      - <list[golden_gyro|sweet_gyro|spicy_gyro].random>
      - phantom_membrane[quantity=20]
      - firework_rocket[quantity=64]
      - <list[gyro|hamburger|sandwich|hotdog].proc[starter_random_foods].context[9]>```