Skip to content

Commit

Permalink
April 2024 Smuggling Tweaks (#1203)
Browse files Browse the repository at this point in the history
* lower spawn frequency

* lower value
  • Loading branch information
Cheackraze authored Apr 8, 2024
1 parent 8903757 commit 570d4ab
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
layer:
- MachineLayer
- type: StaticPrice
price: 10000
price: 7500
- type: Contraband
value: 5

Expand Down Expand Up @@ -129,7 +129,7 @@
layer:
- MachineLayer
- type: StaticPrice
price: 20000
price: 15000
- type: Contraband
value: 5

Expand Down Expand Up @@ -157,7 +157,7 @@
layer:
- MachineLayer
- type: StaticPrice
price: 20000
price: 15000
- type: Contraband
value: 5

Expand Down
21 changes: 19 additions & 2 deletions Resources/Prototypes/_NF/Markers/Spawners/posters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,25 @@
parent: MarkerBase
id: RandomPosterContrabandDeadDrop
name: random contraband poster spawner
suffix: DeadDrop
suffix: DeadDrop, 50
components:
- type: Sprite
layers:
- state: red
- sprite: Structures/Wallmounts/posters.rsi
state: random_contraband
- type: RandomSpawner
offset: 0
prototypes:
- RandomPosterContrabandDeadDrop100
- RandomPosterContraband #this is the entire non-deaddrop contraband poster list, making this essentially a 50/50 chance
chance: 0.9

- type: entity
parent: MarkerBase
id: RandomPosterContrabandDeadDrop100
name: random contraband poster spawner
suffix: DeadDrop, 100
components:
- type: Sprite
layers:
Expand Down Expand Up @@ -72,5 +90,4 @@
- PosterContrabandEnlistGorlexDD
- PosterContrabandInterdyneDD
- PosterContrabandWaffleCorpDD
- RandomPosterContraband #this is the entire non-deaddrop contraband poster list, making this essentially a 50/50 chance
chance: 1

0 comments on commit 570d4ab

Please sign in to comment.