Skip to content

Commit

Permalink
More good looking inventory part 2.2 (instruments version) (space-wiz…
Browse files Browse the repository at this point in the history
  • Loading branch information
lzk228 committed Mar 13, 2024
1 parent 2b5a75b commit 91aa644
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Resources/Prototypes/Entities/Clothing/Head/hats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -792,8 +792,8 @@
- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatMagician
name: magician's top hat.
description: "A magician's top hat."
name: magician's tophat
description: "A magician's tophat."
components:
- type: Icon
sprite: Clothing/Head/Hats/magician.rsi
Expand All @@ -810,6 +810,7 @@
- type: Item
size: Small
sprite: Clothing/Head/Hats/magician.rsi
storedRotation: 0
- type: Storage
grid:
- 0,0,0,0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
program: 125
- type: Item
size: Small
storedRotation: -90

- type: entity
parent: BaseHandheldInstrument
Expand Down Expand Up @@ -118,6 +119,7 @@
- type: Item
size: Small
sprite: Objects/Fun/Instruments/gunpet.rsi
storedRotation: -90
- type: Tag
tags:
- Sidearm
Expand All @@ -141,6 +143,7 @@
- type: Item
sprite: Objects/Fun/Instruments/bike_horn.rsi
size: Small
storedRotation: -90
- type: Clothing
sprite: Objects/Fun/Instruments/bike_horn.rsi
slots: [Belt]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@
- type: Tag
tags:
- KeyedInstrument
- type: Item
size: Small

- type: entity
parent: BaseHandheldInstrument
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
- type: Item
size: Small
sprite: Objects/Fun/Instruments/harmonica.rsi
storedRotation: -90
- type: Tag
tags:
- WoodwindInstrument
Expand Down Expand Up @@ -134,7 +135,7 @@
sprite: Objects/Fun/Instruments/panflute.rsi
state: icon
- type: Item
size: Normal
size: Small
sprite: Objects/Fun/Instruments/panflute.rsi
- type: Tag
tags:
Expand All @@ -153,8 +154,9 @@
sprite: Objects/Fun/Instruments/ocarina.rsi
state: icon
- type: Item
size: Normal
size: Small
sprite: Objects/Fun/Instruments/ocarina.rsi
storedRotation: -90
- type: Tag
tags:
- WoodwindInstrument
Expand Down

0 comments on commit 91aa644

Please sign in to comment.