Dehydrated cube box overhaul (#23685)

* add

* yes

* fix
This commit is contained in:
Ubaser
2024-01-08 17:27:40 +11:00
committed by GitHub
parent f0d9782df4
commit 2cf4ba8a47
9 changed files with 45 additions and 18 deletions

View File

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

View File

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

View File

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

View File

@@ -8,6 +8,9 @@
contents: contents:
- id: MonkeyCubeWrapped - id: MonkeyCubeWrapped
amount: 6 amount: 6
- type: Storage
grid:
- 0,0,2,1
- type: Sprite - type: Sprite
sprite: Objects/Misc/monkeycube.rsi sprite: Objects/Misc/monkeycube.rsi
state: box state: box
@@ -34,7 +37,7 @@
- MonkeyCube - MonkeyCube
- type: entity - type: entity
parent: BoxCardboard parent: MonkeyCubeBox
name: kobold cube box name: kobold cube box
id: KoboldCubeBox id: KoboldCubeBox
description: Condensed kobolds in a cube. Just add water! description: Condensed kobolds in a cube. Just add water!
@@ -45,17 +48,31 @@
amount: 6 amount: 6
- type: Sprite - type: Sprite
sprite: Objects/Misc/monkeycube.rsi sprite: Objects/Misc/monkeycube.rsi
state: box state: box_kobold
- type: entity - 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 name: kobold cube
suffix: Wrapped suffix: Wrapped
id: KoboldCubeWrapped id: KoboldCubeWrapped
description: Unwrap this to get a kobold cube. description: Unwrap this to get a kobold cube.
components: components:
- type: Item
size: Tiny
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
- id: KoboldCube - id: KoboldCube
@@ -63,13 +80,10 @@
path: /Audio/Effects/unwrap.ogg path: /Audio/Effects/unwrap.ogg
- type: Sprite - type: Sprite
sprite: Objects/Misc/monkeycube.rsi sprite: Objects/Misc/monkeycube.rsi
state: wrapper state: wrapper_kobold
- type: Tag
tags:
- MonkeyCube
- type: entity - type: entity
parent: BoxCardboard parent: MonkeyCubeBox
name: monkey cube box name: monkey cube box
suffix: Syndicate suffix: Syndicate
id: SyndicateSpongeBox id: SyndicateSpongeBox
@@ -88,7 +102,7 @@
state: box state: box
- type: entity - type: entity
parent: BaseItem parent: MonkeyCubeWrapped
name: monkey cube name: monkey cube
suffix: Wrapped, Syndicate suffix: Wrapped, Syndicate
id: SyndicateSpongeWrapped 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, "version": 1,
"license": "CC-BY-SA-3.0", "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": { "size": {
"x": 32, "x": 32,
"y": 32 "y": 32
@@ -10,11 +10,20 @@
{ {
"name": "box" "name": "box"
}, },
{
"name": "box_kobold"
},
{
"name": "box_variant"
},
{ {
"name": "cube" "name": "cube"
}, },
{ {
"name": "wrapper" "name": "wrapper"
},
{
"name": "wrapper_kobold"
} }
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

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