-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathModHelperData.cs
More file actions
14 lines (10 loc) · 808 Bytes
/
ModHelperData.cs
File metadata and controls
14 lines (10 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
namespace BergsMapPack;
public static class ModHelperData
{
public const string WorksOnVersion = "38.1";
public const string Version = "1.0.0";
public const string Name = "BergsMapPack";
public const string Description = "This mod introduces two new maps with unique features. The first map, 'Moonway,' is an advanced map where you can see sometimes a kind of rocket. The second map, an expert one named 'Shellshock,' allows you to pop Bloons with a simple left click on your mouse. Additionally, you gain +1 damage for every $5,000 (in sale value) by your military monkeys, and your pierce is tripled for each Churchill present on the map Credits to Timotheeee for his MapEditor";
public const string RepoOwner = "Bergbauer22";
public const string RepoName = "BergsMapPack";
}