More spawn height tweaking in missions
authorWuzzy <Wuzzy2@mail.ru>
Mon, 21 Jan 2019 19:49:38 +0100
changeset 14649 e7b2542c4d28
parent 14648 be8af70adf2c
child 14650 5931aff25837
More spawn height tweaking in missions
share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/queen.lua
share/hedgewars/Data/Missions/Scenario/Big_Armory.lua
share/hedgewars/Data/Missions/Scenario/portal.lua
share/hedgewars/Data/Missions/Training/Basic_Training_-_Flying_Saucer.lua
--- a/share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/queen.lua	Mon Jan 21 19:28:39 2019 +0100
+++ b/share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/queen.lua	Mon Jan 21 19:49:38 2019 +0100
@@ -90,7 +90,7 @@
 nativeHats = {"Rambo", "RobinHood", "pirate_jack", "zoo_Bunny", "IndianChief",
               "tiara", "AkuAku", "rasta", "hair_yellow"}
 
-nativePos = {{1474, 1188}, {923, 986}, {564, 1120}, {128, 1315}}
+nativePos = {{1474, 1209}, {923, 990}, {564, 1120}, {128, 1315}}
 nativesNum = 4
 nativesLeft = 4
 
@@ -102,8 +102,8 @@
 cyborgHidePos = {1665, 1800}
 cyborgsTeamNum = {4, 3}
 cyborgsNum = 7
-cyborgsPos = {{2893, 1717}, {2958, 1701}, {3027, 1696}, {3096, 1698},
-              {2584, 655},  {2047, 1534}, {115, 179}, {2162, 1916}}
+cyborgsPos = {{2893, 1723}, {2958, 1717}, {3027, 1710}, {3096, 1704},
+              {2584, 665},  {2047, 1562}, {115, 179}, {2162, 1916}}
 cyborgsDir = {"Left", "Left", "Left", "Left", "Left", "Left", "Right", "Left"}
 
 crateConsts = {}
--- a/share/hedgewars/Data/Missions/Scenario/Big_Armory.lua	Mon Jan 21 19:28:39 2019 +0100
+++ b/share/hedgewars/Data/Missions/Scenario/Big_Armory.lua	Mon Jan 21 19:49:38 2019 +0100
@@ -33,7 +33,7 @@
 		hogs = {
 			{
 			health = 100,
-			x = 543, y = 1167,
+			x = 543, y = 1198,
 			ammo = heroAmmo,
 			}
 		}, },
@@ -43,14 +43,14 @@
 		flag = "cm_galaxy",
 		grave = "Earth",
 		hogs = {
-			{name=loc("Rocket"), x=796, y=1184, faceLeft=true},
-			{name=loc("Star"), x=733, y=1525, faceLeft=true},
-			{name=loc("Asteroid"), x=738, y=1855, faceLeft=true},
-			{name=loc("Comet"), x=937, y=1318, faceLeft=true},
-			{name=loc("Sunflame"), x=3424, y=1536},
-			{name=loc("Eclipse"), x=3417, y=1081},
-			{name=loc("Jetpack"), x=2256, y=1246},
-			{name=loc("Void"), x=1587, y=1231, faceLeft=true},
+			{name=loc("Rocket"), x=796, y=1208, faceLeft=true},
+			{name=loc("Star"), x=733, y=1546, faceLeft=true},
+			{name=loc("Asteroid"), x=738, y=1887, faceLeft=true},
+			{name=loc("Comet"), x=937, y=1344, faceLeft=true},
+			{name=loc("Sunflame"), x=3424, y=1555},
+			{name=loc("Eclipse"), x=3417, y=1119},
+			{name=loc("Jetpack"), x=2256, y=1280},
+			{name=loc("Void"), x=1587, y=1265, faceLeft=true},
 		}, },
 	},
 	customNonGoals = {
--- a/share/hedgewars/Data/Missions/Scenario/portal.lua	Mon Jan 21 19:28:39 2019 +0100
+++ b/share/hedgewars/Data/Missions/Scenario/portal.lua	Mon Jan 21 19:49:38 2019 +0100
@@ -39,20 +39,27 @@
 	enemy12 = AddHog(loc("Phosphat"), 1, 50, "chef")
 	enemy13 = AddHog(loc("Lestat"), 1, 30, "vampirichog")
 
-	SetGearPosition(player, 350, 1820)
-	SetGearPosition(enemy1, 2037, 1313)
-	SetGearPosition(enemy2, 1369, 1605)
-	SetGearPosition(enemy3, 1750, 1937)
-	SetGearPosition(enemy4, 3125, 89)
-	SetGearPosition(enemy5, 743, 900)
-	SetGearPosition(enemy6, 130, 360)
-	SetGearPosition(enemy7, 1333, 640)
-	SetGearPosition(enemy8, 1355, 200)
-	SetGearPosition(enemy9, 2680, 225)
-	SetGearPosition(enemy10, 2970, 800)
-	SetGearPosition(enemy11, 4050, 1964)
-	SetGearPosition(enemy12, 2666, 950)
-	SetGearPosition(enemy13, 3306, 1205)
+	SetGearPosition(player, 350, 1835)
+	SetGearPosition(enemy1, 2037, 1361)
+	SetGearPosition(enemy2, 1369, 1626)
+	SetGearPosition(enemy3, 1750, 1961)
+	SetGearPosition(enemy4, 3125, 138)
+	SetGearPosition(enemy5, 743, 938)
+	SetGearPosition(enemy6, 130, 388)
+	SetGearPosition(enemy7, 1333, 673)
+	SetGearPosition(enemy8, 1355, 231)
+	SetGearPosition(enemy9, 2680, 264)
+	SetGearPosition(enemy10, 2970, 868)
+	SetGearPosition(enemy11, 4050, 1985)
+	SetGearPosition(enemy12, 2666, 963)
+	SetGearPosition(enemy13, 3306, 1306)
+
+	HogTurnLeft(enemy1, true)
+	HogTurnLeft(enemy2, true)
+	HogTurnLeft(enemy4, true)
+	HogTurnLeft(enemy8, true)
+	HogTurnLeft(enemy9, true)
+	HogTurnLeft(enemy11, true)
 
 end
 
--- a/share/hedgewars/Data/Missions/Training/Basic_Training_-_Flying_Saucer.lua	Mon Jan 21 19:28:39 2019 +0100
+++ b/share/hedgewars/Data/Missions/Training/Basic_Training_-_Flying_Saucer.lua	Mon Jan 21 19:49:38 2019 +0100
@@ -44,7 +44,7 @@
 
 local TargetPos = {} -- Table of targets
 
-local StartPos = { X = 742, Y = 290 }
+local StartPos = { X = 742, Y = 316 }
 
 --[[
 List of all targets (or "objectives"). The player has to complete them one-by-one and must always land safely afterwards.