forked from MarcoWorms/richardpaulastley.github.io
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathupdates.html
159 lines (157 loc) · 5.35 KB
/
updates.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
<html>
<head>
<title>PI:E Updates!</title>
</head>
<style>
body {
text-align: center;
background-color: #333;
color: #333;
font-size: 1.2em;
}
#wrapper {
max-width: 1020px;
display: inline-block;
text-align: left;
background-color: white;
padding: 10px;
background-color: #fafafa;
}
.betterList {
list-style: none;
padding: 0;
}
.betterList > li {
font-weight: bold;
font-size: 1.1em;
margin-bottom: 16px;
}
.betterList > ul > li {
list-style: disc;
}
.betterList > ul > li:first-child {
font-weight: bold;
list-style: none;
margin-left: -20px;
padding: 5px 0 5px 0;
color: #00008B;
}
</style>
<body>
<div id="wrapper">
<span style="font-size: 1.3em; font-weight: bold; display: block; width: 100%; text-align: center">PI:E Updates!</span>
<p><a href="https://github.com/renlok/renlok.github.io">View Github</a></p>
<ul class="betterList">
<li>0.1.5 - 30/3/18</li>
<ul>
<li>Region Fix</li>
<li>No longer clears data when you change region</li>
<li>Added Gym and city data to Johto region</li>
</ul>
</ul>
<ul class="betterList">
<li>0.1.4 - 11/3/18</li>
<ul>
<li>Gym Badges</li>
<li>City Trainers now have names</li>
<li>Added Gym badges</li>
<li>Now routes only unlock after getting gym badges (only to Kanto so far)</li>
</ul>
</ul>
<ul class="betterList">
<li>0.1.3 - 11/2/18</li>
<ul>
<li>Drop rate improvements</li>
<li>Changed rare and super rare drop rates</li>
<li>Added more missing pokemon to rare/super rare drops</li>
</ul>
</ul>
<ul class="betterList">
<li>0.1.2 - 7/2/18</li>
<ul>
<li>Trainer Battles</li>
<li>Added trainer Battles (only to Kanto so far)</li>
<li>Added missing towns to Kanto routes</li>
<li>Improved faint screen flash</li>
<li>Cities/Towns no longer list level of route list</li>
</ul>
</ul>
<ul class="betterList">
<li>0.1.1 - 5/2/18</li>
<ul>
<li>Faint improvements/Fixes</li>
<li>Fixed super rare catch rate</li>
<li>Fixed starter pokemon sprites</li>
<li>Added messages to explain whats happening when you final pokemon faints</li>
<li>Can no longer travel with no pokemon</li>
</ul>
</ul>
<ul class="betterList">
<li>0.1.0 - 5/2/18</li>
<ul>
<li>Global catches & town changes</li>
<li>Each region can now have global pokemon and global rare pokemon which have a chance of appearing in any route</li>
<li>When all of your pokemon are defeated you are returned to the last town</li>
<li>Town can only be accessed while in a town</li>
<li>Removed Legendary Island and The Movie routes the pokemon from these can only be found via chance</li>
</ul>
</ul>
<ul class="betterList">
<li>0.0.5 - 4/2/18</li>
<ul>
<li>Start of the stories</li>
<li>Fixed the Clear Data option</li>
<li>Changed the default view from routes to roster</li>
<li>User can now select starter pokemon</li>
</ul>
</ul>
<ul class="betterList">
<li>0.0.4 - 19/12/17</li>
<ul>
<li>Optimisation</li>
<li>Limited how often saves are performed (every min) but now saves on window close</li>
<li>Added more achievements</li>
</ul>
</ul>
<ul class="betterList">
<li>0.0.3 - 17/12/17</li>
<ul>
<li>Bug Fix</li>
<li>Fixed import/export so works with saves from the <a href="https://richardpaulastley.github.io/">original</a></li>
<li>Fixed performance issues for saves that have a lot of pokemon</li>
</ul>
</ul>
<ul class="betterList">
<li>0.0.2 - 16/12/17</li>
<ul>
<li>Changes</li>
<li>Added view updates button</li>
<li>Can only have 6 active pokemon at one time</li>
<li>Removed auto-sort from roster and added it to storage</li>
<li>Added sprites to active roster list</li>
</ul>
<ul>
<li>Bug Fixes</li>
<li>Can no longer release your last pokemon</li>
<li>Can no longer put last pokemon in storage</li>
</ul>
</ul>
<ul class="betterList">
<li>0.0.1 - 12/12/17</li>
<ul>
<li>First Test Release (Roughly what has been changed)</li>
<li>New layout</li>
<li>Added currency</li>
<li>Added shop</li>
<li>Added trader where you can buy/sell pokes</li>
<li>Added more statistics</li>
<li>Added achievements</li>
<li>Pokedex entries are hidden by default</li>
<li>Removed "Rod" areas merged them all into water area, now need to buy rods to catch pokes</li>
<li>Regions are locked and must be unlocked to access them. Find the criteria yourself!</li>
<li>A few other things I have forgotten... probably</li>
</ul>
</ul>
</div>
</body>
</html>