]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Make some items goodlooking in inventory (rotate) (#22935)
authorlzk <124214523+lzk228@users.noreply.github.com>
Mon, 25 Dec 2023 01:30:58 +0000 (02:30 +0100)
committerGitHub <noreply@github.com>
Mon, 25 Dec 2023 01:30:58 +0000 (18:30 -0700)
comit

13 files changed:
Resources/Prototypes/Entities/Clothing/Eyes/base_clothingeyes.yml
Resources/Prototypes/Entities/Clothing/Hands/base_clothinghands.yml
Resources/Prototypes/Entities/Clothing/Head/base_clothinghead.yml
Resources/Prototypes/Entities/Clothing/Masks/masks.yml
Resources/Prototypes/Entities/Objects/Devices/Circuitboards/Machine/base_machineboard.yml
Resources/Prototypes/Entities/Objects/Devices/Circuitboards/Machine/production.yml
Resources/Prototypes/Entities/Objects/Devices/Circuitboards/computer.yml
Resources/Prototypes/Entities/Objects/Devices/door_remote.yml
Resources/Prototypes/Entities/Objects/Specific/Hydroponics/tools.yml
Resources/Prototypes/Entities/Objects/Specific/Medical/healthanalyzer.yml
Resources/Prototypes/Entities/Objects/Tools/flashlights.yml
Resources/Prototypes/Entities/Objects/Tools/hand_labeler.yml
Resources/Prototypes/Entities/Objects/Weapons/Melee/pickaxe.yml

index a0c41120b84cee1b050dfb50d1f9ff1b2528e9f2..10f265a4a2c66e07ea2550392768f583e3a23f8c 100644 (file)
@@ -9,3 +9,4 @@
     slots: [eyes]
   - type: Item
     size: Small
+    storedRotation: -90
index 5cf7fd645baa4c401cfdbc0a584990550061bb4f..965fc201941e95a633a626cd2e89055641d6d6c9 100644 (file)
@@ -11,6 +11,7 @@
     requiresSpecialDigestion: true
   - type: Item
     size: Small
+    storedRotation: -90
   - type: SolutionContainerManager
     solutions:
       food:
index 88b58c9c8c885783e4f0f600827f1b80c8e17cb0..813888fb6b4cd8e8940eb42d328d8454da6b67c4 100644 (file)
@@ -10,6 +10,7 @@
     state: icon
   - type: Item
     size: Small
+    storedRotation: -90
   - type: Food
     requiresSpecialDigestion: true
   - type: SolutionContainerManager
index faa057a7a11fc17e0ea8a16ebd04732f88eca1a7..59dfb526c52b3d84b1657928176e7c7c18b5b775 100644 (file)
   - type: Clothing
     sprite: Clothing/Mask/sterile.rsi
   - type: IngestionBlocker
+  - type: Item
+    storedRotation: -90
 
 - type: entity
   parent: ClothingMaskBase
     sprite: Clothing/Mask/italian_moustache.rsi
   - type: Clothing
     sprite: Clothing/Mask/italian_moustache.rsi
+  - type: Item
+    storedRotation: -90
   - type: AddAccentClothing
     accent: ReplacementAccent
     replacement: italian
     sprite: Clothing/Mask/ninja.rsi
   - type: Clothing
     sprite: Clothing/Mask/ninja.rsi
+  - type: Item
+    storedRotation: -90
   - type: EyeProtection
   - type: BreathMask
   - type: IdentityBlocker
index f11e2021c68caa6cc2c8d57b98fca59d69b572d2..4e6dced060e490ae032bb24d59c0a0af5bbd981f 100644 (file)
@@ -9,6 +9,8 @@
     - type: Sprite
       sprite: Objects/Misc/module.rsi
       state: generic
+    - type: Item
+      storedRotation: -90
     - type: Tag
       tags:
         - DroneUsable
index e0d084cec504deb1aae5a5c1f387538062aed27b..221dbddbe5b35c93143594d9e7f7a6096d59f40e 100644 (file)
@@ -1,4 +1,4 @@
-- type: entity
+- type: entity
   id: AutolatheMachineCircuitboard
   parent: BaseMachineCircuitboard
   name: autolathe machine board
index db15d9f6293b2d6873e28316bf9ab163e5bc6434..a1ba97cbcc9c8ecfe8660c34934543dbf8359540 100644 (file)
@@ -8,6 +8,8 @@
     - type: Sprite
       sprite: Objects/Misc/module.rsi
       state: cpuboard
+    - type: Item
+      storedRotation: -90
     - type: Tag
       tags:
         - DroneUsable
index d687f3289e77bd06ecd149306bfc143b90d115a5..25ac56a6daba2e8e7d44f90b4ffcfbcb04ba7365 100644 (file)
@@ -7,6 +7,8 @@
   components:
   - type: Sprite
     sprite: Objects/Devices/door_remote.rsi
+  - type: Item
+    storedRotation: -90
   - type: Access
   - type: DoorRemote
   - type: StealTarget
index 7e02106e6a7bf0f730843a662f7fbb2264341ebf..1209d2a3f98464923d7079ed1502280672166e50 100644 (file)
@@ -41,6 +41,7 @@
         Slash: 7
   - type: Item
     sprite: Objects/Tools/Hydroponics/clippers.rsi
+    storedRotation: -90
 
 - type: entity
   name: scythe
   - type: Sprite
     sprite: Objects/Specific/Hydroponics/Equipment/plant_bag.rsi
     state: icon
+  - type: Item
+    storedRotation: -90
   - type: Clothing
     quickEquip: false
     slots:
index 90953fdc6a4d143806b4c81754e0096c75170257..752f98740adcb3dcce86484fa119b8fbd33ed6ac 100644 (file)
@@ -13,6 +13,8 @@
         shader: unshaded
         visible: true
         map: [ "enum.PowerDeviceVisualLayers.Powered" ]
+  - type: Item
+    storedRotation: -90
   - type: ActivatableUI
     key: enum.HealthAnalyzerUiKey.Key
     closeOnHandDeselect: false
index 8e880c0bf5e747b2c247a211f393e02e9998e5f3..5764aabd10ea2b359a32e4faf1069bcc257e6bec 100644 (file)
@@ -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
index 4708970ed0d6624de97e44166d26a71b57500925..1d9bb47e0e6a3a187a80de5d23e26e86e15a90ef 100644 (file)
@@ -9,6 +9,7 @@
       state: hand_labeler
     - type: Item
       sprite: Objects/Tools/hand_labeler.rsi
+      storedRotation: -90
     - type: UseDelay
       delay: 2.0
     - type: ActivatableUI
index 28a4cfbf4b4903d9ee03cbc6e5b8db1237101d03..d8809389a7fef50331cf9313daf38ddacecdc3d3 100644 (file)
@@ -29,6 +29,7 @@
     - 0,0,2,0
     - 1,1,1,2
     sprite: Objects/Weapons/Melee/pickaxe.rsi
+    storedRotation: -45
   - type: UseDelay
     delay: 1