Removed Rules#tutorial

This commit is contained in:
Anuken
2020-11-20 11:23:30 -05:00
parent 139fa329d4
commit 814065bf8e
10 changed files with 33 additions and 57 deletions

View File

@@ -465,7 +465,8 @@ public class TechTree implements ContentList{
//TODO change positions?
node(impact0078, Seq.with(
new SectorComplete(tarFields),
new Research(Items.thorium)
new Research(Items.thorium),
new Research(coreFoundation)
), () -> {
node(desolateRift, Seq.with(
new SectorComplete(impact0078),

View File

@@ -995,6 +995,7 @@ public class UnitTypes implements ContentList{
shots = 2;
inaccuracy = 5f;
velocityRnd = 0.2f;
shootSound = Sounds.missile;
bullet = new MissileBulletType(3f, 12){{
width = 8f;
@@ -1055,7 +1056,7 @@ public class UnitTypes implements ContentList{
ejectEffect = Fx.casing1;
rotateSpeed = 8f;
bullet = missiles;
shootSound = Sounds.shoot;
shootSound = Sounds.missile;
rotate = true;
occlusion = 6f;
}},
@@ -1066,7 +1067,7 @@ public class UnitTypes implements ContentList{
rotateSpeed = 8f;
ejectEffect = Fx.casing1;
bullet = missiles;
shootSound = Sounds.shoot;
shootSound = Sounds.missile;
rotate = true;
occlusion = 6f;
}},
@@ -1147,7 +1148,7 @@ public class UnitTypes implements ContentList{
y = 27f;
rotateSpeed = 2f;
reload = 9f;
shootSound = Sounds.flame;
shootSound = Sounds.shoot;
occlusion = 7f;
rotate = true;
recoil = 0.5f;