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
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user