forked from space-wizards/space-station-14
-
-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1402 from hivehum/srimp
Shrimps
- Loading branch information
Showing
7 changed files
with
97 additions
and
0 deletions.
There are no files selected for viewing
57 changes: 57 additions & 0 deletions
57
Resources/Prototypes/_Impstation/Entities/Objects/Consumable/Food/snacks.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
Resources/Textures/_Impstation/Objects/Consumable/Food/snacks.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |
Binary file added
BIN
+765 Bytes
...urces/Textures/_Impstation/Objects/Consumable/Food/snacks.rsi/shrimps-trash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1 KB
Resources/Textures/_Impstation/Objects/Consumable/Food/snacks.rsi/shrimps.png
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
14
Resources/Textures/_Impstation/Objects/Fun/homer.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |