Dehydrated cube box overhaul (#23685)

* add

* yes

* fix

(cherry picked from commit 2cf4ba8a4758e0fe46986b15759524a96b171c77)
This commit is contained in:
Ubaser
2024-01-08 17:27:40 +11:00
committed by Debug
parent d83767e096
commit 66f7d55ad1
9 changed files with 45 additions and 18 deletions

View File

@@ -121,3 +121,7 @@ SpawnPointAssistant: SpawnPointPassenger
# 2024-01-05
DrinkGoldschlagerBottleFull: DrinkGildlagerBottleFull
DrinkGoldschlagerGlass: DrinkGildlagerGlass
# 2024-01-07
MonkeyCubeBox: VariantCubeBox

View File

@@ -121,8 +121,8 @@
- type: cargoProduct
id: LivestockMonkeyCube
icon:
sprite: Mobs/Animals/monkey.rsi
state: monkey
sprite: Objects/Misc/monkeycube.rsi
state: box
product: CrateNPCMonkeyCube
cost: 2000
category: Livestock
@@ -131,8 +131,8 @@
- type: cargoProduct
id: LivestockKoboldCube
icon:
sprite: Mobs/Animals/kobold.rsi
state: kobold
sprite: Objects/Misc/monkeycube.rsi
state: box_kobold
product: CrateNPCKoboldCube
cost: 2000
category: Livestock

View File

@@ -33,7 +33,7 @@
- type: StorageFill
contents:
- id: CrowbarRed
- id: MonkeyCubeBox
- id: VariantCubeBox
- id: BoxMousetrap
amount: 2
- id: SprayBottleWater

View File

@@ -12,7 +12,7 @@
FoodCondimentBottleBBQ: 1
FoodCondimentBottleVinegar: 2
ReagentContainerOliveoil: 2
MonkeyCubeBox: 1
VariantCubeBox: 1
FoodContainerEgg: 1
DrinkMilkCarton: 2
DrinkSoyMilkCarton: 1

View File

@@ -8,6 +8,9 @@
contents:
- id: MonkeyCubeWrapped
amount: 6
- type: Storage
grid:
- 0,0,2,1
- type: Sprite
sprite: Objects/Misc/monkeycube.rsi
state: box
@@ -34,7 +37,7 @@
- MonkeyCube
- type: entity
parent: BoxCardboard
parent: MonkeyCubeBox
name: kobold cube box
id: KoboldCubeBox
description: Condensed kobolds in a cube. Just add water!
@@ -45,17 +48,31 @@
amount: 6
- type: Sprite
sprite: Objects/Misc/monkeycube.rsi
state: box
state: box_kobold
- type: entity
parent: BaseItem
parent: MonkeyCubeBox
name: variant cube box
id: VariantCubeBox
description: Both kobold cubes and monkey cubes. Just add water!
components:
- type: StorageFill
contents:
- id: KoboldCubeWrapped
amount: 3
- id: MonkeyCubeWrapped
amount: 3
- type: Sprite
sprite: Objects/Misc/monkeycube.rsi
state: box_variant
- type: entity
parent: MonkeyCubeWrapped
name: kobold cube
suffix: Wrapped
id: KoboldCubeWrapped
description: Unwrap this to get a kobold cube.
components:
- type: Item
size: Tiny
- type: SpawnItemsOnUse
items:
- id: KoboldCube
@@ -63,13 +80,10 @@
path: /Audio/Effects/unwrap.ogg
- type: Sprite
sprite: Objects/Misc/monkeycube.rsi
state: wrapper
- type: Tag
tags:
- MonkeyCube
state: wrapper_kobold
- type: entity
parent: BoxCardboard
parent: MonkeyCubeBox
name: monkey cube box
suffix: Syndicate
id: SyndicateSpongeBox
@@ -88,7 +102,7 @@
state: box
- type: entity
parent: BaseItem
parent: MonkeyCubeWrapped
name: monkey cube
suffix: Wrapped, Syndicate
id: SyndicateSpongeWrapped

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from cev-eris at https://github.com/discordia-space/CEV-Eris/raw/9c980cb9bc84d07b1c210c5447798af525185f80/icons/obj/food.dmi",
"copyright": "Taken from cev-eris at https://github.com/discordia-space/CEV-Eris/raw/9c980cb9bc84d07b1c210c5447798af525185f80/icons/obj/food.dmi. box_kobold, box_variant and wrapper_kobold are edited versions of the raw sprites by Ubaser.",
"size": {
"x": 32,
"y": 32
@@ -10,11 +10,20 @@
{
"name": "box"
},
{
"name": "box_kobold"
},
{
"name": "box_variant"
},
{
"name": "cube"
},
{
"name": "wrapper"
},
{
"name": "wrapper_kobold"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB