share/hedgewars/Data/Scripts/Multiplayer/The_Specialists.lua
changeset 5817 70208e400a59
parent 5797 d61cd92865c2
child 5827 a416f1070fdf
equal deleted inserted replaced
5815:d9b50fef5164 5817:70208e400a59
     1 ----------------------------------
     1 ----------------------------------
     2 -- THE SPECIALISTS MODE 0.5
     2 -- THE SPECIALISTS MODE 0.6
     3 -- by mikade
     3 -- by mikade
     4 ----------------------------------
     4 ----------------------------------
     5 
     5 
     6 -- version history
     6 -- version history
     7 -----------------
     7 -----------------
    32 ----------------
    32 ----------------
    33 -- version 0.5
    33 -- version 0.5
    34 ----------------
    34 ----------------
    35 -- provision for variable minetimer / demo mines set to 5000ms
    35 -- provision for variable minetimer / demo mines set to 5000ms
    36 -- don't autoswitch if player only has 1 hog on his team
    36 -- don't autoswitch if player only has 1 hog on his team
       
    37 
       
    38 ----------------
       
    39 -- version 0.6
       
    40 ----------------
       
    41 -- for the meanwhile, don't drop any crates except health crates
    37 
    42 
    38 --------------------
    43 --------------------
    39 --TO DO
    44 --TO DO
    40 --------------------
    45 --------------------
    41 
    46 
   212 end
   217 end
   213 
   218 
   214 function onGameInit()
   219 function onGameInit()
   215         GameFlags = gfRandomOrder + gfResetWeps + gfInfAttack + gfPlaceHog
   220         GameFlags = gfRandomOrder + gfResetWeps + gfInfAttack + gfPlaceHog
   216         Delay = 10
   221         Delay = 10
       
   222 	HealthCaseProb = 100
   217 end
   223 end
   218 
   224 
   219 function onGameStart()
   225 function onGameStart()
   220 
   226 
   221         CreateTeam()
   227         CreateTeam()