Skip to content

Commit

Permalink
Merge pull request #1402 from hivehum/srimp
Browse files Browse the repository at this point in the history
Shrimps
  • Loading branch information
hivehum authored Jan 17, 2025
2 parents 557f783 + 08e9109 commit 985ad5c
Show file tree
Hide file tree
Showing 7 changed files with 97 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
#shrimps

- type: entity
name: shrimps pack
parent: FoodSnackBase
id: FoodSnackShrimpspack
description: A pack of large shrimps. The greatest delicacy in the universe.
components:
- type: Sprite
sprite: _Impstation/Objects/Consumable/Food/snacks.rsi
state: shrimps
- type: SolutionContainerManager
solutions:
food:
maxVol: 15
reagents:
- ReagentId: Nutriment
Quantity: 5
- ReagentId: Protein
Quantity: 10
- type: FlavorProfile
flavors:
- salty
- type: Item
size: Tiny
- type: Food
trash:
- FoodPacketShrimpsTrash
- type: Tag
tags:
- FoodSnack

- type: entity
parent: FoodPacketTrash
id: FoodPacketShrimpsTrash
name: desolate shrimps pack
description: The offering was accepted.
components:
- type: Sprite
sprite: _Impstation/Objects/Consumable/Food/snacks.rsi
state: shrimps-trash
- type: Tag
tags:
- Trash

- type: cargoProduct
name: shrimps pack
id: ShrimpsPack
icon:
sprite: _Impstation/Objects/Consumable/Food/snacks.rsi
state: shrimps
product: FoodSnackShrimpspack
cost: 35 #votv cost
category: cargoproduct-category-name-food
group: market

#end shrimps
Original file line number Diff line number Diff line change
Expand Up @@ -232,3 +232,12 @@
path: /Audio/_Impstation/Voice/Misc/wuhey.ogg
- type: Food
requiresSpecialDigestion: true

- type: entity
id: HomeDepotCockHero
name: Homer
description: SEE YOU NEXT WEEK
components:
- type: Sprite
sprite: _Impstation/Objects/Fun/homer.rsi
state: icon
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Drawn by Carousel for Impstation",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "shrimps-trash"
},
{
"name": "shrimps"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions Resources/Textures/_Impstation/Objects/Fun/homer.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": 1,
"license": "CC-BY-4.0",
"copyright": "nobody owns him. he is his own person.",
"size": {
"x": 200,
"y": 450
},
"states": [
{
"name": "icon"
}
]
}

0 comments on commit 985ad5c

Please sign in to comment.