This commit is contained in:
Anuken
2020-07-17 08:46:11 -04:00
parent 208105f21d
commit 660abe188b
8 changed files with 14 additions and 12 deletions
+1 -1
View File
@@ -1702,7 +1702,7 @@ public class Blocks implements ContentList{
navalFactory = new UnitFactory("naval-factory"){{
requirements(Category.units, with(Items.copper, 30, Items.lead, 70));
plans = new UnitPlan[]{
new UnitPlan(UnitTypes.risse, 200f, with(Items.silicon, 10)),
new UnitPlan(UnitTypes.risse, 200f, with(Items.silicon, 20, Items.metaglass, 25)),
};
size = 3;
requiresWater = true;
+1 -1
View File
@@ -672,7 +672,7 @@ public class UnitTypes implements ContentList{
speed = 1.1f;
drag = 0.13f;
hitsize = 9f;
health = 200;
health = 220;
immunities = ObjectSet.with(StatusEffects.wet);
weapons.add(new Weapon("mount-weapon"){{
reload = 12f;