-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathfusionxpcalculator.html
397 lines (362 loc) · 20.8 KB
/
fusionxpcalculator.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
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="Brave Frontier -Fusion XP Calculator - A community effort by Brave Frontier PROs" />
<meta name="author" content="Sam GreenPuck" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Brave Frontier - Fusion XP Calculator - by Brave Frontier PROs</title>
<link rel="shortcut icon" href="https://googledrive.com/host/0B4hJr8BXxvFZZVVOZWswdnlnYTg/iconavatar128.png" />
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="//cdn.datatables.net/plug-ins/be7019ee387/integration/bootstrap/3/dataTables.bootstrap.css">
<link href='http://fonts.googleapis.com/css?family=Quicksand|Raleway:600,400' rel='stylesheet' type='text/css'>
<link href="//touchandswipe.github.io/bravefrontier/css/sitecommon.css" rel="stylesheet">
<!-- Custom styles for this template -->
<style type="text/css">
.thumbnail {padding-top:15px;}
.clear {clear:both;}
</style>
<!-- START JSON Code-->
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script type='text/javascript' src='//cdn.datatables.net/1.10.0/js/jquery.dataTables.js'></script>
<script type='text/javascript' src='//cdn.datatables.net/plug-ins/be7019ee387/integration/bootstrap/3/dataTables.bootstrap.js'></script>
<script type="text/javascript">
if (navigator.userAgent.match(/Android/i)
|| navigator.userAgent.match(/webOS/i)
|| navigator.userAgent.match(/iPhone/i)
|| navigator.userAgent.match(/iPad/i)
|| navigator.userAgent.match(/iPod/i)
|| navigator.userAgent.match(/BlackBerry/i)
|| navigator.userAgent.match(/Windows Phone/i))
document.write('<meta name="viewport" content="width=500, user-scalable=yes" />');
</script>
</head>
<!-- MAIN BODY CONTENT -->
<body>
<div class="container-fluid" id="bfp_mast"></div>
<!-- Main Body Space-->
<div class="container-fluid">
<!--Calc Code here -->
<div class="row">
<div class="col-sm-12 col-md-12"><h3>Fusion XP Calculator</h3>
<h6><i class="fa fa-info-circle"></i> Tier 1 (T1) are for Starter Units and units that requires 10 XP to level from Lv 1 to 2.</h6>
<h6><i class="fa fa-info-circle"></i> Tier 2 (T2) are for Sibyl Sisters and units that requires 15 XP to level from Lv 1 to 2.</h6>
<h6><i class="fa fa-info-circle"></i> Tier 3 (T3) are most rare summons that requires 21 XP to level from Lv1 to 2.</h6>
</div></div><!-- End of Row-->
<div class="row">
<div class="col-xs-6 col-sm-3 col-md-3">
<div class="input-group" style="margin:3px;">
<span class="input-group-addon"><b>Unit Tier</b></span>
<select id="calTier" class="form-control">
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
</select>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-md-3">
<div class="input-group" style="margin:3px;">
<span class="input-group-addon"><b>Crystals?</b></span>
<select id="inCrystals" class="form-control">
<option value="1" selected="selected">Yes</option>
<option value="0">No</option>
</select>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-md-3">
<div class="input-group" style="margin:3px;">
<span class="input-group-addon"><b>From</b></span>
<input id="calFrom" type="text" value="1" class="form-control numF" placeholder="Current Lv">
</div>
</div>
<div class="col-xs-6 col-sm-3 col-md-3">
<div class="input-group" style="margin:3px;">
<span class="input-group-addon"><b>To</b></span>
<input id="calTo" type="text" value="120" class="form-control numF" placeholder="Future Lv">
</div>
</div>
<div class="col-xs-6 col-sm-3 col-md-3">
<button id="calGo" type="button" class="btn btn-lg btn-success" style="margin:3px;">Calculate</button>
</div>
</div><!--End of ROW-->
<!--Cal Modal-->
<div id="calModal" class="modal fade">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-body">
<div class="container-fluid">
<div id="opEXP" class="row"></div>
<h4><i class="fa fa-thumb-tack"></i> <b>Optimal Fusion XP Units</b></h4>
<div id="opBonus" class="row"></div>
<div class="clear"> </div>
<h4><i class="fa fa-thumb-tack"></i> <b>Using ONLY Crystals, Gods, Kings or Ghosts</b></h4>
<div id="opALT" class="row"></div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
<!--Calc Code ENDS -->
<!-- Google Responsive Ad -->
<div class="text-center clear" style="width:100%;margin:0 auto;">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- BFPROResponsive -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-2145833818900192"
data-ad-slot="7756941266"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
<table id="xptable" class="table-bordered table-responsive table-hover table-striped table-condensed" width="100%">
<thead>
<tr>
<th>LV</th>
<th class="bg-warning">T1 Total XP</th>
<th class="bg-warning">T1 XP/LV</th>
<th class="bg-info">T2 Total XP</th>
<th class="bg-info">T2 XP/LV</th>
<th class="bg-success">T3 Total XP</th>
<th class="bg-success">T3 XP/LV</th>
</tr>
</thead>
<tfoot>
<tr>
<th>LV</th>
<th class="bg-warning">T1 Total XP</th>
<th class="bg-warning">T1 XP/LV</th>
<th class="bg-info">T2 Total XP</th>
<th class="bg-info">T2 XP/LV</th>
<th class="bg-success">T3 Total XP</th>
<th class="bg-success">T3 XP/LV</th>
</tr>
</tfoot>
</table>
<script type="text/javascript">
var gTable ='12hg-WFr1rNw6httTLcOKUQX8pi_Zru04vxSLhNSr';
var gURL = 'https://www.googleapis.com/fusiontables/v1/query';
var gKey = 'AIzaSyCyF9yZ9Lyl57HAQXtzrd3yONewk4-fGSg';
var bonusXP = [ 2259, 16518, 77277, 227286 ];
var normalXP = [ 1506, 11012, 51518, 151524 ];
/*converts xpinto array of evo units*/
function computeXP(totalXP,refXP,xpMulti) {
var evoUnits={'Ghost':0,'King':0,'God':0,'Crystal':0 };
if (typeof(xpMulti)==='undefined') xpMulti = 1;
if ($('#inCrystals').val() != 0) {
evoUnits['Crystal']=Math.floor(totalXP/(refXP[3]*xpMulti));
totalXP=totalXP % refXP[3];
} else {
evoUnits['Crystal']=0;
}
if (totalXP >= refXP[2]) {
evoUnits['God']=Math.floor(totalXP/(refXP[2]*xpMulti));
totalXP=totalXP % refXP[2];
}
if (totalXP >= refXP[1]) {
evoUnits['King']=Math.floor(totalXP/(refXP[1]*xpMulti));
totalXP=totalXP % refXP[1];
}
evoUnits['Ghost']=Math.ceil(totalXP/(refXP[0]*xpMulti));
return evoUnits;
}
/*Initialise datapull from Google Tables*/
function initialize() {
var query = "SELECT * FROM " + gTable + " ORDER BY 'Lv' ASC";
var encodedQuery = encodeURIComponent(query);
/*Construct the URL*/
var url = [gURL];
url.push('?sql=' + encodedQuery);
url.push('&key=' + gKey);
url.push('&callback=?');
/*Send the JSONP request*/
$.ajax({
url: url.join(''),
dataType: 'jsonp',
success: function (data) {
/*AJAX Call*/
ajaxDataRows = data["rows"];
fusionXPTable=$("#xptable").dataTable({
"data":ajaxDataRows,
"order": [[ 0, "asc" ]],
"pageLength": -1,
"dom": 'rti',
"lengthMenu": [ [-1], ["All"] ],
"language": {
"search": "Find Level ",
"infoFiltered": " - filtered from _MAX_ LVs",
"info": "_START_ to _END_ / _MAX_ LVs" },
/*Parsing Fields via Datatables*/
"columnDefs":[
{ "targets":[ 1,2,3,4,5,6 ],
"type": "num",
/*NaN check*/
"render": function(nanCol, type, row, full) {
if (isNaN(nanCol)) {
return '-';
} else { return nanCol }
}
},
{ "searchable": false, "targets": [ 1,2,3,4,5,6 ] },
{ "targets": [ 1,2,3,4,5,6 ],"orderable": false }
]
});
}
});
};/*End init fn*/
$(document).ready( function(e) {
/*load masthead shared*/
$('#bfp_mast').load('//touchandswipe.github.io/bravefrontier/common/header.html');
$('#bfp_foot').load('//touchandswipe.github.io/bravefrontier/common/footer.html');
/*initialise initial data load*/
initialize();
/*Tier2 Detection*/
$(document).on('change','#calTier',function(e) {
if ($(this).val()==2) {
$('#calTo').val(100);
}
});
/*validate numeric*/
$(document).on('keyup','.numF',function(e) {
if ( ( !$.isNumeric( $(this).val()) ) && ($(this).val() != '') ) {
alert('Only numerical values are allowed');
if ( $(this).attr('id') == 'calTo' ) {
if ( $('#calTier').val() == 2 ) { $(this).val(100) }
else { $(this).val(120) }
} else { $(this).val(1) }
}
});
/*calculate*/
$(document).on('click','#calGo',function(e) {
var fusionXPTable = $('#xptable').DataTable();
var selTier = $('#calTier').val();
var selFrom = $('#calFrom').val();
var selTo = $('#calTo').val();
if ( parseInt(selFrom) > parseInt(selTo) ) {
alert('FROM Lv needs to be lower than TO Lv') }
else if ( (!$.isNumeric(selFrom)) || (!$.isNumeric(selTo)) ) {
alert("Numeric values only")
}
else if ( ( selTier==2 ) && (( parseInt(selTo) > 100 ) || ( parseInt(selFrom) > 100 )) ) {
alert('Max level for Tier 2 is 100')
}
else {
/*cell(row,column) by array start with 0*/
var xpNeeded = fusionXPTable.cell( (selTo-1), (selTier*2)-1 ).data() - fusionXPTable.cell( (selFrom-1), (selTier*2)-1 ).data();
var xpBroken = computeXP(xpNeeded,bonusXP);
var xpBrokenNorm = computeXP(xpNeeded,normalXP);
var xpGreatSame = computeXP(xpNeeded,bonusXP,1.5);
var xpGreatDiff = computeXP(xpNeeded,normalXP,1.5);
var xpSuperSame = computeXP(xpNeeded,bonusXP,2);
var xpSuperDiff = computeXP(xpNeeded,normalXP,2);
/*EXP Needed*/
var xpHTML='';
xpHTML='<div class="col-xs-12 col-sm-12 col-md-12" style="border-bottom:1px solid #cccccc;">';
xpHTML+='<h4><span class="text-primary"><b>'+xpNeeded+' XP</b></span> needed for Lv '+selFrom+' to Lv '+selTo+' (Tier'+selTier+') Fusion</h4></div><div class="divider"></div>';
/*Assembling / Parsing HTML Codes for Optimal*/
var xpOpHTML='';
xpOpHTML+='<table class="table-bordered table-responsive table-hover table-striped table-condensed" width="100%">';
xpOpHTML+='<thead><tr><td width="20%"> </td><td width="20%"><img src="https://googledrive.com/host/0B4hJr8BXxvFZZVVOZWswdnlnYTg/icon434.png" width="50"/></td><td width="20%"><img src="https://googledrive.com/host/0B4hJr8BXxvFZZVVOZWswdnlnYTg/icon200.png" width="50"/></td><td width="20%"><img src="https://googledrive.com/host/0B4hJr8BXxvFZZVVOZWswdnlnYTg/icon199.png" width="50"/></td><td width="20%"><img src="https://googledrive.com/host/0B4hJr8BXxvFZZVVOZWswdnlnYTg/icon198.png" width="50"/></td></tr></thead>';
/*Normal Success*/
xpOpHTML+='<tbody><tr><td><i class="fa fa-star-o"></i> <b>Normal</b></td>'
xpOpHTML+='<td><h4 style="margin-top:2px;"><i class="fa fa-times"></i>'+xpBroken['Crystal']+' <small class="text-danger">('+xpBrokenNorm['Crystal']+')</small></h4></td>';
xpOpHTML+='<td><h4 style="margin-top:2px;"><i class="fa fa-times"></i>'+xpBroken['God']+' <small class="text-danger">('+xpBrokenNorm['God']+')</small></h4></td>';
xpOpHTML+='<td><h4 style="margin-top:2px;"><i class="fa fa-times"></i>'+xpBroken['King']+' <small class="text-danger">('+xpBrokenNorm['King']+')</small></h4></td>';
xpOpHTML+='<td><h4 style="margin-top:2px;"><i class="fa fa-times"></i>'+xpBroken['Ghost']+' <small class="text-danger">('+xpBrokenNorm['Ghost']+')</small></h4></td></tr>';
/*Great Success*/
xpOpHTML+='<tr><td><i class="fa fa-star-half-o"></i> <b>Great</b></td>';
xpOpHTML+='<td><h4 style="margin-top:2px;"><i class="fa fa-times"></i>'+xpGreatSame['Crystal']+' <small class="text-danger">('+xpGreatDiff['Crystal']+')</small></h4></td>';
xpOpHTML+='<td><h4 style="margin-top:2px;"><i class="fa fa-times"></i>'+xpGreatSame['God']+' <small class="text-danger">('+xpGreatDiff['God']+')</small></h4></td>';
xpOpHTML+='<td><h4 style="margin-top:2px;"><i class="fa fa-times"></i>'+xpGreatSame['King']+' <small class="text-danger">('+xpGreatDiff['King']+')</small></h4></td>';
xpOpHTML+='<td><h4 style="margin-top:2px;"><i class="fa fa-times"></i>'+xpGreatSame['Ghost']+' <small class="text-danger">('+xpGreatDiff['Ghost']+')</small></h4></td></tr>';
/*Super Success*/
xpOpHTML+='<tr><td><i class="fa fa-star"></i> <b>Super</b></td>';
xpOpHTML+='<td><h4 style="margin-top:2px;"><i class="fa fa-times"></i>'+xpSuperSame['Crystal']+' <small class="text-danger">('+xpSuperDiff['Crystal']+')</small></h4></td>';
xpOpHTML+='<td><h4 style="margin-top:2px;"><i class="fa fa-times"></i>'+xpSuperSame['God']+' <small class="text-danger">('+xpSuperDiff['God']+')</small></h4></td>';
xpOpHTML+='<td><h4 style="margin-top:2px;"><i class="fa fa-times"></i>'+xpSuperSame['King']+' <small class="text-danger">('+xpSuperDiff['King']+')</small></h4></td>';
xpOpHTML+='<td><h4 style="margin-top:2px;"><i class="fa fa-times"></i>'+xpSuperSame['Ghost']+' <small class="text-danger">('+xpSuperDiff['Ghost']+')</small></h4></td></tr>';
xpOpHTML+='</tbody></table>';
if ($('#inCrystals').val()==0) {
xpOpHTML+='<div class="clear"> </div><div class="col-xs-12 col-sm-12 col-md-12"><h5><i><b>Note: </b>Crystal Gods omitted from calculation.</i></h5></div>';
}
/*Assembling / Parsing HTML Codes for ALT*/
var xpALTHTML='';
xpALTHTML+='<table class="table-bordered table-responsive table-condensed" width="100%">';
xpALTHTML+='<thead><tr><td width="20%"> </td><td class="bg-success" width="20%"><img src="https://googledrive.com/host/0B4hJr8BXxvFZZVVOZWswdnlnYTg/icon434.png" width="50"/></td><td class="bg-info" width="20%"><img src="https://googledrive.com/host/0B4hJr8BXxvFZZVVOZWswdnlnYTg/icon200.png" width="50"/></td><td class="bg-warning" width="20%"><img src="https://googledrive.com/host/0B4hJr8BXxvFZZVVOZWswdnlnYTg/icon199.png" width="50"/></td><td class="bg-danger" width="20%"><img src="https://googledrive.com/host/0B4hJr8BXxvFZZVVOZWswdnlnYTg/icon198.png" width="50"/></i></td></tr></thead>';
/*Normal Success*/
xpALTHTML+='<tbody><tr><td><i class="fa fa-star-o"></i> <b>Normal</b></td>'
xpALTHTML+='<td class="bg-success"><h4 style="margin-top:2px;"><i class="fa fa-times"></i>'+Math.ceil(xpNeeded/bonusXP[3])+' <small class="text-danger">('+Math.ceil(xpNeeded/normalXP[3])+')</small></h4></td>';
xpALTHTML+='<td class="bg-info"><h4 style="margin-top:2px;"><i class="fa fa-times"></i>'+Math.ceil(xpNeeded/bonusXP[2])+' <small class="text-danger">('+Math.ceil(xpNeeded/normalXP[2])+')</small></h4></td>';
xpALTHTML+='<td class="bg-warning"><h4 style="margin-top:2px;"><i class="fa fa-times"></i>'+Math.ceil(xpNeeded/bonusXP[1])+' <small class="text-danger">('+Math.ceil(xpNeeded/normalXP[1])+')</small></h4></td>';
xpALTHTML+='<td class="bg-danger"><h4 style="margin-top:2px;"><i class="fa fa-times"></i>'+Math.ceil(xpNeeded/bonusXP[0])+' <small class="text-danger">('+Math.ceil(xpNeeded/normalXP[0])+')</small></h4></td></tr>';
/*Great success*/
xpALTHTML+='<tr><td><i class="fa fa-star-half-o"></i> <b>Great</b></td>'
xpALTHTML+='<td class="bg-success"><h4 style="margin-top:2px;"><i class="fa fa-times"></i>'+Math.ceil(xpNeeded/(bonusXP[3]*1.5))+' <small class="text-danger">('+Math.ceil(xpNeeded/(normalXP[3]*1.5))+')</small></h4></td>';
xpALTHTML+='<td class="bg-info"><h4 style="margin-top:2px;"><i class="fa fa-times"></i>'+Math.ceil(xpNeeded/(bonusXP[2]*1.5))+' <small class="text-danger">('+Math.ceil(xpNeeded/(normalXP[2]*1.5))+')</small></h4></td>';
xpALTHTML+='<td class="bg-warning"><h4 style="margin-top:2px;"><i class="fa fa-times"></i>'+Math.ceil(xpNeeded/(bonusXP[1]*1.5))+' <small class="text-danger">('+Math.ceil(xpNeeded/(normalXP[1]*1.5))+')</small></h4></td>';
xpALTHTML+='<td class="bg-danger"><h4 style="margin-top:2px;"><i class="fa fa-times"></i>'+Math.ceil(xpNeeded/(bonusXP[0]*1.5))+' <small class="text-danger">('+Math.ceil(xpNeeded/(normalXP[0]*1.5))+')</small></h4></td></tr>';
/*Super success*/
xpALTHTML+='<tr><td><i class="fa fa-star"></i> <b>Super</b></td>'
xpALTHTML+='<td class="bg-success"><h4 style="margin-top:2px;"><i class="fa fa-times"></i>'+Math.ceil(xpNeeded/(bonusXP[3]*2))+' <small class="text-danger">('+Math.ceil(xpNeeded/(normalXP[3]*2))+')</small></h4></td>';
xpALTHTML+='<td class="bg-info"><h4 style="margin-top:2px;"><i class="fa fa-times"></i>'+Math.ceil(xpNeeded/(bonusXP[2]*2))+' <small class="text-danger">('+Math.ceil(xpNeeded/(normalXP[2]*2))+')</small></h4></td>';
xpALTHTML+='<td class="bg-warning"><h4 style="margin-top:2px;"><i class="fa fa-times"></i>'+Math.ceil(xpNeeded/(bonusXP[1]*2))+' <small class="text-danger">('+Math.ceil(xpNeeded/(normalXP[1]*2))+')</small></h4></td>';
xpALTHTML+='<td class="bg-danger"><h4 style="margin-top:2px;"><i class="fa fa-times"></i>'+Math.ceil(xpNeeded/(bonusXP[0]*2))+' <small class="text-danger">('+Math.ceil(xpNeeded/(normalXP[0]*2))+')</small></h4></td></tr>';
xpALTHTML+='</tbody></table>';
xpALTHTML+='<div class="clear"> </div><div class="col-xs-12 col-sm-12 col-md-12"><h5><i><b>Reference: Same </b><small class="text-danger">(Different)</small> element</i></h5></div>';
$('#opEXP').html(xpHTML);
$('#opBonus').html(xpOpHTML);
$('#opALT').html(xpALTHTML);
$('#calModal').modal('show');
}
});
});
</script>
<!-- Google Responsive Ad -->
<div class="text-center clear" style="width:100%;margin:0 auto;">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- BFPROResponsive -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-2145833818900192"
data-ad-slot="7756941266"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
<!-- disqus discussion -->
<div id="disqus_thread" style="width:100%;margin:0 auto;">
<script type="text/javascript">
var disqus_shortname = 'bravefrontierpros';
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
</div>
</div> <!-- /container -->
<div id="bfp_foot"></div>
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-48617906-1', 'auto');
ga('send', 'pageview');
</script>
<!--Chatroom-->
<script id="cid0020000115892179904" data-cfasync="false" async src="//st.chatango.com/js/gz/emb.js" style="width: 450px;height: 550px;">{"handle":"summonerscentral","arch":"js","styles":{"a":"cc66cc","b":84,"c":"ffffff","d":"ffffff","e":"ffffff","f":93,"h":"ffffff","k":"cc66cc","l":"cc66cc","m":"cc66cc","o":84,"q":"cc66cc","r":84,"t":0,"pos":"br","cv":1,"cvfnt":"27Helvetica20Neue27, sans-serif","cvbg":"cc66cc","cvbga":84,"cvfg":"ffffff","cvw":300,"cvh":50,"sbc":"33ff33","surl":0,"ticker":1,"fwtickm":1}}</script>
</body>
</html>