Added Chopsticks (#27298)

* added chopstick sprites

* Create chopsticks.yml

* added chopstick yml

* hopfully it acts like a forke

* added chopsticks to dinnerware vendor

* uncapitalized the name

* Update Resources/Prototypes/Entities/Objects/Misc/chopsticks.yml

Co-authored-by: lzk <124214523+lzk228@users.noreply.github.com>

* made the chopsticks icon a reasonable size

* added chopsticks to chang vendor

* made paired chopsticks you can break apart

* added them to vendors

---------

Co-authored-by: redfire1331 <Redfire1331@users.noreply.github.com>
Co-authored-by: lzk <124214523+lzk228@users.noreply.github.com>
(cherry picked from commit 080b1b1e0ca40b34d1a3538942ee54acdd8b117f)
This commit is contained in:
Redfire1331 2024-04-26 08:39:32 -04:00 committed by null
parent 5ff62578ce
commit b1b156d0f9
No known key found for this signature in database
GPG Key ID: 212F05528FD678BE
9 changed files with 58 additions and 0 deletions

Binary file not shown.

View File

@ -7,4 +7,5 @@
DrinkHellRamen: 3
FoodSnackChowMein: 3
FoodSnackDanDanNoodles: 3
PairedChopsticks: 3
# rice?

View File

@ -6,6 +6,7 @@
RollingPin: 4
Spoon: 4
Fork: 4
PairedChopsticks: 4
FoodBowlBig: 10
FoodPlate: 10
FoodPlateSmall: 10

View File

@ -0,0 +1,31 @@
- type: entity
parent: BaseItem
id: ChopSticks
name: chopsticks
description: A very traditional utensil.
components:
- type: Sprite
sprite: Objects/Misc/chopstick.rsi
state: icon
- type: Item
sprite: Objects/Misc/chopstick.rsi
size: Small
- type: Utensil
types:
- Fork
- type: entity
parent: BaseItem
name: paired chopsticks
id: PairedChopsticks
description: You should probably seperate them.
components:
- type: SpawnItemsOnUse
items:
- id: ChopSticks
- type: Sprite
sprite: Objects/Misc/chopstick.rsi
state: paired
- type: EmitSoundOnUse
sound:
path: /Audio/Effects/chopstickbreak.ogg

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 749 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 711 B

View File

@ -0,0 +1,25 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from goonstation at https://github.com/goonstation/goonstation/pull/1179",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "paired"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB