Skip to content

Commit

Permalink
YASU - Yet another shield update
Browse files Browse the repository at this point in the history
  • Loading branch information
xosofox committed May 10, 2014
1 parent 7450a04 commit 786293f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
11 changes: 6 additions & 5 deletions index.html
Expand Up @@ -11,9 +11,9 @@
<script type="text/javascript" src="js/libs/jquery.sparkline.min.js"></script>
<script type="text/javascript" src="js/libs/heatmap.js"></script>

<script type="text/javascript" src="js/presets.js"></script>
<script type="text/javascript" src="js/settings.js"></script>
<script type="text/javascript" src="js/util.js"></script>
<script type="text/javascript" src="js/presets.js?v=1.1.2"></script>
<script type="text/javascript" src="js/settings.js?v=1.1.2"></script>
<script type="text/javascript" src="js/util.js?v=1.1.2"></script>

<!-- here start the files that are compressed //-->

Expand Down Expand Up @@ -53,7 +53,7 @@

<!-- here end the files that are compressed -->

<script type="text/javascript" src="js/ipas.min.js?v=1.1.1"></script>
<script type="text/javascript" src="js/ipas.min.js?v=1.1.2"></script>


<script type="text/javascript" src="js/router/AppRouter.js"></script>
Expand Down Expand Up @@ -88,6 +88,7 @@ <h1>IPAS - Ingress Portal Attack Simulator</h1>
<div style="width: 45%; float: left; margin-left: 10px;padding: 2px;">
Latest changes
<ul>
<li>14-05-10 1.1.2: Update mitigation values to 30/40/60</li>
<li>14-03-08 1.1.1: Update mitigation values to 20/30/50</li>
<li>13-07-10 1.1.0: Include link mitigation, show portal range</li>
<li class="old">13-06-07 1.0.3: Include new shields, prepare for other mods</li>
Expand Down Expand Up @@ -179,7 +180,7 @@ <h1>IPAS - Ingress Portal Attack Simulator</h1>
href="analysis.html">collected damage data here</a> or the <a href="mitigation.html">mitigation view</a> of
it<br /><a
href="https://github.com/Xosofox/IPAS/issues">Bug? Feature request? Check here</a><br />
<span>V 1.1.1 - Resistance FTW! Made by GraphRacer <a href="http://github.com/xosofox/IPAS">GitHub</a></span> <a
<span>V 1.1.2 - Resistance FTW! Made by GraphRacer <a href="http://github.com/xosofox/IPAS">GitHub</a></span> <a
href="http://profiles.google.com/xosofox">G+</a> <a href="http://twitter.com/xosofox">Twitter</a>
<g:plusone href="http://ipas.graphracer.com" size="small"></g:plusone>
<script type="text/javascript">
Expand Down
6 changes: 3 additions & 3 deletions js/settings.js
Expand Up @@ -53,9 +53,9 @@ var MOD_RARITIES = {
};
var SHIELD_MITIGATION = {
"-": 0,
c: 20,
r: 30,
v: 50
c: 30,
r: 40,
v: 60
}

var MOD_TYPES = {
Expand Down

0 comments on commit 786293f

Please sign in to comment.