Bear hospital salvage (#7326)

This commit is contained in:
mirrorcult
2022-04-08 15:26:40 -07:00
committed by GitHub
parent 1b489a5a99
commit 60226cb2e6
4 changed files with 2705 additions and 5 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -94,7 +94,7 @@
- type: ConditionalSpawner
prototypes:
- MobCatRuntime
- type: entity
name: Exception Spawner
id: SpawnMobCatException
@@ -163,7 +163,7 @@
- type: ConditionalSpawner
prototypes:
- MobBandito
- type: entity
name: McGriff Spawner
id: SpawnMobMcGriff
@@ -201,4 +201,18 @@
- state: ai
- type: ConditionalSpawner
prototypes:
- MobWalter
- MobWalter
- type: entity
name: Space Bear Spawner
id: SpawnMobBear
parent: MarkerBase
components:
- type: Sprite
layers:
- state: green
- state: bear
sprite: Mobs/Animals/bear.rsi
- type: ConditionalSpawner
prototypes:
- MobBearSpace

View File

@@ -29,6 +29,7 @@
- SmallImpassable
layer:
- Opaque
- type: MovementIgnoreGravity
- type: MobState
thresholds:
0: !type:NormalMobState {}
@@ -48,6 +49,9 @@
prob: 0.3
- type: Bloodstream
bloodMaxVolume: 500
- type: Temperature
heatDamageThreshold: 500
coldDamageThreshold: 0
- type: UnarmedCombat
range: 0.5
arcwidth: 0

View File

@@ -72,13 +72,13 @@
name: "Medium / Abandoned Library"
mapPath: /Maps/Salvage/medium-library.yml
size: 7.5
- type: salvageMap
id: mediumCargoWreck
name: "Medium / Cargo Department Wreck"
mapPath: /Maps/Salvage/cargo-1.yml
size: 7.5
- type: salvageMap
id: mediumPirateWreck
name: "Medium / Pirate Barge Fragment"
@@ -102,6 +102,12 @@
name: "Medium / Ruined Emergency Shuttle"
mapPath: /Maps/Salvage/medium-ruined-emergency-shuttle.yml
size: 8.5 # Over standard medium wreck size, may need future adjustment.
- type: salvageMap
id: mediumPetHospital
name: "Medium / Pet and Bear Hospital"
mapPath: /Maps/Salvage/medium-pet-hospital.yml
size: 8.5
- type: salvageMap
id: mediumCrashedShuttle