From: lzk <124214523+lzk228@users.noreply.github.com> Date: Mon, 25 Dec 2023 01:30:58 +0000 (+0100) Subject: Make some items goodlooking in inventory (rotate) (#22935) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=2b25e00453bff6d648cae0755e5bc2c9e4f6aa3e;p=space-station-14.git Make some items goodlooking in inventory (rotate) (#22935) comit --- diff --git a/Resources/Prototypes/Entities/Clothing/Eyes/base_clothingeyes.yml b/Resources/Prototypes/Entities/Clothing/Eyes/base_clothingeyes.yml index a0c41120b8..10f265a4a2 100644 --- a/Resources/Prototypes/Entities/Clothing/Eyes/base_clothingeyes.yml +++ b/Resources/Prototypes/Entities/Clothing/Eyes/base_clothingeyes.yml @@ -9,3 +9,4 @@ slots: [eyes] - type: Item size: Small + storedRotation: -90 diff --git a/Resources/Prototypes/Entities/Clothing/Hands/base_clothinghands.yml b/Resources/Prototypes/Entities/Clothing/Hands/base_clothinghands.yml index 5cf7fd645b..965fc20194 100644 --- a/Resources/Prototypes/Entities/Clothing/Hands/base_clothinghands.yml +++ b/Resources/Prototypes/Entities/Clothing/Hands/base_clothinghands.yml @@ -11,6 +11,7 @@ requiresSpecialDigestion: true - type: Item size: Small + storedRotation: -90 - type: SolutionContainerManager solutions: food: diff --git a/Resources/Prototypes/Entities/Clothing/Head/base_clothinghead.yml b/Resources/Prototypes/Entities/Clothing/Head/base_clothinghead.yml index 88b58c9c8c..813888fb6b 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/base_clothinghead.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/base_clothinghead.yml @@ -10,6 +10,7 @@ state: icon - type: Item size: Small + storedRotation: -90 - type: Food requiresSpecialDigestion: true - type: SolutionContainerManager diff --git a/Resources/Prototypes/Entities/Clothing/Masks/masks.yml b/Resources/Prototypes/Entities/Clothing/Masks/masks.yml index faa057a7a1..59dfb526c5 100644 --- a/Resources/Prototypes/Entities/Clothing/Masks/masks.yml +++ b/Resources/Prototypes/Entities/Clothing/Masks/masks.yml @@ -260,6 +260,8 @@ - type: Clothing sprite: Clothing/Mask/sterile.rsi - type: IngestionBlocker + - type: Item + storedRotation: -90 - type: entity parent: ClothingMaskBase @@ -525,6 +527,8 @@ sprite: Clothing/Mask/italian_moustache.rsi - type: Clothing sprite: Clothing/Mask/italian_moustache.rsi + - type: Item + storedRotation: -90 - type: AddAccentClothing accent: ReplacementAccent replacement: italian @@ -539,6 +543,8 @@ sprite: Clothing/Mask/ninja.rsi - type: Clothing sprite: Clothing/Mask/ninja.rsi + - type: Item + storedRotation: -90 - type: EyeProtection - type: BreathMask - type: IdentityBlocker diff --git a/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/Machine/base_machineboard.yml b/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/Machine/base_machineboard.yml index f11e2021c6..4e6dced060 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/Machine/base_machineboard.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/Machine/base_machineboard.yml @@ -9,6 +9,8 @@ - type: Sprite sprite: Objects/Misc/module.rsi state: generic + - type: Item + storedRotation: -90 - type: Tag tags: - DroneUsable diff --git a/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/Machine/production.yml b/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/Machine/production.yml index e0d084cec5..221dbddbe5 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/Machine/production.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/Machine/production.yml @@ -1,4 +1,4 @@ -- type: entity +- type: entity id: AutolatheMachineCircuitboard parent: BaseMachineCircuitboard name: autolathe machine board diff --git a/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/computer.yml b/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/computer.yml index db15d9f629..a1ba97cbcc 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/computer.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/computer.yml @@ -8,6 +8,8 @@ - type: Sprite sprite: Objects/Misc/module.rsi state: cpuboard + - type: Item + storedRotation: -90 - type: Tag tags: - DroneUsable diff --git a/Resources/Prototypes/Entities/Objects/Devices/door_remote.yml b/Resources/Prototypes/Entities/Objects/Devices/door_remote.yml index d687f3289e..25ac56a6da 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/door_remote.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/door_remote.yml @@ -7,6 +7,8 @@ components: - type: Sprite sprite: Objects/Devices/door_remote.rsi + - type: Item + storedRotation: -90 - type: Access - type: DoorRemote - type: StealTarget diff --git a/Resources/Prototypes/Entities/Objects/Specific/Hydroponics/tools.yml b/Resources/Prototypes/Entities/Objects/Specific/Hydroponics/tools.yml index 7e02106e6a..1209d2a3f9 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Hydroponics/tools.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Hydroponics/tools.yml @@ -41,6 +41,7 @@ Slash: 7 - type: Item sprite: Objects/Tools/Hydroponics/clippers.rsi + storedRotation: -90 - type: entity name: scythe @@ -123,6 +124,8 @@ - type: Sprite sprite: Objects/Specific/Hydroponics/Equipment/plant_bag.rsi state: icon + - type: Item + storedRotation: -90 - type: Clothing quickEquip: false slots: diff --git a/Resources/Prototypes/Entities/Objects/Specific/Medical/healthanalyzer.yml b/Resources/Prototypes/Entities/Objects/Specific/Medical/healthanalyzer.yml index 90953fdc6a..752f98740a 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Medical/healthanalyzer.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Medical/healthanalyzer.yml @@ -13,6 +13,8 @@ shader: unshaded visible: true map: [ "enum.PowerDeviceVisualLayers.Powered" ] + - type: Item + storedRotation: -90 - type: ActivatableUI key: enum.HealthAnalyzerUiKey.Key closeOnHandDeselect: false diff --git a/Resources/Prototypes/Entities/Objects/Tools/flashlights.yml b/Resources/Prototypes/Entities/Objects/Tools/flashlights.yml index 8e880c0bf5..5764aabd10 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/flashlights.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/flashlights.yml @@ -1,4 +1,4 @@ -- type: entity +- type: entity name: flashlight parent: BaseItem id: FlashlightLantern @@ -57,6 +57,7 @@ map: [ "light" ] - type: Item sprite: Objects/Tools/flashlight.rsi + storedRotation: -90 - type: PointLight enabled: false mask: /Textures/Effects/LightMasks/cone.png diff --git a/Resources/Prototypes/Entities/Objects/Tools/hand_labeler.yml b/Resources/Prototypes/Entities/Objects/Tools/hand_labeler.yml index 4708970ed0..1d9bb47e0e 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/hand_labeler.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/hand_labeler.yml @@ -9,6 +9,7 @@ state: hand_labeler - type: Item sprite: Objects/Tools/hand_labeler.rsi + storedRotation: -90 - type: UseDelay delay: 2.0 - type: ActivatableUI diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/pickaxe.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/pickaxe.yml index 28a4cfbf4b..d8809389a7 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/pickaxe.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/pickaxe.yml @@ -29,6 +29,7 @@ - 0,0,2,0 - 1,1,1,2 sprite: Objects/Weapons/Melee/pickaxe.rsi + storedRotation: -45 - type: UseDelay delay: 1