mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-11 03:08:38 +07:00
arc
This commit is contained in:
parent
660abe188b
commit
b2b6ddb5b2
@ -716,7 +716,7 @@ public class UnitTypes implements ContentList{
|
|||||||
speed = 1.3f;
|
speed = 1.3f;
|
||||||
drag = 0.1f;
|
drag = 0.1f;
|
||||||
hitsize = 8f;
|
hitsize = 8f;
|
||||||
health = 130;
|
health = 400;
|
||||||
immunities = ObjectSet.with(StatusEffects.wet);
|
immunities = ObjectSet.with(StatusEffects.wet);
|
||||||
weapons.add(new Weapon("mount-weapon"){{
|
weapons.add(new Weapon("mount-weapon"){{
|
||||||
reload = 10f;
|
reload = 10f;
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
org.gradle.daemon=true
|
org.gradle.daemon=true
|
||||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||||
archash=92e1670c9033fb6f825453b9c4c516e4b5079037
|
archash=bb0d60276c0471b920a636d3d32ea838e73be8c2
|
||||||
|
Loading…
Reference in New Issue
Block a user