mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-16 21:17:39 +03:00
Insuls Spawner (#34407)
* Added insuls spawner, time to test * adjusted whitespace since that was causing issues * Update Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> (cherry picked from commit b00bf40e6407da085e4f4a5bbcb9eb73dac3990c)
This commit is contained in:
@@ -389,3 +389,32 @@
|
||||
- Spaceshroom
|
||||
chance: 0.6
|
||||
offset: 0.0
|
||||
|
||||
|
||||
- type: entityTable
|
||||
id: InsulsTable
|
||||
table: !type:GroupSelector
|
||||
children:
|
||||
- id: ClothingHandsGlovesColorYellowBudget # budget insuls
|
||||
weight: 85
|
||||
- id: ClothingHandsGlovesColorYellow # true insuls
|
||||
weight: 10
|
||||
- id: ClothingHandsGlovesFingerlessInsulated # fingerless
|
||||
weight: 4
|
||||
- id: ClothingHandsGlovesConducting # conducting
|
||||
weight: 1
|
||||
|
||||
- type: entity
|
||||
name: Maint Loot Spawner
|
||||
id: MaintenanceInsulsSpawner
|
||||
suffix: Insuls, safe
|
||||
parent: MarkerBase
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: red
|
||||
- sprite: Clothing/Hands/Gloves/Color/yellow.rsi
|
||||
state: icon
|
||||
- type: EntityTableSpawner
|
||||
table: !type:NestedSelector
|
||||
tableId: InsulsTable
|
||||
|
||||
Reference in New Issue
Block a user