Forest Kitchen $10000
Type: forest | size: medium
PROBLEM
SOLUTION
An entire room illustrationInputs
- comp_speaker
- comp_wifi
- comp_light
Outputs
- comp_speaker
- comp_wifi
- comp_light
TREE
-
Pulley
-
Lever
-
Hinge/Roller
-
Motor
-
Thermometer
-
CPU/Computer
-
36 inch monitor
-
LED Keyboard
AVAILABLE INPUTS
AVAILABLE OUTPUTS
- comp_temperature
- comp_monitor
Schema
{
"id": "forest_kitchen",
"name": "Forest Kitchen",
"type": "forest",
"inputs": [
"comp_speaker",
"comp_wifi",
"comp_light"
],
"outputs": [
"comp_speaker",
"comp_wifi",
"comp_light"
],
"passthru": [],
"children": [
"tree_speaker",
"tree_fridge",
"tree_octopus",
"comp_wifi"
],
"extends": null,
"price": "10000",
"size": "medium",
"description": "An entire room illustration",
"template": "forest"
}