Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

further spawner fixes & updates #8

Merged
merged 2 commits into from
Oct 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions Resources/Prototypes/_SSS/suspicion_spawners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@
- id: WeaponShotgunEnforcer
- id: WeaponProtoKineticAccelerator
- id: WeaponShotgunSawn
- id: WeaponMakeshiftLaser
- id: WeaponLaserCarbine
- id: CaptainSabre
- id: WeaponPistolCHIMPUpgraded # here so that its a weird projectile spam weapon. might not work out
- id: WeaponImprovisedPneumaticCannonGun
Expand Down Expand Up @@ -113,11 +115,7 @@
- id: WeaponRevolverPythonAP
- id: WeaponSniperMosin
- id: WeaponLauncherRocket
# Wands
- !type:GroupSelector
children:
- id: WeaponWandPolymorphMonkey
- id: WeaponWandFireball
- id: WeaponWandFireball

- type: entity
name: SSS Utility Spawner
Expand Down Expand Up @@ -147,7 +145,7 @@
weight: 90
children:
- !type:GroupSelector
weight: 84.5 # Common
weight: 85 # Common
children:
- id: ClothingEyesGlassesSunglasses
- id: ClothingMaskGas
Expand Down Expand Up @@ -188,19 +186,21 @@
weight: 5 # Very rare
children:
- id: Bola
prob: 0.9
- id: MedkitCombatFilled
prob: 0.9
- id: DrinkSpaceLube
prob: 0.9
- id: DrinkSpaceGlue
- id: DrinkSpaceGlue
prob: 0.9
- id: NuclearGrenade
prob: 0.001
# Wands
- !type:GroupSelector
prob: 0.1
children:
- id: WeaponStaffHealing
- id: WeaponWandPolymorphDoor
- !type:GroupSelector
weight: 0.5 # The Nuclear Option. No further elaboration needed.
children:
- id: NuclearGrenade


- type: entity
Expand Down
Loading