Make even more items good looking in inventory + size changing (#25461)

* Make even more items good looking in inventory

* holoprojecrots
This commit is contained in:
lzk
2024-02-22 12:28:03 +01:00
committed by GitHub
parent 487dd113b0
commit 35723ad22f
24 changed files with 77 additions and 45 deletions

View File

@@ -4,6 +4,8 @@
name: welding mask name: welding mask
abstract: true abstract: true
components: components:
- type: Item
storedRotation: 0
- type: IngestionBlocker - type: IngestionBlocker
- type: FlashImmunity - type: FlashImmunity
- type: IdentityBlocker - type: IdentityBlocker

View File

@@ -6,6 +6,8 @@
id: FoodPieBase id: FoodPieBase
abstract: true abstract: true
components: components:
- type: Item
storedRotation: -90
- type: FlavorProfile - type: FlavorProfile
flavors: flavors:
- sweet - sweet
@@ -34,6 +36,8 @@
abstract: true abstract: true
description: A slice of pie. Tasty! description: A slice of pie. Tasty!
components: components:
- type: Item
size: Tiny
- type: FlavorProfile - type: FlavorProfile
flavors: flavors:
- sweet - sweet

View File

@@ -6,6 +6,8 @@
id: FoodBowlBig id: FoodBowlBig
description: A simple bowl, used for soups and salads. description: A simple bowl, used for soups and salads.
components: components:
- type: Item
storedRotation: -90
- type: SolutionContainerManager - type: SolutionContainerManager
solutions: solutions:
food: food:

View File

@@ -214,6 +214,8 @@
- type: Item - type: Item
sprite: Objects/Consumable/Food/Baked/pizza.rsi sprite: Objects/Consumable/Food/Baked/pizza.rsi
heldPrefix: box heldPrefix: box
shape:
- 0,0,1,1
- type: Appearance - type: Appearance
- type: EntityStorageVisuals - type: EntityStorageVisuals
stateDoorOpen: box-open stateDoorOpen: box-open

View File

@@ -10,6 +10,8 @@
abstract: true abstract: true
description: A delicious meal, cooked with love. description: A delicious meal, cooked with love.
components: components:
- type: Item
storedRotation: -90
- type: Food - type: Food
- type: Sprite - type: Sprite
sprite: Objects/Consumable/Food/meals.rsi sprite: Objects/Consumable/Food/meals.rsi

View File

@@ -7,6 +7,8 @@
abstract: true abstract: true
description: Now that's a nice pasta! description: Now that's a nice pasta!
components: components:
- type: Item
storedRotation: -90
- type: Sprite - type: Sprite
sprite: Objects/Consumable/Food/noodles.rsi sprite: Objects/Consumable/Food/noodles.rsi
- type: SolutionContainerManager - type: SolutionContainerManager

View File

@@ -19,6 +19,7 @@
Quantity: 8 Quantity: 8
- type: Item - type: Item
size: Small size: Small
storedRotation: -90
# Kebabs # Kebabs

View File

@@ -451,6 +451,7 @@
- type: Item - type: Item
sprite: Objects/Consumable/Food/snacks.rsi sprite: Objects/Consumable/Food/snacks.rsi
heldPrefix: packet heldPrefix: packet
size: Tiny
- type: Tag - type: Tag
tags: tags:
- Trash - Trash
@@ -469,7 +470,6 @@
components: components:
- type: Sprite - type: Sprite
state: boritos-trash state: boritos-trash
- type: Item
- type: entity - type: entity
noSpawn: true noSpawn: true
@@ -479,7 +479,6 @@
components: components:
- type: Sprite - type: Sprite
state: cnds-trash state: cnds-trash
- type: Item
- type: entity - type: entity
noSpawn: true noSpawn: true
@@ -489,7 +488,6 @@
components: components:
- type: Sprite - type: Sprite
state: cheesiehonkers-trash state: cheesiehonkers-trash
- type: Item
- type: entity - type: entity
noSpawn: true noSpawn: true
@@ -499,7 +497,6 @@
components: components:
- type: Sprite - type: Sprite
state: chips-trash state: chips-trash
- type: Item
- type: entity - type: entity
noSpawn: true noSpawn: true
@@ -509,7 +506,6 @@
components: components:
- type: Sprite - type: Sprite
state: chocolatebar-trash state: chocolatebar-trash
- type: Item
- type: entity - type: entity
noSpawn: true noSpawn: true
@@ -519,7 +515,6 @@
components: components:
- type: Sprite - type: Sprite
state: energybar-trash state: energybar-trash
- type: Item
- type: entity - type: entity
noSpawn: true noSpawn: true
@@ -529,7 +524,6 @@
components: components:
- type: Sprite - type: Sprite
state: pistachio-trash state: pistachio-trash
- type: Item
- type: entity - type: entity
noSpawn: true noSpawn: true
@@ -539,7 +533,6 @@
components: components:
- type: Sprite - type: Sprite
state: popcorn-trash state: popcorn-trash
- type: Item
- type: entity - type: entity
noSpawn: true noSpawn: true
@@ -549,7 +542,6 @@
components: components:
- type: Sprite - type: Sprite
state: raisins-trash state: raisins-trash
- type: Item
- type: entity - type: entity
noSpawn: true noSpawn: true
@@ -559,7 +551,6 @@
components: components:
- type: Sprite - type: Sprite
state: semki-trash state: semki-trash
- type: Item
- type: entity - type: entity
noSpawn: true noSpawn: true
@@ -569,7 +560,6 @@
components: components:
- type: Sprite - type: Sprite
state: susjerky-trash state: susjerky-trash
- type: Item
- type: entity - type: entity
noSpawn: true noSpawn: true
@@ -579,7 +569,6 @@
components: components:
- type: Sprite - type: Sprite
state: syndicakes-trash state: syndicakes-trash
- type: Item
- type: entity - type: entity
noSpawn: true noSpawn: true
@@ -589,7 +578,6 @@
components: components:
- type: Sprite - type: Sprite
state: chinese1 state: chinese1
- type: Item
- type: entity - type: entity
noSpawn: true noSpawn: true
@@ -599,7 +587,6 @@
components: components:
- type: Sprite - type: Sprite
state: chinese2 state: chinese2
- type: Item
- type: entity - type: entity
noSpawn: true noSpawn: true

View File

@@ -5,6 +5,8 @@
id: FoodBowlBase id: FoodBowlBase
abstract: true abstract: true
components: components:
- type: Item
storedRotation: -90
- type: Food - type: Food
trash: FoodBowlBig trash: FoodBowlBig
utensil: Spoon utensil: Spoon

View File

@@ -6,6 +6,8 @@
id: FoodTacoShell id: FoodTacoShell
description: A taco shell, easy to hold, but falls on its side when put down. description: A taco shell, easy to hold, but falls on its side when put down.
components: components:
- type: Item
storedRotation: -90
- type: Food - type: Food
- type: Sprite - type: Sprite
sprite: Objects/Consumable/Food/taco.rsi sprite: Objects/Consumable/Food/taco.rsi
@@ -44,6 +46,7 @@
Quantity: 4 Quantity: 4
- type: Item - type: Item
sprite: Objects/Consumable/Food/taco.rsi sprite: Objects/Consumable/Food/taco.rsi
storedRotation: -90
- type: Tag - type: Tag
tags: tags:
- Meat - Meat

View File

@@ -4,6 +4,8 @@
name: station map electronics name: station map electronics
description: An electronics board used in station maps. description: An electronics board used in station maps.
components: components:
- type: Item
storedRotation: 0
- type: Sprite - type: Sprite
sprite: Objects/Misc/module.rsi sprite: Objects/Misc/module.rsi
state: airalarm_electronics state: airalarm_electronics

View File

@@ -19,6 +19,8 @@
name: fire alarm electronics name: fire alarm electronics
description: An electronics board used in fire alarms description: An electronics board used in fire alarms
components: components:
- type: Item
storedRotation: 0
- type: Sprite - type: Sprite
sprite: Objects/Misc/module.rsi sprite: Objects/Misc/module.rsi
state: airalarm_electronics state: airalarm_electronics

View File

@@ -1,10 +1,12 @@
- type: entity - type: entity
id: BaseElectronics id: BaseElectronics
parent: BaseItem parent: BaseItem
name: base electronics name: base electronics
abstract: true abstract: true
suffix: Electronics suffix: Electronics
components: components:
- type: Item
storedRotation: -90
- type: Sprite - type: Sprite
sprite: Objects/Misc/module.rsi sprite: Objects/Misc/module.rsi
state: generic state: generic

View File

@@ -4,6 +4,8 @@
name: firelock electronics name: firelock electronics
description: An electronics board used to detect differences in pressure, temperature and gas concentrations between the two sides of the door. description: An electronics board used to detect differences in pressure, temperature and gas concentrations between the two sides of the door.
components: components:
- type: Item
storedRotation: 0
- type: Sprite - type: Sprite
sprite: Objects/Misc/module.rsi sprite: Objects/Misc/module.rsi
state: mainboard state: mainboard

View File

@@ -6,6 +6,8 @@
name: ripley central control module name: ripley central control module
description: The electrical control center for the ripley mech. description: The electrical control center for the ripley mech.
components: components:
- type: Item
storedRotation: 0
- type: Sprite - type: Sprite
sprite: Objects/Misc/module.rsi sprite: Objects/Misc/module.rsi
state: mainboard state: mainboard
@@ -40,6 +42,8 @@
name: H.O.N.K. central control module name: H.O.N.K. central control module
description: The electrical control center for the H.O.N.K. mech. description: The electrical control center for the H.O.N.K. mech.
components: components:
- type: Item
storedRotation: 0
- type: Sprite - type: Sprite
sprite: Objects/Misc/module.rsi sprite: Objects/Misc/module.rsi
state: mainboard state: mainboard
@@ -90,6 +94,8 @@
name: HAMTR central control module name: HAMTR central control module
description: The electrical control center for the HAMTR mech. description: The electrical control center for the HAMTR mech.
components: components:
- type: Item
storedRotation: 0
- type: Sprite - type: Sprite
sprite: Objects/Misc/module.rsi sprite: Objects/Misc/module.rsi
state: mainboard state: mainboard

View File

@@ -4,6 +4,8 @@
name: holographic sign projector name: holographic sign projector
description: A handy-dandy holographic projector that displays a janitorial sign. description: A handy-dandy holographic projector that displays a janitorial sign.
components: components:
- type: Item
storedRotation: -90
- type: HolosignProjector - type: HolosignProjector
- type: UseDelay - type: UseDelay
- type: ContainerContainer - type: ContainerContainer

View File

@@ -398,6 +398,7 @@
state: blue state: blue
- type: Item - type: Item
heldPrefix: blue heldPrefix: blue
storedRotation: -90
- type: Tag - type: Tag
tags: tags:
- PlushieSharkBlue - PlushieSharkBlue
@@ -467,6 +468,7 @@
state: carpplush state: carpplush
- type: Item - type: Item
heldPrefix: carpplush heldPrefix: carpplush
storedRotation: -90
- type: EmitSoundOnUse - type: EmitSoundOnUse
sound: sound:
path: /Audio/Effects/bite.ogg path: /Audio/Effects/bite.ogg

View File

@@ -3,6 +3,8 @@
abstract: true abstract: true
parent: BaseItem parent: BaseItem
components: components:
- type: Item
storedRotation: -90
- type: Battery - type: Battery
pricePerJoule: 0.15 pricePerJoule: 0.15
- type: PowerCell - type: PowerCell

View File

@@ -166,6 +166,7 @@
state: medicated-suture state: medicated-suture
- type: Item - type: Item
heldPrefix: medicated-suture heldPrefix: medicated-suture
storedRotation: -90
- type: Healing - type: Healing
damageContainers: damageContainers:
- Biological - Biological

View File

@@ -102,6 +102,8 @@
name: ash name: ash
description: This used to be something, but now it's not. description: This used to be something, but now it's not.
components: components:
- type: Item
size: Tiny
- type: Sprite - type: Sprite
sprite: Objects/Materials/materials.rsi sprite: Objects/Materials/materials.rsi
state: ash state: ash

View File

@@ -5,6 +5,8 @@
description: A piece of tech that gives cyborgs new abilities. description: A piece of tech that gives cyborgs new abilities.
abstract: true abstract: true
components: components:
- type: Item
storedRotation: -90
- type: Sprite - type: Sprite
sprite: Objects/Specific/Robotics/borgmodule.rsi sprite: Objects/Specific/Robotics/borgmodule.rsi
- type: BorgModule - type: BorgModule

View File

@@ -1,18 +1,3 @@
- type: entity
parent: BaseItem
id: Emag
name: cryptographic sequencer
description: The all-in-one hacking solution. The thinking man's lockpick. The iconic EMAG.
components:
- type: Emag
- type: LimitedCharges
- type: AutoRecharge
- type: Sprite
sprite: Objects/Tools/emag.rsi
state: icon
- type: Item
sprite: Objects/Tools/emag.rsi
- type: entity - type: entity
parent: BaseItem parent: BaseItem
id: EmagUnlimited id: EmagUnlimited
@@ -26,3 +11,12 @@
state: icon state: icon
- type: Item - type: Item
sprite: Objects/Tools/emag.rsi sprite: Objects/Tools/emag.rsi
storedRotation: -90
- type: entity
parent: EmagUnlimited
id: Emag
suffix: Limited
components:
- type: LimitedCharges
- type: AutoRecharge

View File

@@ -158,6 +158,8 @@
id: WeaponTetherGun id: WeaponTetherGun
description: Manipulates gravity around objects to fling them at high velocities. description: Manipulates gravity around objects to fling them at high velocities.
components: components:
- type: Item
storedRotation: -90
- type: TetherGun - type: TetherGun
frequency: 5 frequency: 5
dampingRatio: 4 dampingRatio: 4
@@ -195,6 +197,8 @@
id: WeaponForceGun id: WeaponForceGun
description: Manipulates gravity around objects to fling them at high velocities. description: Manipulates gravity around objects to fling them at high velocities.
components: components:
- type: Item
storedRotation: -90
- type: ForceGun - type: ForceGun
frequency: 15 frequency: 15
dampingRatio: 4 dampingRatio: 4

View File

@@ -42,6 +42,8 @@
id: MiningDrill id: MiningDrill
description: Powerful tool used to quickly drill through rocks description: Powerful tool used to quickly drill through rocks
components: components:
- type: Item
storedRotation: -90
- type: Tag - type: Tag
tags: tags:
- Pickaxe - Pickaxe