Rope knock challenge: Add names of developers and Shoppa tournament players who ranked 1st/2nd/3rd
authorWuzzy <Wuzzy2@mail.ru>
Mon, 23 Oct 2017 02:52:01 +0200
changeset 12738 49c45424a333
parent 12737 d08afea02908
child 12739 2f873afda0e2
Rope knock challenge: Add names of developers and Shoppa tournament players who ranked 1st/2nd/3rd The string freeze is maintained. The hog names are not localized. The string "points" is already in stub.lua.
share/hedgewars/Data/Missions/Challenge/User_Mission_-_Rope_Knock_Challenge.lua
--- a/share/hedgewars/Data/Missions/Challenge/User_Mission_-_Rope_Knock_Challenge.lua	Sun Oct 22 02:25:27 2017 +0200
+++ b/share/hedgewars/Data/Missions/Challenge/User_Mission_-_Rope_Knock_Challenge.lua	Mon Oct 23 02:52:01 2017 +0200
@@ -7,6 +7,9 @@
 local finishTime
 
 local HogData =	{
+					{"amn",			"NinjaFull",false},
+					{"alfadur",		"NoHat",false},
+					{"Anachron",		"war_americanww2helmet",false},
 					{"Bufon", 			"ShaggyYeti",false},
 					{"burp", 			"lambda",false},
 					{"Blue", 			"cap_blue",false},
@@ -16,14 +19,19 @@
 					{"CheezeMonkey",	"NoHat",false},
 					{"claymore", 		"NoHat",false},
 					{"CIA-144", 		"cyborg1",false},
+					{"cri.the.grinch",	"sf_blanka",false},
+					{"eldiablo",		"Evil",false},
+					{"Displacer",		"fr_lemon",false},
 					{"doomy ", 			"NoHat",false},
 					{"Falkenauge", 		"NoHat",false},
 					{"FadeOne", 		"NoHat",false},
 					{"hayaa", 			"NoHat",false},
 					{"Hermes", 			"laurel",false},
+					{"Henek", 		"WizardHat",false},
 					{"HedgeKing",		"NoHat",false},
 					{"Izack1535", 		"NoHat",false},
 					{"Kiofspa", 		"NoHat",false},
+					{"KoBeWi",		"NoHat",false},
 					{"Komplex", 		"NoHat",false},
 					{"koda", 			"poke_mudkip",false},
 					{"Lalo", 			"NoHat",false},
@@ -41,6 +49,8 @@
 					{"Radissthor",  	"NoHat",false},
 					{"Sami",			"sm_peach",false},
 					{"soreau", 			"NoHat",false},
+					{"Solar",		"pinksunhat",false},
+					{"szczur", 		"mp3",false},
 					{"sdw195", 			"NoHat",false},
 					{"sphrix", 			"TeamTopHat",false},
 					{"sheepluva",		"zoo_Sheep",false},
@@ -53,6 +63,7 @@
 					{"unC0Rr", 			"cyborg1",false},
 					{"Waldsau", 		"cyborg1",false},
 					{"wolfmarc", 		"knight",false},
+					{"Wuzzy",		"fr_orange",false},
 					{"Xeli", 			"android",false}
 
 				}
@@ -67,7 +78,7 @@
 	SendStat(siGameResult, loc("Challenge over!"))
 	local score = math.ceil((hogsKilled / 16)*6000)
 	SendStat(siCustomAchievement, string.format(loc("You have killed %d of 16 hedgehogs (+%d points)."), hogsKilled, score))
-	SendStat(siPointType, "points")
+	SendStat(siPointType, loc("points"))
 	SendStat(siPlayerKills, tostring(score), loc("Wannabe Shoppsta"))
 	PlaySound(sndHellish)
 end
@@ -83,7 +94,7 @@
 	local score = hogScore + timeScore
 	SendStat(siCustomAchievement, string.format(loc("You have killed %d of 16 hedgehogs (+%d points)."), hogsKilled, hogScore))
 	SendStat(siCustomAchievement, string.format(loc("You have completed this challenge in %.2f s (+%d points)."), completeTime, timeScore))
-	SendStat(siPointType, "points")
+	SendStat(siPointType, loc("points"))
 	SendStat(siPlayerKills, tostring(score), loc("Wannabe Shoppsta"))
 end