mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Allow color inverter to process colors as well
This commit is contained in:
@@ -467,8 +467,8 @@ buildings:
|
||||
|
||||
wire:
|
||||
default:
|
||||
name: &wire Wire
|
||||
description: Allows you to transport energy
|
||||
name: &wire Energy Wire
|
||||
description: Allows you to transport energy.
|
||||
|
||||
miner: # Internal name for the Extractor
|
||||
default:
|
||||
@@ -511,8 +511,8 @@ buildings:
|
||||
|
||||
advanced_processor:
|
||||
default:
|
||||
name: &advanced_processor Advanced Processor
|
||||
description: Advanced shape processing
|
||||
name: &advanced_processor Color Inverter
|
||||
description: Accepts a color or shape and inverts it.
|
||||
|
||||
rotater:
|
||||
default:
|
||||
@@ -565,16 +565,16 @@ buildings:
|
||||
|
||||
default:
|
||||
name: &energy_generator Energy Generator
|
||||
description: Generates energy by consuming shapes. Each energy generator requires a different shape.
|
||||
description: Generates energy by consuming shapes.
|
||||
|
||||
wire_crossings:
|
||||
default:
|
||||
name: &wire_crossings Wire Splitter
|
||||
description: Splits a wire into two
|
||||
description: Splits a energy wire into two.
|
||||
|
||||
merger:
|
||||
name: Wire Merger
|
||||
description: Merges two wires into one
|
||||
description: Merges two energy wires into one.
|
||||
|
||||
storyRewards:
|
||||
# Those are the rewards gained from completing the store
|
||||
@@ -654,10 +654,6 @@ storyRewards:
|
||||
desc: >-
|
||||
This level gave you no reward, but the next one will! <br><br> PS: Better don't destroy your existing factory - You need <strong>all</strong> those shapes later again to <strong>unlock upgrades</strong>!
|
||||
|
||||
reward_wires:
|
||||
title: Wires
|
||||
desc: TODO
|
||||
|
||||
no_reward_freeplay:
|
||||
title: Next level
|
||||
desc: >-
|
||||
|
||||
Reference in New Issue
Block a user