mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-25 15:18:24 +07:00
Typo fix / Biomatter compressor buffed
This commit is contained in:
@ -539,7 +539,7 @@ unit.drone.name=Drone
|
|||||||
unit.drone.description=The starter drone unit. Spawns in the core by default. Automatically mines ores, collects items and repairs blocks.
|
unit.drone.description=The starter drone unit. Spawns in the core by default. Automatically mines ores, collects items and repairs blocks.
|
||||||
unit.fabricator.name=Fabricator
|
unit.fabricator.name=Fabricator
|
||||||
unit.fabricator.description=An advanced drone unit. Automatically mines ores, collects items and repairs blocks. Significantly more effective than a drone.
|
unit.fabricator.description=An advanced drone unit. Automatically mines ores, collects items and repairs blocks. Significantly more effective than a drone.
|
||||||
unit.dagger.name=Scout
|
unit.dagger.name=Dagger
|
||||||
unit.dagger.description=A basic ground unit. Useful in swarms.
|
unit.dagger.description=A basic ground unit. Useful in swarms.
|
||||||
unit.titan.name=Titan
|
unit.titan.name=Titan
|
||||||
unit.titan.description=An advanced, armored ground unit. Attacks both ground and air targets.
|
unit.titan.description=An advanced, armored ground unit. Attacks both ground and air targets.
|
||||||
|
@ -212,7 +212,7 @@ public class CraftingBlocks extends BlockList implements ContentList{
|
|||||||
itemCapacity = 50;
|
itemCapacity = 50;
|
||||||
craftTime = 25f;
|
craftTime = 25f;
|
||||||
outputLiquid = Liquids.oil;
|
outputLiquid = Liquids.oil;
|
||||||
outputLiquidAmount = 0.9f;
|
outputLiquidAmount = 1.2f;
|
||||||
size = 2;
|
size = 2;
|
||||||
health = 320;
|
health = 320;
|
||||||
hasLiquids = true;
|
hasLiquids = true;
|
||||||
|
Reference in New Issue
Block a user