1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Make the storage its own building, add sanity checks

This commit is contained in:
tobspr
2020-09-23 08:59:39 +02:00
parent 47b26f4779
commit f8371a96cf
18 changed files with 223 additions and 182 deletions

View File

@@ -557,8 +557,9 @@ buildings:
name: &trash Trash
description: Accepts inputs from all sides and destroys them. Forever.
storage:
name: Storage
storage:
default:
name: &storage Storage
description: Stores excess items, up to a given capacity. Can be used as an overflow gate.
wire:
@@ -726,7 +727,9 @@ storyRewards:
reward_storage:
title: Storage Buffer
desc: You have unlocked a variant of the <strong>trash</strong> - It allows you to store items up to a given capacity!
desc: >-
You have unlocked the <strong>storage</strong> building - It allows you to store items up to a given capacity!<br><br>
It priorities the left output, so you can also use it as an <strong>overflow gate</strong>!
reward_blueprints:
title: Blueprints
@@ -1030,6 +1033,7 @@ keybindings:
mixer: *mixer
painter: *painter
trash: *trash
storage: *storage
wire: *wire
constant_signal: *constant_signal
logic_gate: *logic_gate
@@ -1038,6 +1042,7 @@ keybindings:
wire_tunnel: *wire_tunnel
display: *display
reader: *reader
virtual_processor: *virtual_processor
# ---
pipette: Pipette