Fix duplicate prototype, increase most conditional spawners' chance of spawning

This commit is contained in:
Víctor Aguilera Puerto
2020-08-16 18:24:36 +02:00
parent 327c3b92ad
commit d55ace72e4

View File

@@ -71,7 +71,7 @@
- PistolMolly - PistolMolly
- PistolOlivaw - PistolOlivaw
- PistolPaco - PistolPaco
chance: 0.75 chance: 0.95
gameRules: gameRules:
- RuleSuspicion - RuleSuspicion
@@ -96,7 +96,7 @@
- ToolboxEmergency - ToolboxEmergency
- CrowbarRed - CrowbarRed
- Stunbaton - Stunbaton
chance: 0.75 chance: 0.95
gameRules: gameRules:
- RuleSuspicion - RuleSuspicion
@@ -118,7 +118,7 @@
- RevolverDeckard - RevolverDeckard
- RevolverInspector - RevolverInspector
- RevolverMateba - RevolverMateba
chance: 0.75 chance: 0.95
gameRules: gameRules:
- RuleSuspicion - RuleSuspicion
@@ -144,7 +144,7 @@
- ShotgunRegulator - ShotgunRegulator
- ShotgunPump - ShotgunPump
- ShotgunSawn - ShotgunSawn
chance: 0.75 chance: 0.95
gameRules: gameRules:
- RuleSuspicion - RuleSuspicion
@@ -169,7 +169,7 @@
- SmgStraylight - SmgStraylight
- SmgWt550 - SmgWt550
- SmgZoric - SmgZoric
chance: 0.75 chance: 0.95
gameRules: gameRules:
- RuleSuspicion - RuleSuspicion
@@ -191,7 +191,7 @@
- SniperBoltGun - SniperBoltGun
- SniperBoltGunWood - SniperBoltGunWood
- SniperHeavy - SniperHeavy
chance: 0.75 chance: 0.95
gameRules: gameRules:
- RuleSuspicion - RuleSuspicion
@@ -217,7 +217,7 @@
- LaserCannon - LaserCannon
- XrayCannon - XrayCannon
- TaserGun - TaserGun
chance: 0.75 chance: 0.85
gameRules: gameRules:
- RuleSuspicion - RuleSuspicion
@@ -268,28 +268,6 @@
gameRules: gameRules:
- RuleSuspicion - RuleSuspicion
- type: entity
name: Suspicion Sniper Spawner
id: SuspicionSniperSpawner
parent: BaseConditionalSpawner
components:
- type: Sprite
netsync: false
visible: false
sprite: Interface/Misc/markers.rsi
state: spawner_sniper
- type: Icon
sprite: Interface/Misc/markers.rsi
state: spawner_sniper
- type: ConditionalSpawner
prototypes:
- SniperBoltGun
- SniperBoltGunWood
- SniperHeavy
chance: 0.75
gameRules:
- RuleSuspicion
- type: entity - type: entity
name: Suspicion Rifle Ammo Spawner name: Suspicion Rifle Ammo Spawner
id: SuspicionRifleMagazineSpawner id: SuspicionRifleMagazineSpawner