Dark and Light

Dark and Light

Buildables
 This topic has been pinned, so it's probably important
Pale Jack  [developer] 20 Jun, 2018 @ 11:58am
Item Descriptions & Spawn Commands
Stone Well
A simple stone well which basically acts as an unlimited water supply. You can drink directly from it as well as fill bottles from it.

Spawn Command: cheat giveitem "Blueprint'/Game/Mods/Buildables/Blueprints/Structure/Wells/PrimalItemBP/Buildables_PrimalItem_StoneWell.Buildables_PrimalItem_StoneWell'" 1 0 0

Stone Pump Well
This acts exactly as the Stone Well, but allows you to also connect a pipe to it, so that you can transport this water and use it to irrigate crops. No more running intakes long distances from the water and making things unsightly!

Spawn Command: cheat giveitem "Blueprint'/Game/Mods/Buildables/Blueprints/Structure/Wells/PrimalItemBP/Buildables_PrimalItem_PumpWell.Buildables_PrimalItem_PumpWell'" 1 0 0

Arcane Altar
This is effectively just like the Magic Workbench. Future items from mods I make will end up going in here. Also I may end up building a Library in the future to allow other people's modded items to go here as well. The main benefit to this workbench currently is the greatly increased inventory size.

Spawn Command: cheat giveitem "Blueprint'/Game/Mods/Buildables/Blueprints/Structure/Workbenches/PrimalItemBP/Buildables_PrimalItem_ArcaneAltar.Buildables_PrimalItem_ArcaneAltar'" 1 0 0

Smithing Workstation
Similar to the Arcane Altar above, this is simply an improved counterpart to the Workbench. The blueprints for the wells above are already included, and again I will be adding future items to this, and may end up including this in the aformentioned Library above. The main benefit to this workbench currently is the greatly increased inventory size.

Spawn Command: cheat giveitem "Blueprint'/Game/Mods/Buildables/Blueprints/Structure/Workbenches/PrimalItemBP/Buildables_PrimalItem_SmithBench.Buildables_PrimalItem_SmithBench'" 1 0 0

Charcoal Kiln
Best described as a furnace that consumes wood and produces charcoal at a much greater rate. Effectively 4 charcoal per wood.

Spawn Command: cheat giveitem "Blueprint'/Game/Mods/Buildables/Blueprints/Structure/Kilns/PrimalItemBP/Buildables_PrimalItem_CharcoalKiln.Buildables_PrimalItem_CharcoalKiln'" 1 0 0

Raised Garden Plot
A square shaped, raised garden plot made from logs. It will snap to foundation pieces, and vice versa. It will act as a foundation piece itself if snapped to another foundation piece. Grows all current crops per normal at a very slightly increased rate. It is more expensive to craft than any other vanilla plot.

Spawn Command: cheat giveitem "Blueprint'/Game/Mods/Buildables/Blueprints/Structure/Plots/PrimalItemBP/Buildables_PrimalItem_CropPlot.Buildables_PrimalItem_CropPlot'" 1 0 0
Last edited by Pale Jack; 7 Sep, 2018 @ 9:01am