Random fixes (#460)

* captain gloves fix

* fix janitor starting gear

* fix for fix

* add shoes for reporter and zookeeper

* fix walkman

* fix lights size and stored rotation

* fix cult weapons size

* trashbag rework
This commit is contained in:
ThereDrD0
2024-07-18 00:21:50 +03:00
committed by GitHub
parent 34b7026390
commit 2a94750b43
7 changed files with 19 additions and 16 deletions

View File

@@ -12,6 +12,8 @@
layers: layers:
- map: [ enum.LightBulbVisualLayers.Base ] - map: [ enum.LightBulbVisualLayers.Base ]
state: normal state: normal
- type: Item
size: Tiny
- type: LightBulb - type: LightBulb
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: Inorganic
@@ -75,6 +77,9 @@
id: BaseLightTube id: BaseLightTube
abstract: true abstract: true
components: components:
- type: Item
size: Small
storedRotation: -44
- type: Sprite - type: Sprite
sprite: Objects/Power/light_tube.rsi sprite: Objects/Power/light_tube.rsi
- type: LightBulb - type: LightBulb

View File

@@ -9,19 +9,15 @@
- state: icon-0 - state: icon-0
map: ["enum.StorageFillLayers.Fill"] map: ["enum.StorageFillLayers.Fill"]
- type: Storage - type: Storage
maxItemSize: Normal maxItemSize: Large
grid: grid:
- 0,0,7,5 - 0,0,3,8
quickInsert: true quickInsert: true
areaInsert: true areaInsert: true
storageOpenSound: storageOpenSound:
collection: trashBagRustle collection: trashBagRustle
storageInsertSound: storageInsertSound:
collection: trashBagRustle collection: trashBagRustle
whitelist:
tags:
- Cartridge
- Trash
- type: Tag - type: Tag
tags: tags:
- TrashBag - TrashBag
@@ -31,11 +27,8 @@
maxFillLevels: 4 maxFillLevels: 4
fillBaseName: icon fillBaseName: icon
- type: Dumpable - type: Dumpable
- type: Clothing
slots: [belt]
sprite: Objects/Specific/Janitorial/trashbag.rsi
- type: Item - type: Item
size: Normal size: Huge
- type: entity - type: entity
name: trash bag name: trash bag

View File

@@ -18,6 +18,9 @@
path: /Audio/Weapons/bladeslice.ogg path: /Audio/Weapons/bladeslice.ogg
- type: Item - type: Item
size: Normal size: Normal
storedRotation: 47 # It just works
shape:
- 0, 0, 2, 0
- type: Clothing - type: Clothing
sprite: Objects/Weapons/Melee/cult_dagger.rsi sprite: Objects/Weapons/Melee/cult_dagger.rsi
quickEquip: false quickEquip: false
@@ -68,6 +71,9 @@
path: /Audio/Weapons/bladeslice.ogg path: /Audio/Weapons/bladeslice.ogg
- type: Item - type: Item
size: Huge size: Huge
storedRotation: 44 # It just works
shape:
- 0, 0, 4, 0
- type: Clothing - type: Clothing
sprite: Objects/Weapons/Melee/cult_blade.rsi sprite: Objects/Weapons/Melee/cult_blade.rsi
quickEquip: false quickEquip: false

View File

@@ -77,7 +77,7 @@
- CaptainWintercoat - CaptainWintercoat
- type: loadoutGroup - type: loadoutGroup
id: CaptainOuterClothing id: CaptainGloves
name: loadout-group-gloves name: loadout-group-gloves
minLimit: 0 minLimit: 0
loadouts: loadouts:

View File

@@ -10,6 +10,7 @@
- CaptainJumpsuit - CaptainJumpsuit
- CaptainBackpack - CaptainBackpack
- CaptainOuterClothing - CaptainOuterClothing
- CaptainGloves # WD
- CaptainShoes - CaptainShoes
- CaptainPDA # WD - CaptainPDA # WD
- Trinkets - Trinkets
@@ -584,6 +585,7 @@
- CommonGlasses # WD - CommonGlasses # WD
- ZookeeperJumpsuit # WD - ZookeeperJumpsuit # WD
- CommonBackpack - CommonBackpack
- CommonShoes # WD
- ZookeeperPDA # WD - ZookeeperPDA # WD
- Trinkets - Trinkets
@@ -597,6 +599,7 @@
- ReporterJumpsuit - ReporterJumpsuit
- CommonGloves # WD - CommonGloves # WD
- CommonBackpack - CommonBackpack
- CommonShoes # WD
- ReporterPDA # WD - ReporterPDA # WD
- Trinkets - Trinkets

View File

@@ -17,10 +17,6 @@
- type: startingGear - type: startingGear
id: JanitorGear id: JanitorGear
equipment:
shoes: ClothingShoesGaloshes
id: JanitorPDA
ears: ClothingHeadsetService
- type: startingGear - type: startingGear
id: JanitorMaidGear id: JanitorMaidGear

View File

@@ -36,7 +36,7 @@
description: Mini cassette player description: Mini cassette player
suffix: Empty suffix: Empty
components: components:
- type: Jukebox - type: WhiteJukebox
maxAudioRange: 5 maxAudioRange: 5
rolloffFactor: 3.5 rolloffFactor: 3.5
- type: Sprite - type: Sprite