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

Updates spawners with new content #1032

Merged
merged 2 commits into from
Mar 28, 2024
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
- BookMap
- BookJourney
- BookInspiration
- BookJanitorTale
# Guidebook Books
- BookSpaceEncyclopedia
- BookTheBookOfControl
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
- BoxCandle
- BoxCandleSmall
- BoxDarts
- BoxCartridgeBB
chance: 0.7
rarePrototypes:
- BoxHugHealing
Expand All @@ -49,6 +50,7 @@
- PresentRandom
- BoxHolyWater
- MysteryFigureBox
- BoxCleanerGrenades
rareChance: 0.05


Expand Down Expand Up @@ -100,6 +102,8 @@
- BoxMagazineCaselessRifleRubber
- BoxMagazineUniversalMagnumPractice
- BoxMagazineUniversalMagnumRubber
- MagazineBoxSpecialRubber
- MagazineBoxSpecialPractice
chance: 0.15
rarePrototypes:
- BoxMagazinePistolCaselessRifle
Expand All @@ -121,4 +125,8 @@
- BoxShellSoulbreaker
- BoxMagazineUniversalMagnum
- BoxSpeedLoaderLightRifle
- MagazineBoxSpecial
- MagazineBoxSpecialIncendiary
- MagazineBoxSpecialUranium
- MagazineBoxSpecialMindbreaker
rareChance: 0.015
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- type: entity
parent: MarkerBase
id: RandomBoards
name: random machine board spawner
name: random device & board spawner
components:
- type: Sprite
layers:
Expand Down Expand Up @@ -71,6 +71,16 @@
- HotplateMachineCircuitboard
- ElectricGrillMachineCircuitboard
- FatExtractorMachineCircuitboard
- SpaceHeaterMachineCircuitBoard
- StationMapCircuitboard
- Igniter
- IntercomElectronics
- DoorRemoteFirefight
- RadiationCollectorFlatpack
- ContainmentFieldGeneratorFlatpack
- SolarAssemblyFlatpack
- StationBeaconPart
- HandheldStationMap
chance: 0.8
rarePrototypes:
- TraversalDistorterMachineCircuitboard
Expand Down Expand Up @@ -107,4 +117,26 @@
- ShockCollar
- GlimmerMonitorCartridge
- PotatoAIChip
- CargoTelepadMachineCircuitboard
- FlatpackerMachineCircuitboard
- OreProcessorIndustrialMachineCircuitboard
- TurboItemRechargerCircuitboard
- PowerCageRechargerCircuitboard
- HellfireHeaterMachineCircuitBoard
- HellfireFreezerMachineCircuitBoard
- BiofabricatorMachineCircuitboard
- SalvageExpeditionsComputerCircuitboard
- RadarConsoleCircuitboard
- RipleyCentralElectronics
- RipleyPeripheralsElectronics
- HamtrCentralElectronics
- HamtrPeripheralsElectronics
- HonkerCentralElectronics
- HonkerPeripheralsElectronics
- HonkerTargetingElectronics
- RemoteSignallerAdvanced
- SignalTimerElectronics
- LogProbeCartridge
- HoloprojectorField
- DeviceQuantumSpinInverter
rareChance: 0.25
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,18 @@
- ClothingHeadCage
- ClothingHeadHelmetKendoMen
- ClothingHeadBandMerc
- ClothingHeadHatCowboyWhite
- ClothingHeadHatCowboyGrey
- ClothingHeadHatCowboyBrown
- ClothingHeadHatBrownFlatcap
- ClothingHeadHatGreyFlatcap
- ClothingHeadHatPartyRed
- ClothingHeadHatPartyYellow
- ClothingHeadHatPartyGreen
- ClothingHeadHatPartyBlue
- ClothingHeadHatWatermelon
- WaterDropletHat
- ClothingHeadHatRedRacoon
rareChance: 0.03
prototypes:
- ClothingHeadHatAnimalCat
Expand Down Expand Up @@ -98,5 +110,13 @@
- ClothingHeadHatFlatBrown
- ClothingHeadTinfoil
- ClothingHeadHatStrawHat
- ClothingHeadHatCowboyBountyHunter
- ClothingHeadHatCowboyRed
- ClothingHeadHatCowboyBlack
- ClothingHeadHatGladiator
- ClothingHeadHatMagician
- ClothingHeadHatHetmanHat
- ClothingHeadHatTacticalMaidHeadband
- ClothingHeadHatPirateTricord
chance: 0.5
offset: 0.2
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
- MatterBinStockPart
- CrateMaterialSteel
- CrateMaterialGlass
chance: 0.45
chance: 0.50
offset: 0.0
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
- PeaSeeds
- PumpkinSeeds
- CottonSeeds
- LilySeeds
chance: 0.95
offset: 0.0
rarePrototypes:
Expand All @@ -64,4 +65,6 @@
- LemoonSeeds
- SteelcapSeeds
- KoibeanSeeds
- SpacemansTrumpetSeeds
- LaughinPeaSeeds
rareChance: 0.05
Loading