forked from new-frontiers-14/frontier-station-14
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add poultry cube boxes! (new-frontiers-14#1847)
Also slightly rebalance the vend price of monkey and variant cube boxes.
- Loading branch information
Showing
10 changed files
with
134 additions
and
20 deletions.
There are no files selected for viewing
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
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
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
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
50 changes: 50 additions & 0 deletions
50
Resources/Prototypes/_NF/Entities/Objects/Misc/monkeycube.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,50 @@ | ||
- type: entity | ||
parent: BoxCardboard | ||
name: poultry cube box | ||
id: PoultryCubeBox | ||
description: Drymate brand poultry cubes, chicken and duck. Just add water! | ||
components: | ||
- type: StorageFill | ||
contents: | ||
- id: ChickenCubeWrapped | ||
amount: 6 | ||
- id: DuckCubeWrapped | ||
amount: 2 | ||
- type: Sprite | ||
sprite: _NF/Objects/Misc/monkeycube.rsi | ||
state: box_poultry | ||
- type: StaticPrice | ||
price: 20 | ||
vendPrice: 800 # Meat only worth 180 at a depot, but can produce eggs and more poultry for free | ||
|
||
- type: entity | ||
parent: MonkeyCubeWrapped | ||
name: chicken cube | ||
suffix: Wrapped | ||
id: ChickenCubeWrapped | ||
description: Unwrap this to get a chicken cube. | ||
components: | ||
- type: SpawnItemsOnUse | ||
items: | ||
- id: ChickenCube | ||
sound: | ||
path: /Audio/Effects/unwrap.ogg | ||
- type: Sprite | ||
sprite: _NF/Objects/Misc/monkeycube.rsi | ||
state: wrapper_chicken | ||
|
||
- type: entity | ||
parent: MonkeyCubeWrapped | ||
name: duck cube | ||
suffix: Wrapped | ||
id: DuckCubeWrapped | ||
description: Unwrap this to get a duck cube. | ||
components: | ||
- type: SpawnItemsOnUse | ||
items: | ||
- id: DuckCube | ||
sound: | ||
path: /Audio/Effects/unwrap.ogg | ||
- type: Sprite | ||
sprite: _NF/Objects/Misc/monkeycube.rsi | ||
state: wrapper_duck |
21 changes: 21 additions & 0 deletions
21
Resources/Prototypes/_NF/Entities/Objects/Specific/rehydrateable.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,21 @@ | ||
- type: entity | ||
parent: MonkeyCube | ||
id: ChickenCube | ||
name: chicken cube | ||
components: | ||
- type: Rehydratable | ||
possibleSpawns: | ||
- MobChicken | ||
- MobChicken1 | ||
- MobChicken2 | ||
|
||
- type: entity | ||
parent: MonkeyCube | ||
id: DuckCube | ||
name: duck cube | ||
components: | ||
- type: Rehydratable | ||
possibleSpawns: | ||
- MobDuckMallard | ||
- MobDuckWhite | ||
- MobDuckBrown |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions
20
Resources/Textures/_NF/Objects/Misc/monkeycube.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,20 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "box_poultry edited by Arimah from monkeycubebox from cev-eris at https://github.com/discordia-space/CEV-Eris/raw/9c980cb9bc84d07b1c210c5447798af525185f80/icons/obj/food.dmi. wrapper_chicken and wrapper_duck made by Stagnation for Frontier Station 14.", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "box_poultry" | ||
}, | ||
{ | ||
"name": "wrapper_chicken" | ||
}, | ||
{ | ||
"name": "wrapper_duck" | ||
} | ||
] | ||
} |
Binary file added
BIN
+324 Bytes
Resources/Textures/_NF/Objects/Misc/monkeycube.rsi/wrapper_chicken.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
+314 Bytes
Resources/Textures/_NF/Objects/Misc/monkeycube.rsi/wrapper_duck.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.