This repository has been archived by the owner on Dec 4, 2024. It is now read-only.
forked from mht208/gccards
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoptions.html
176 lines (158 loc) · 7.41 KB
/
options.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Guardian Cross - Damage Calculator</title>
<link rel="stylesheet" type="text/css" href="css/gc.min.css">
<link rel="stylesheet" type="text/css" href="css/options.min.css">
<link href="css/smoothness/jquery-ui-1.10.3.custom.min.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="http://code.jquery.com/ui/1.10.2/jquery-ui.min.js"></script>
<script type="text/javascript" src="js/loader.min.js"></script>
<script type="text/javascript">
(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-40784747-1', 'fc2.com');
ga('send', 'pageview');
</script>
<script type="text/javascript">
$(function() {
Loader.loadBasic(function() {
Loader.loadFiles(["js/view_options.js"], function() {
initOptions();
$("#options").show();
})
});
});
</script>
</head>
<body>
<nav id="top_menu">
<ul>
<li><a id='nav_damage_calculator' href='index.html' class='langdep'>Calculator</a> |</li>
<li><a id='nav_cards' href='cards.html' class='langdep'>Cards</a> |</li>
<li><a id='nav_excards' href='excards.html' class='langdep'>ExCards</a> |</li>
<li><a id='nav_battle_simulator' href='battle.html' class='langdep'>Simulator</a> |</li>
<li><a id='nav_battle_simulator2' href='battle2.html' class='langdep'>Simulator II</a> |</li>
<li><a id='nav_comparison' href='comparison.html' class='langdep'>Comparison (<span id='comparison_number'>0</span>)</a> |</li>
<li><a id='nav_favorites' href='favorites.html' class='langdep'>Favorites</a> |</li>
<li><a id='nav_options' href='options.html' class='langdep'>Options</a> ||</li>
<li><a id='nav_english' href="index.html" title="English">English</a> |</li>
<li><a id='nav_japanese' href="index.html?lang=jp" title="Japanese">Japanese</a> |</li>
<li><a id='nav_android' href="http://gccand.web.fc2.com/" target="_blank">Android</a>
(by <a href="http://guardiancross-forum.com/User-ikubbq" target="_blank">ikubbq@GCF</a>) |</li>
<li><a id='nav_android' href="http://gcandcards.web.fc2.com" target="_blank">Android</a>
(by <a href="http://gc-forums.com/member995.html" target="_blank">Purplemandown</a>)</li>
</ul>
</nav>
<div id="options" class="justify" style="display: none;">
<p>
All the options not in Local Storage are saved in cookies.
Please save options after any change.
</p>
<h2>Resources Loading</h2>
<p>
You may avoid loading resources that you don't need.
</p>
<p id='options-resources'>
<label><input type='checkbox' name='load-1s'/> 1* cards</label> <br/>
<label><input type='checkbox' name='load-2s'/> 2* cards</label> <br/>
<label><input type='checkbox' name='load-3s'/> 3* cards</label> <br/>
<label><input type='checkbox' name='load-4s'/> 4* cards</label> <br/>
<label><input type='checkbox' name='load-5s'/> 5* cards</label> <br/>
<label><input type='checkbox' name='load-evaluation'/> Type classifications</label> <br/>
</p>
<h2>Heterogeneous Rebirth Types</h2>
A heterogeneous rebirth type is obtained by rebirthing a type (excluding Cool and Ace)
with another different type. For example, Chaotic + Fast = ChaoticR (assuming the second
one is used to rebirth the first one).
If heterogeneous rebirth types are enabled, the damage calculator will become slower.
<p>
<label><input id='options-heterogeneous-types' type='checkbox' name='load-heterogeneous-types' />
Heterogeneous rebirth types (ChaoticR, SexyR, PowerfulR, BraveR, FastR, and IntelligentR)</label><br/>
</p>
<h2>Type Classification</h2>
<p class="justify">
Display type classification with colors.
Please note that the classification is <span class="warning">very subjective</span>
based on the authors' judgement and their recommended skill sets.
(Please read the authors' articles carefully. The links to the articles are provided.)
There may be other classifications not included in this website.
<span class="warning">WE NEITHER SUGGEST THAT ALL CARDS SHOULD BE CLASSIFIED INTO
THREE TYPES (GOOD, DECENT, AND BAD), NOR SUGGEST THAT WHICH TYPE IS GOOD, DECENT, OR BAD.</span>
Use the classification with your own judgement.
The list below is sorted by name.
</p>
<p id="options-evaluation">
</p>
<p class='warning' id="options-classification-unloaded" style="display: none;">
Type classification is not loaded. Please load it and refresh this webpage if you want to use the classification.
</p>
<p>
Below are the colors (from good to bad).<br/>
Ace type: <span class='ace-type'>Ace</span> <br/>
Good types: <span class='good-type10'>Good</span>
<span class='good-type9'>Good</span>
<span class='good-type8'>Good</span>
<span class='good-type7'>Good</span><br/>
Decent types: <span class='decent-type7'>Decent</span>
<span class='decent-type6'>Decent</span>
<span class='decent-type5'>Decent</span>
<span class='decent-type4'>Decent</span><br/>
Bad types: <span class='bad-type3'>Bad</span>
<span class='bad-type2'>Bad</span>
<span class='bad-type1'>Bad</span>
</p>
<h2>Name Translation</h2>
<p>
<label><input type='checkbox' id='options-translate' name='translate'/> Translate card names to English.</label> <br/>
</p>
<h2>Local Storage</h2>
<p>
The local storage is used to store custom recommended skills, cards for comparison, and favorite cards.
</p>
<p>
Size of local storage: <span id='local_storage_size'></span> bytes
</p>
<p id="options-storage-buttons">
<button id='clear_local_storage' class="tiny-font">Clear All Local Storage</button><br/>
<button id='clear_custom_recommends' class="tiny-font">Clear Only Custom Recommended Skills</button><br/>
<button id='clear_card_comparison' class="tiny-font">Clear Only Cards for Comparison</button><br/>
<button id='clear_favorites' class="tiny-font">Clear Only Favorite Cards</button><br/>
</p>
<div id="options-buttons">
<button id="options-save">Save</button>
<span id="options-messages" class="warning"></span>
</div>
</div>
<div id="footnote">
<hr/>
<nav id="bottom_menu">
<ul>
<li><a id='nav_m_cards' href='m_cards.html' class='langdep'>Mobile Version</a> |</li>
<li><a id='nav_faq' href='faq.html' class='langdep'>FAQ</a> |</li>
<li><a href='javascript:showAcknowledgements()'>Acknowledgements</a> |</li>
<li><a href='javascript:showHelpsNeeded()'>Helps Needed</a> |</li>
<li><a href='javascript:showRelatedLinks()'>Related Links</a> |</li>
<li><a id='nav_feedbacks' href="http://gccards.bbs.fc2.com/" target="_blank">Feedback</a> |</li>
<li><a href='https://copy.com/RkFxovuO2hOn' target="_blank">Download</a></li>
</ul>
</nav>
<div>
<a href="https://github.com/mht208/gccards">Project home</a> at GitHub
</div>
<div>
All images are owned by <a href="http://www.square-enix.co.jp/smart/gc/">Square Enix</a> Co., Ltd.
</div>
<div>
Use of this website is at your own risk.
No warranty is provided.
</div>
<div>
Best viewed in <a href="http://www.apple.com/safari/" target="_blank">Safari</a>.
</div>
</div>
</body>
</html>