Skip to content

Commit

Permalink
This took me 45 minuets please dont roast me
Browse files Browse the repository at this point in the history
  • Loading branch information
Stop-Signs committed Dec 1, 2024
1 parent 39a1b6e commit 8e9d76d
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
contents:
- id: WeaponLauncherRocket
- id: CartridgeRocket
prob: 0.2
prob: 0.2

- type: entity
parent: GunSafe
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,13 @@
suffix: Superweapon
components:
- type: EntityTableSpawner
table: !type:GroupSelector
children:
- id: GunSafeBeamDevastator
- id: GunSafeRocketLauncher
table: !type:NestedSelector
tableId: RandomSuperweaponSafeTable

#Table
- type: entityTable
id: RandomSuperweaponSafeTable
table: !type:GroupSelector
children:
- id: GunSafeRocketLauncher
- id: GunSafeBeamDevastator
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,17 @@
id: LootSpawnerSecuritySuperweapon
parent: MarkerBase
components:
- type: RandomSpawner
prototypes:
- WeaponBeamDevastator
- WeaponLauncherRocket
- type: EntityTableSpawner
table: !type:NestedSelector
tableId: RandomSuperweaponTable

#Table
- type: entityTable
id: RandomSuperweaponTable
table: !type:GroupSelector
children:
- !type:AllSelector
children:
- id: WeaponLauncherRocket
- id: CartridgeRocket
- id: WeaponBeamDevastator

0 comments on commit 8e9d76d

Please sign in to comment.