-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathrefresh.html
92 lines (79 loc) · 3.97 KB
/
refresh.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
<html>
<head>
<title>SWGOH Tools - Refresh/Payout Times</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="style.css" media="screen" />
<style>
.swgoh_ad {
position: absolute;
left:0;
top:90px;
width:0;
height:0px;
}
#ad {
width:100%;
height:60px;
}
@media(min-width: 520px) { #top { padding-bottom:0px} #ad { height:90px;} .swgoh_ad { left:inherit; top:0; right:0; width: 328px; height: 90px; } }
@media(min-width: 720px) { #top { padding-bottom:0px} #ad { height:90px;} .swgoh_ad { left:inherit; top:0; right:0; width: 528px; height: 90px; } }
@media(min-width: 920px) { #top { padding-bottom:0px} #ad { height:90px;} .swgoh_ad { left:inherit; top:0; right:0; width: 728px; height: 90px; } }
@media(min-width: 1200px) { #top { padding-bottom:0px} #ad { height:90px;} .swgoh_ad { left:inherit; top:0; right:0; width: 1000px; height: 90px; } }
</style>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
</head>
<body>
<div id="top">
<a href="index.html" id="logoClick"></a>
<div id="ad">
<!-- Swgoh.life -->
<ins class="adsbygoogle swgoh_ad"
style="display:block"
data-ad-client="ca-pub-0176506581219642"
data-ad-slot="9855290481"
data-ad-format="horizontal"></ins>
<script>
//https://support.google.com/adsense/answer/6307124
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
</div>
<div id="middleSolo">
<h1><a href="index.html">More Tools</a> > Refresh/Payout Times</h1>
<p>There are 7 mini-stores inside the app where you can purchase gear, character shards and other items using the various different in-app currency. These stores refresh their wares several times per day. There are also events that refresh at specific times. Your times may different by 1hr from these posted times if you are observing Daylight Savings Time.</p>
<table class="info space">
<tr><th>Shipments (Crystals)</th><td>1:00 AM</td><td>7:00 AM</td><td>1:00 PM</td><td>7:00 PM</td><td> </td></tr>
<tr><th>Cantina Store (Cantina Credits)</th><td>1:00 AM</td><td>7:00 AM</td><td>1:00 PM</td><td>7:00 PM</td><td> </td></tr>
<tr><th>Squad Arena Store (Arena Tokens)</th><td>1:00 AM</td><td>7:00 AM</td><td>1:00 PM</td><td>7:00 PM</td><td> </td></tr>
<tr><th>Galactic War Store (War Tokens)</th><td>1:00 AM</td><td>7:00 AM</td><td>1:00 PM</td><td>7:00 PM</td><td> </td></tr>
<tr><th>Guild Events Store (Guild Event Tokens)</th><td>1:00 AM</td><td>7:00 AM</td><td>1:00 PM</td><td>7:00 PM</td><td> </td></tr>
<tr><th>Shard Shop (Shard Currency)</th><td>1:00 AM</td><td>7:00 AM</td><td>1:00 PM</td><td>7:00 PM</td><td> </td></tr>
<tr><th>Guild Store (Guild Currency)</th><td> </td><td> </td><td>1:00 PM</td><td>7:00 PM</td><td>10:00 PM</td></tr>
<tr><th>Fleet Store (Fleet Arena Tokens)</th><td> </td><td> </td><td>1:00 PM</td><td>7:00 PM</td><td>10:00 PM</td></tr>
<tr><th>Squad Arena Payout</th><td></td><td> </td><td></td><td>7:00 PM</td><td> </td></tr>
<tr><th>Fleet Arena Payout</th><td></td><td> </td><td></td><td>8:00 PM</td><td> </td></tr>
</table>
<br /><br />
<ins class="adsbygoogle"
style="display:block; text-align:center;"
data-ad-format="fluid"
data-ad-layout="in-article"
data-ad-client="ca-pub-0176506581219642"
data-ad-slot="6732943283"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-92624-14', 'auto');
ga('send', 'pageview');
</script>
</div>
<div id="foot">
<p>SWGOH.LIFE is not affiliated with EA, EA Capital Games, Disney or Lucasfilm LTD.</p>
</div>
</body>
</html>