diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml index fcaf6f48fb..025a69e5b6 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml @@ -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