safari zone
This commit is contained in:
parent
d394f5d761
commit
7aa02bb8d1
4 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,7 @@ namespace TouchyTickets.Attractions {
|
|||
public static readonly AttractionType LogFlume = Register(new AttractionType("LogFlume", new[,] {{true, true, false}, {true, true, true}}, Attraction.Texture[0, 3, 3, 2], 160, 90000, FastCars));
|
||||
public static readonly AttractionType HeartlineTwister = Register(new AttractionType("HeartlineTwister", RectArea(4, 2), Attraction.Texture[5, 4, 4, 2], 250, 150000, FastCars));
|
||||
public static readonly AttractionType WoodCoaster = Register(new AttractionType("WoodCoaster", RectArea(3, 3), Attraction.Texture[0, 5, 3, 3], 300, 215000, FastCars));
|
||||
public static readonly AttractionType SafariZone = Register(new AttractionType("SafariZone", RectArea(5, 3), Attraction.Texture[11, 0, 5, 3], 650, 750000, Relaxed | Walking | NonTechnology));
|
||||
|
||||
public readonly string Name;
|
||||
public readonly bool[,] Area;
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
"GoKarts": "Go Karts",
|
||||
"HeartlineTwister": "Heartline Twister",
|
||||
"MiniGolf": "Mini Golf",
|
||||
"SafariZone": "Safari Zone",
|
||||
"----- Modifiers -----": "",
|
||||
"Lubricant": "Slip and Slide",
|
||||
"LubricantDescription": "The wheels of a ride's cars are lubricated for greater speed.",
|
||||
|
|
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 16 KiB |
Loading…
Reference in a new issue