share/hedgewars/Data/Scripts/Multiplayer/Highlander.lua
changeset 9085 092051fda7e1
parent 8713 5611011e40b5
child 10036 3be36d2fdca6
equal deleted inserted replaced
9083:6d2efdca5da2 9085:092051fda7e1
     1 --------------------------------
     1 --------------------------------
     2 -- HIGHLANDER / HOGS OF WAR
     2 -- HIGHLANDER / HOGS OF WAR
     3 -- version 0.4
     3 -- version 0.4b
     4 -- by mikade
     4 -- by mikade
     5 --------------------------------
     5 --------------------------------
     6 
     6 
     7 -----------
     7 -----------
     8 --0.1
     8 --0.1
    61 -- remove 'switched to' message
    61 -- remove 'switched to' message
    62 -- remove some extraeneous code
    62 -- remove some extraeneous code
    63 -- add more whitespace
    63 -- add more whitespace
    64 -- break everything
    64 -- break everything
    65 
    65 
       
    66 -----------
       
    67 --0.4b
       
    68 -----------
       
    69 -- as per request, add ice-gun
       
    70 
    66 -------------------------
    71 -------------------------
    67 -- ideas for the future
    72 -- ideas for the future
    68 -------------------------
    73 -------------------------
    69 -- add ice gun, structure
    74 -- add structure
    70 -- allow switcher, resurrector
    75 -- allow switcher, resurrector
    71 -- add abuse
    76 -- add abuse
    72 -- nerf teleport
    77 -- nerf teleport
    73 -- allow more customization
    78 -- allow more customization
    74 -- poison hogs using the default team? :/
    79 -- poison hogs using the default team? :/
    88 local airWeapons = 	{amAirAttack, amMineStrike, amNapalm, amDrillStrike --[[,amPiano]]}
    93 local airWeapons = 	{amAirAttack, amMineStrike, amNapalm, amDrillStrike --[[,amPiano]]}
    89 
    94 
    90 local atkArray = 	{
    95 local atkArray = 	{
    91 					amBazooka, amBee, amMortar, amDrill, --[[amSnowball,]]
    96 					amBazooka, amBee, amMortar, amDrill, --[[amSnowball,]]
    92 					amGrenade, amClusterBomb, amMolotov, amWatermelon, amHellishBomb, amGasBomb,
    97 					amGrenade, amClusterBomb, amMolotov, amWatermelon, amHellishBomb, amGasBomb,
    93 					amShotgun, amDEagle, amFlamethrower, amSniperRifle, amSineGun,
    98 					amShotgun, amDEagle, amFlamethrower, amSniperRifle, amSineGun, amIceGun,
    94 					amFirePunch, amWhip, amBaseballBat, --[[amKamikaze,]] amSeduction, --[[amHammer,]]
    99 					amFirePunch, amWhip, amBaseballBat, --[[amKamikaze,]] amSeduction, --[[amHammer,]]
    95 					amMine, amDynamite, amCake, amBallgun, amRCPlane, amSMine,
   100 					amMine, amDynamite, amCake, amBallgun, amRCPlane, amSMine,
    96 					amRCPlane, amSMine,
   101 					amRCPlane, amSMine,
    97 					amBirdy
   102 					amBirdy
    98 					}
   103 					}