Bear hospital salvage (#7326)
This commit is contained in:
2676
Resources/Maps/Salvage/medium-pet-hospital.yml
Normal file
2676
Resources/Maps/Salvage/medium-pet-hospital.yml
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user