-
Notifications
You must be signed in to change notification settings - Fork 399
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Superweapon Safe and spawner (#2322)
* Meow * Update security.yml * This took me 45 minuets please dont roast me * Thanks milon * Fix failcheck * i hate everything
- Loading branch information
1 parent
7c0e5aa
commit 7f608b6
Showing
4 changed files
with
54 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
Resources/Prototypes/DeltaV/Entities/Markers/Spawners/Random/security.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters