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
abstract: true
components:
- type: Item
storedRotation: 0
- type: IngestionBlocker
- type: FlashImmunity
- type: IdentityBlocker

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,17 +1,19 @@
- type: entity
- type: entity
id: BaseElectronics
parent: BaseItem
name: base electronics
abstract: true
suffix: Electronics
components:
- type: Sprite
sprite: Objects/Misc/module.rsi
state: generic
- type: StaticPrice
price: 100
- type: PhysicalComposition
materialComposition:
Glass: 200
chemicalComposition:
Silicon: 20
- type: Item
storedRotation: -90
- type: Sprite
sprite: Objects/Misc/module.rsi
state: generic
- type: StaticPrice
price: 100
- type: PhysicalComposition
materialComposition:
Glass: 200
chemicalComposition:
Silicon: 20

View File

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

View File

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

View File

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

View File

@@ -51,7 +51,7 @@
reagents:
- ReagentId: Fiber
Quantity: 10
- type: entity
parent: BasePlushie
id: PlushieGhost
@@ -398,6 +398,7 @@
state: blue
- type: Item
heldPrefix: blue
storedRotation: -90
- type: Tag
tags:
- PlushieSharkBlue
@@ -467,6 +468,7 @@
state: carpplush
- type: Item
heldPrefix: carpplush
storedRotation: -90
- type: EmitSoundOnUse
sound:
path: /Audio/Effects/bite.ogg
@@ -679,7 +681,7 @@
- type: EmitSoundOnTrigger
sound:
path: /Audio/Voice/Human/malescream_5.ogg
- type: entity
parent: BasePlushie
id: PlushieMoth

View File

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

View File

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

View File

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

View File

@@ -5,6 +5,8 @@
description: A piece of tech that gives cyborgs new abilities.
abstract: true
components:
- type: Item
storedRotation: -90
- type: Sprite
sprite: Objects/Specific/Robotics/borgmodule.rsi
- type: BorgModule
@@ -238,7 +240,7 @@
- WelderExperimental
- NetworkConfigurator
- RemoteSignaller
- GasAnalyzer
- GasAnalyzer
- GeigerCounter
- type: entity
@@ -490,7 +492,7 @@
- BikeHorn
- ClownRecorder
- BikeHornInstrument
#syndicate modules
- type: entity
id: BorgModuleSyndicateWeapon

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
parent: BaseItem
id: EmagUnlimited
@@ -26,3 +11,12 @@
state: icon
- type: Item
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
description: Manipulates gravity around objects to fling them at high velocities.
components:
- type: Item
storedRotation: -90
- type: TetherGun
frequency: 5
dampingRatio: 4
@@ -195,6 +197,8 @@
id: WeaponForceGun
description: Manipulates gravity around objects to fling them at high velocities.
components:
- type: Item
storedRotation: -90
- type: ForceGun
frequency: 15
dampingRatio: 4

View File

@@ -42,9 +42,11 @@
id: MiningDrill
description: Powerful tool used to quickly drill through rocks
components:
- type: Item
storedRotation: -90
- type: Tag
tags:
- Pickaxe
- Pickaxe
- type: Sprite
sprite: Objects/Tools/handdrill.rsi
state: handdrill