share/hedgewars/Data/Scripts/Multiplayer/Space_Invasion.lua
changeset 15810 acf70c44065b
parent 15090 e16f906224fd
child 15995 634d017650dc
equal deleted inserted replaced
15809:8bb050e8e40f 15810:acf70c44065b
   201 SI.awardTotalKills=0	-- overall killed invaders (min. 30)
   201 SI.awardTotalKills=0	-- overall killed invaders (min. 30)
   202 
   202 
   203 -- hog awards
   203 -- hog awards
   204 SI.awardRoundScore = nil	-- hog with most score in 1 round (min. 50)
   204 SI.awardRoundScore = nil	-- hog with most score in 1 round (min. 50)
   205 SI.awardRoundKills = nil	-- most kills in 1 round (min. 5)
   205 SI.awardRoundKills = nil	-- most kills in 1 round (min. 5)
   206 SI.awardAccuracy = nil	-- awarded to hog who didn’t miss once in his round, with most kills (min. 5)
   206 SI.awardAccuracy = nil	-- awarded to hog who didn’t miss once in their round, with most kills (min. 5)
   207 SI.awardCombo = nil	-- hog with longest combo (min. 5)
   207 SI.awardCombo = nil	-- hog with longest combo (min. 5)
   208 
   208 
   209 
   209 
   210 
   210 
   211 -- Taunt trackers
   211 -- Taunt trackers