-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathchangelog.html
34 lines (31 loc) · 1.4 KB
/
changelog.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Nations Changelog</title>
<link href="css/modlist.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h2>1.2.1 - Minor Update</h2>
<p>- Fixed elections</p>
<p>- Added leaders</p>
<h2>1.2.0 - Major Update</h2>
<p>- New elections property, not required, changes the ideology to a random one every election, so like elections: 4 will change the ideology every 4 years</p>
<p>- Added Alliances</p>
<h2>1.1.1 - Minor Update</h2>
<p>- Borders and dividers between nations in the nation list</p>
<h2>1.1.0 - Major Update</h2>
<p>- New ideology property, max, defines the max power nations with that ideology can have ,modders please update your mods otherwise they wont work.</p>
<p>- Added Theocratic ideology</p>
<p>- Added a button to choose first and second nation to fight, idea by GachaYTB3</p>
<p>- </p>
<h2>1.0.2 - Minor Update</h2>
<p>- Added createButton(class, content, function) for modders, make sure for class u either use red, green or blue</p>
<p>- Added custom nation format for modders, example: 'Tribe of COUNTRY'. use it with the 'format' property</p>
<h2>1.0.1 - Minor Update</h2>
<p>- Added Changelog</p>
<p>- Added Monarchist ideology</p>
<p>- Added Years for modders so they can make events ig</p>
</body>
</html>