diff --git a/Resources/Prototypes/_NF/Entities/Structures/Storage/Crates/crates.yml b/Resources/Prototypes/_NF/Entities/Structures/Storage/Crates/crates.yml index 2b30fb1ac0d..6e9ed784fed 100644 --- a/Resources/Prototypes/_NF/Entities/Structures/Storage/Crates/crates.yml +++ b/Resources/Prototypes/_NF/Entities/Structures/Storage/Crates/crates.yml @@ -101,7 +101,7 @@ layer: - MachineLayer - type: StaticPrice - price: 10000 + price: 7500 - type: Contraband value: 5 @@ -129,7 +129,7 @@ layer: - MachineLayer - type: StaticPrice - price: 20000 + price: 15000 - type: Contraband value: 5 @@ -157,7 +157,7 @@ layer: - MachineLayer - type: StaticPrice - price: 20000 + price: 15000 - type: Contraband value: 5 diff --git a/Resources/Prototypes/_NF/Markers/Spawners/posters.yml b/Resources/Prototypes/_NF/Markers/Spawners/posters.yml index 5cd492d7d5b..279ed77069f 100644 --- a/Resources/Prototypes/_NF/Markers/Spawners/posters.yml +++ b/Resources/Prototypes/_NF/Markers/Spawners/posters.yml @@ -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: @@ -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