Skip to content

Commit

Permalink
Superweapon Safe and spawner (#2322)
Browse files Browse the repository at this point in the history
* Meow

* Update security.yml

* This took me 45 minuets please dont roast me

* Thanks milon

* Fix failcheck

* i hate everything
  • Loading branch information
Stop-Signs authored Dec 1, 2024
1 parent 7c0e5aa commit 7f608b6
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 1 deletion.
21 changes: 21 additions & 0 deletions Resources/Prototypes/DeltaV/Catalog/Fills/Lockers/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,24 @@
amount: 2
- id: MagazineRifle
amount: 4

- type: entity
parent: GunSafe
id: GunSafeRocketLauncher
name: RPG safe
components:
- type: StorageFill
contents:
- id: WeaponLauncherRocket
- id: CartridgeRocket
prob: 0.2

- type: entity
parent: GunSafe
id: GunSafeBeamDevastator
name: Devastator safe
components:
- type: StorageFill
contents:
- id: WeaponBeamDevastator

Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,14 @@
- id: GunSafeEnergyGunMini
- id: GunSafePistolUniversal
- id: GunSafeSubMachineGunWt550

- type: entity
parent: BaseGunSafeSpawner
id: SuperweaponSafeSpawner
suffix: Superweapon
components:
- type: EntityTableSpawner
table: !type:GroupSelector
children:
- id: GunSafeBeamDevastator
- id: GunSafeRocketLauncher
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
- type: entity
id: LootSpawnerSecuritySuperweapon
name: security superweapon spawner
suffix: superweapon
parent: MarkerBase
components:
- type: EntityTableSpawner
table: !type:NestedSelector
tableId: RandomSuperweaponTable

#Table
- type: entityTable
id: RandomSuperweaponTable
table: !type:GroupSelector
children:
- !type:AllSelector
children:
- id: WeaponLauncherRocket
- id: CartridgeRocket
prob: 0.2
- id: WeaponBeamDevastator
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@

- type: entity
parent: BaseWeaponBattery
id: WeaponBeamDevestator
id: WeaponBeamDevastator
name: beam devastator
description: A powerful energy weapon that fires multiple rapid laser beams per second
components:
Expand Down

0 comments on commit 7f608b6

Please sign in to comment.