Instruments, plushies, gunpet, and bibles. (#22398)

* Some instrument sizes and gunpet sidearm

* Cello

* bagpipe

* Crippling balance PR made bananium horn Small not Tiny

* plushie and toy sizes.

* Scroll bigger

* Make bible same size as other books.

* size rgb staff to other staffs.

* add sprite update json
This commit is contained in:
IProduceWidgets
2023-12-12 03:03:47 -05:00
committed by GitHub
parent 39fb2639c9
commit 6ab7ecdd53
10 changed files with 41 additions and 9 deletions

View File

@@ -24,7 +24,7 @@
- type: Instrument
program: 122
- type: Item
size: Small
size: Normal
- type: entity
parent: BaseHandheldInstrument
@@ -38,7 +38,8 @@
- type: Instrument
program: 123
- type: Item
size: Tiny
size: Small
storedRotation: 90
- type: entity
parent: BaseHandheldInstrument
@@ -102,10 +103,11 @@
sprite: Objects/Fun/Instruments/gunpet.rsi
state: icon
- type: Item
size: Normal
size: Small
sprite: Objects/Fun/Instruments/gunpet.rsi
- type: Tag
tags:
- Sidearm
- BrassInstrument
- type: entity

View File

@@ -236,7 +236,9 @@
sprite: Objects/Fun/Instruments/cello.rsi
state: icon
- type: Item
size: Normal
size: Large
shape:
- 0,0,1,3
sprite: Objects/Fun/Instruments/cello.rsi
- type: Tag
tags:

View File

@@ -171,7 +171,7 @@
sprite: Objects/Fun/Instruments/bagpipes.rsi
state: icon
- type: Item
size: Normal
size: Large
sprite: Objects/Fun/Instruments/bagpipes.rsi
- type: Tag
tags:

View File

@@ -119,7 +119,7 @@
state: icon
- type: Item
sprite: Objects/Fun/bananiumhorn.rsi
size: Tiny
size: Small
- type: Clothing
sprite: Objects/Fun/bananiumhorn.rsi
slots: [Belt]

View File

@@ -79,6 +79,8 @@
suffix: DO NOT MAP
description: So soft it almost makes you want to take a nap...
components:
- type: Item
size: Normal
- type: Sprite
sprite: Mobs/Ghosts/revenant.rsi
state: icon
@@ -97,6 +99,7 @@
sprite: Objects/Fun/toys.rsi
state: plushie_h
- type: Item
size: Normal
sprite: Objects/Fun/toys.rsi
heldPrefix: bee
- type: Extractable
@@ -201,6 +204,15 @@
soundHit:
path: /Audio/Items/Toys/weh.ogg
- type: entity
parent: PlushieLizard
id: PlushieLizardMirrored
components:
- type: Item
size: Small
- type: Sprite
state: plushie_lizard_mirrored
- type: entity
parent: BasePlushie
id: PlushieSpaceLizard #ᵂᵉʰ!
@@ -336,6 +348,8 @@
name: ratvar plushie
description: A small stuffed doll of the elder god Ratvar.
components:
- type: Item
size: Normal
- type: Sprite
state: plushie_ratvar
@@ -345,6 +359,8 @@
name: nar'sie plushie
description: A small stuffed doll of the elder goddess Nar'Sie.
components:
- type: Item
size: Normal
- type: Sprite
state: narplush
@@ -427,6 +443,8 @@
name: rubber ducky
description: Not carried here by ocean currents.
components:
- type: Item
size: Tiny
- type: Sprite
sprite: Objects/Fun/ducky.rsi
state: icon
@@ -473,6 +491,8 @@
name: xeno plushie
description: An adorable stuffed toy that resembles a scary xenomorf. You're lucky it's just a toy.
components:
- type: Item
size: Normal
- type: Sprite
state: plushie_xeno
- type: EmitSoundOnUse
@@ -547,6 +567,8 @@
name: ian toy
description: Unable to eat, but just as fluffy as the real guy!
components:
- type: Item
size: Tiny
- type: Sprite
state: ian
- type: EmitSoundOnUse
@@ -771,7 +793,7 @@
sprite: Objects/Fun/toys.rsi
state: corgib
- type: Item
size: Normal
size: Small
sprite: Objects/Fun/toys.rsi
heldPrefix: corgib
- type: Damageable
@@ -796,7 +818,7 @@
intensity: 2000
falloffPower: 2.6
- type: Item
size: Small
size: Normal
sprite: Objects/Fun/toys.rsi
heldPrefix: singularitytoy

View File

@@ -92,6 +92,8 @@
name: scroll of runes
parent: BaseSpellbook
components:
- type: Item
size: Normal
- type: Sprite
sprite: Objects/Magic/magicactions.rsi
layers:

View File

@@ -31,7 +31,7 @@
sprite: Objects/Specific/Chapel/bible.rsi
state: icon
- type: Item
size: Normal
size: Small
sprite: Objects/Specific/Chapel/bible.rsi
- type: Clothing
slots:

View File

@@ -17,6 +17,7 @@
actions:
- ActionRgbLight
- type: Item
size: Normal
inhandVisuals:
left:
- state: staff-inhand-left

View File

@@ -49,6 +49,9 @@
},
{
"name": "plushie_lizard"
},
{
"name": "plushie_lizard_mirrored"
},
{
"name": "plushie_lamp"

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 B