Add new weapon spawners for SSS

This commit is contained in:
Víctor Aguilera Puerto
2020-06-23 14:42:20 +02:00
parent fe65d1fa85
commit ffc1319733
52 changed files with 637 additions and 10 deletions

View File

@@ -38,10 +38,9 @@
- RifleBlackAk
- RifleCarbine
- RifleDallas
- RifleIhHeavy
- RifleSolEot
- RifleSolPara
- RifleSts
- RifleSTS
- RifleVintorez
- RifleWintermute
chance: 0.75
gameRules:
- RuleSuspicion
@@ -62,14 +61,16 @@
- type: ConditionalSpawner
prototypes:
- PistolClarissa
- PistolDeagle
- PistolDeckard
- PistolColt
- PistolGiskard
- PistolGyro
- PistolHMPistol
- PistolLamia
- PistolMakarov
- PistolMandella
- PistolMk58
- PistolOlivawCivil
- PistolMk58Wood
- PistolMolly
- PistolOlivaw
- PistolPaco
chance: 0.75
gameRules:
- RuleSuspicion
@@ -94,6 +95,171 @@
- Spear
- ToolboxEmergency
- CrowbarRed
- Stunbaton
chance: 0.75
gameRules:
- RuleSuspicion
- type: entity
name: Suspicion Revolver Spawner
id: SuspicionRevolverSpawner
parent: BaseConditionalSpawner
components:
- type: Sprite
netsync: false
visible: false
sprite: Objects/markers.rsi
state: spawner_revolver
- type: Icon
sprite: Objects/markers.rsi
state: spawner_revolver
- type: ConditionalSpawner
prototypes:
- RevolverDeckard
- RevolverInspector
- RevolverMateba
chance: 0.75
gameRules:
- RuleSuspicion
- type: entity
name: Suspicion Shotgun Spawner
id: SuspicionShotgunSpawner
parent: BaseConditionalSpawner
components:
- type: Sprite
netsync: false
visible: false
sprite: Objects/markers.rsi
state: spawner_shotgun
- type: Icon
sprite: Objects/markers.rsi
state: spawner_shotgun
- type: ConditionalSpawner
prototypes:
- ShotgunBojevic
- ShotgunDB
- ShotgunBull
- ShotgunGladstone
- ShotgunRegulator
- ShotgunPump
- ShotgunSawn
chance: 0.75
gameRules:
- RuleSuspicion
- type: entity
name: Suspicion SMG Spawner
id: SuspicionSMGSpawner
parent: BaseConditionalSpawner
components:
- type: Sprite
netsync: false
visible: false
sprite: Objects/markers.rsi
state: spawner_smg
- type: Icon
sprite: Objects/markers.rsi
state: spawner_smg
- type: ConditionalSpawner
prototypes:
- SmgAtreides
- SmgC20r
- SmgDrozd
- SmgStraylight
- SmgWt550
- SmgZoric
chance: 0.75
gameRules:
- RuleSuspicion
- type: entity
name: Suspicion Sniper Spawner
id: SuspicionSniperSpawner
parent: BaseConditionalSpawner
components:
- type: Sprite
netsync: false
visible: false
sprite: Objects/markers.rsi
state: spawner_sniper
- type: Icon
sprite: Objects/markers.rsi
state: spawner_sniper
- type: ConditionalSpawner
prototypes:
- SniperBoltGun
- SniperBoltGunWood
- SniperHeavy
chance: 0.75
gameRules:
- RuleSuspicion
- type: entity
name: Suspicion Hitscan Spawner
id: SuspicionHitscanSpawner
parent: BaseConditionalSpawner
components:
- type: Sprite
netsync: false
visible: false
sprite: Objects/markers.rsi
state: spawner_hitscan
- type: Icon
sprite: Objects/markers.rsi
state: spawner_hitscan
- type: ConditionalSpawner
prototypes:
- RedLaser
- RedHeavyLaser
- XrayLaser
- LaserGun
- LaserCannon
- XrayCannon
- TaserGun
chance: 0.75
gameRules:
- RuleSuspicion
- type: entity
name: Suspicion Launchers Spawner
id: SuspicionLaunchersSpawner
parent: BaseConditionalSpawner
components:
- type: Sprite
netsync: false
visible: false
sprite: Objects/markers.rsi
state: spawner_launcher
- type: Icon
sprite: Objects/markers.rsi
state: spawner_launcher
- type: ConditionalSpawner
prototypes:
- LauncherChinaLake
- LauncherRocket
chance: 0.75
gameRules:
- RuleSuspicion
- type: entity
name: Suspicion Grenades Spawner
id: SuspicionGrenadesSpawner
parent: BaseConditionalSpawner
components:
- type: Sprite
netsync: false
visible: false
sprite: Objects/markers.rsi
state: spawner_grenade
- type: Icon
sprite: Objects/markers.rsi
state: spawner_grenade
- type: ConditionalSpawner
prototypes:
- ExGrenade
- GrenadeFlashBang
- SyndieMiniBomb
chance: 0.75
gameRules:
- RuleSuspicion

View File

@@ -155,6 +155,7 @@
- type: CameraRecoil
- type: Examiner
- type: HumanInventoryController
- type: Item
- type: entity
save: false