LuaLibraryTargetPractice.wiki
changeset 1934 59eca637c3d3
parent 1376 4d563322d538
child 1941 c11105f7579a
equal deleted inserted replaced
1933:458e9d8b4875 1934:59eca637c3d3
    33 Optional fields:
    33 Optional fields:
    34 || *Field name* || *Description * ||
    34 || *Field name* || *Description * ||
    35 || `wind` || The initial wind (`-100` to `100`) (default: `0` (no wind)) ||
    35 || `wind` || The initial wind (`-100` to `100`) (default: `0` (no wind)) ||
    36 || `solidLand` || Weather the terrain is indestructible (default: `false`) ||
    36 || `solidLand` || Weather the terrain is indestructible (default: `false`) ||
    37 || `artillery` || If `true`, the hog can’t move (default: `false`) ||
    37 || `artillery` || If `true`, the hog can’t move (default: `false`) ||
    38 || `hogHat` || Hat of the hedgehog (default: `"NoHat"`) ||
       
    39 || `hogName` || Name of the hedgehog (default: `"Trainee"`) ||
       
    40 || `teamName` || Name of the hedgehog’s team (default: `"Training Team"`) ||
       
    41 || `teamGrave` || Name of the hedgehog’s grave ||
       
    42 || `clanColor` || Color of the (only) clan (default: `0xFF0204`, which is a red tone) ||
    38 || `clanColor` || Color of the (only) clan (default: `0xFF0204`, which is a red tone) ||
    43 || `goalText` || A short string explaining the goal of the mission (default: `"Destroy all targets within the time!"`) ||
    39 || `goalText` || A short string explaining the goal of the mission (default: `"Destroy all targets within the time!"`) ||
    44 || `shootText` || A string which says how many times the player shot, “`%d`” is replaced by the number of shots. (default: `"You have shot %d times."`) ||
    40 || `shootText` || A string which says how many times the player shot, “`%d`” is replaced by the number of shots. (default: `"You have shot %d times."`) ||
    45 
    41 
    46 
    42 
    56 	solidLand = false,
    52 	solidLand = false,
    57 	map = "Trash",
    53 	map = "Trash",
    58 	theme = "Golf",
    54 	theme = "Golf",
    59 	hog_x = 756,
    55 	hog_x = 756,
    60 	hog_y = 370,
    56 	hog_y = 370,
    61 	hogName = loc("Private Nolak"),
       
    62 	hogHat = "war_desertgrenadier1",
       
    63 	teamName = loc("The Hogies"),
       
    64 	targets = {
    57 	targets = {
    65 		{ x = 628, y = 0 },
    58 		{ x = 628, y = 0 },
    66 		{ x = 891, y = 0 },
    59 		{ x = 891, y = 0 },
    67 		{ x = 1309, y = 0 },
    60 		{ x = 1309, y = 0 },
    68 		{ x = 1128, y = 0 },
    61 		{ x = 1128, y = 0 },