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

@@ -202,3 +202,17 @@
- type: ConditionalSpawner - type: ConditionalSpawner
prototypes: 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 - SmallImpassable
layer: layer:
- Opaque - Opaque
- type: MovementIgnoreGravity
- type: MobState - type: MobState
thresholds: thresholds:
0: !type:NormalMobState {} 0: !type:NormalMobState {}
@@ -48,6 +49,9 @@
prob: 0.3 prob: 0.3
- type: Bloodstream - type: Bloodstream
bloodMaxVolume: 500 bloodMaxVolume: 500
- type: Temperature
heatDamageThreshold: 500
coldDamageThreshold: 0
- type: UnarmedCombat - type: UnarmedCombat
range: 0.5 range: 0.5
arcwidth: 0 arcwidth: 0

View File

@@ -103,6 +103,12 @@
mapPath: /Maps/Salvage/medium-ruined-emergency-shuttle.yml mapPath: /Maps/Salvage/medium-ruined-emergency-shuttle.yml
size: 8.5 # Over standard medium wreck size, may need future adjustment. 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 - type: salvageMap
id: mediumCrashedShuttle id: mediumCrashedShuttle
name: "Crashed Shuttle" name: "Crashed Shuttle"