mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-21 01:37:13 +07:00
Balance capacity
This commit is contained in:
parent
6b091b4d31
commit
971b1542ba
@ -25,7 +25,7 @@ public class UnitTypes implements ContentList{
|
|||||||
mass = 0.5f;
|
mass = 0.5f;
|
||||||
health = 50;
|
health = 50;
|
||||||
rotatespeed = 0.1f;
|
rotatespeed = 0.1f;
|
||||||
itemCapacity = 16;
|
itemCapacity = 8;
|
||||||
weapon = new Weapon(){{
|
weapon = new Weapon(){{
|
||||||
length = 1.5f;
|
length = 1.5f;
|
||||||
reload = 28f;
|
reload = 28f;
|
||||||
|
Loading…
Reference in New Issue
Block a user