share/hedgewars/Data/Missions/Challenge/Target_Practice_-_Cluster_Bomb.lua
author Wuzzy <Wuzzy2@mail.ru>
Wed, 07 Mar 2018 23:52:45 +0100
changeset 13098 d3e9f3423ef3
parent 11968 1de4d6b35748
child 14648 be8af70adf2c
permissions -rw-r--r--
Target Practice: Re-center camera to hog after projectiles get destroyed or drown

HedgewarsScriptLoad("/Scripts/TargetPractice.lua")

local params = {
	ammoType = amClusterBomb,
	gearType = gtClusterBomb,
	secGearType = gtCluster,
	missionTitle = loc("Cluster Bomb Training"),
	solidLand = false,
	map = "Trash",
	theme = "Golf",
	hog_x = 756,
	hog_y = 370,
	hogName = loc("Private Nolak"),
	hogHat = "war_desertgrenadier1",
	teamName = loc("The Hogies"),
	targets = {
		{ x = 628, y = 0 },
		{ x = 891, y = 0 },
		{ x = 1309, y = 0 },
		{ x = 1128, y = 0 },
		{ x = 410, y = 0 },
		{ x = 1564, y = 0 },
		{ x = 1248, y = 476 },
		{ x = 169, y = 0 },
		{ x = 1720, y = 0 },
		{ x = 1441, y = 0 },
		{ x = 599, y = 0 },
		{ x = 1638, y = 0 },
	},
	time = 180000,
	shootText = loc("You have thrown %d cluster bombs."),
}

TargetPracticeMission(params)