share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/journey.lua
changeset 14486 f8c2b995c009
parent 14485 f37910a73c19
child 14487 d72fb761aa59
equal deleted inserted replaced
14485:f37910a73c19 14486:f8c2b995c009
  1089     HealthDecrease = 0
  1089     HealthDecrease = 0
  1090     WaterRise = 0
  1090     WaterRise = 0
  1091 
  1091 
  1092   AnimInit(true)
  1092   AnimInit(true)
  1093 
  1093 
  1094   nativesTeamName = AddTeam(loc("Natives"), -2, "Bone", "Island", "HillBilly", "cm_birdy")
  1094   nativesTeamName = AddMissionTeam(-2)
  1095   leaks = AddHog(loc("Leaks A Lot"), 0, 100, "Rambo")
  1095   leaks = AddHog(loc("Leaks A Lot"), 0, 100, "Rambo")
  1096   dense = AddHog(loc("Dense Cloud"), 0, 100, "RobinHood")
  1096   dense = AddHog(loc("Dense Cloud"), 0, 100, "RobinHood")
  1097 
  1097 
  1098   princessTeamName = AddTeam(loc("Princess"), -2, "Bone", "Island", "HillBilly", "cm_birdy")
  1098   princessTeamName = AddTeam(loc("Princess"), -2, "Bone", "Island", "HillBilly", "cm_birdy")
  1099   princess = AddHog(loc("Fell From Heaven"), 0, 200, "tiara")
  1099   princess = AddHog(loc("Fell From Heaven"), 0, 200, "tiara")