-
Notifications
You must be signed in to change notification settings - Fork 0
/
tutorial.html
107 lines (107 loc) · 4.54 KB
/
tutorial.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
<!doctype html>
<html>
<head>
<title>FFRK Lookup</title>
<script type="text/javascript" src="scripts/jquery.min.js"></script>
<link rel="stylesheet" type="text/css" href="css/ffrk.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8"/>
</head>
<body id="body">
<div class='banner'>
<div class='link-container container'>
<img src="images/tyro-32.png" alt="FFRK Lookup">
<a class='banner__link' href="index.html">Home</a>
<a class='banner__link' href="tutorial.html">Tutorial</a>
<a class='banner__link' href="https://www.paypal.me/kramerajeffrey" target='_blank'>Donate</a>
<a class='banner__link hidden' href="about.html">About</a>
</div>
</div>
<div class="content container">
<div class="title-container">
<h1 id="title" class="title">FFRK Lookup</h1>
<a href="https://www.reddit.com/r/FFRecordKeeper/" class="social-link" target='_blank'><img src="images/reddit.svg" class="social" alt="FFRK Subreddit" title="FFRK Subreddit"/></a>
<a href="https://discord.gg/Fv7E7Ve#%22community%22#title#faq" class="social-link" target='_blank'><img src="images/discord.svg" class="social" alt="FFRK Discord" title="FFRK Discord"/></a>
</div>
<p class='text'>Welcome to FFRK Lookup! You can use this site to look up Soul Breaks, Legend Materia, and more for the mobile game Final Fantasy Record Keeper.</p>
<table class='sm-text' border='1'>
<thead>
<tr>
<th>Request</th>
<th>Command</th>
</tr>
</thead>
<tbody class='left'>
<tr>
<th>Search for a specific Soul Break tier for a character</th>
<th>Cloud BSB</th>
</tr>
<tr>
<th>Search for an individual Soul Break of a certain tier for a character</th>
<th>Cloud BSB2</th>
</tr>
<tr>
<th>Search for a character's Legend Materia</th>
<th>Cloud LM</th>
</tr>
<tr>
<th>Search for an Ability by name</th>
<th>Meltdown abil</th>
</tr>
<tr>
<th>Search for a Hero Ability by character name</th>
<th>Squall HA</th>
</tr>
<tr>
<th>Search for a Record Materia by name</th>
<th>Battleforged RM</th>
</tr>
<tr>
<th>Search for a status by name</th>
<th>Dark Bargain stat</th>
</tr>
<tr>
<th>Use multiple commands in a single request</th>
<th>Cloud BSB; Cloud LM; Elarra USB</th>
</tr>
</tbody>
</table>
<h2 class='lato'>Command List</h2>
<p class='sm-text'>
Super Soul Break: SSB<br/>
Burst Soul Break: BSB<br/>
Overstrike Soul Break: OSB<br/>
Ultra Soul Break: USB<br/>
Arcane Overstrike Soul Break: AOSB, ASB, UOSB<br/>
Chain Soul Break: Chain, CSB<br/>
Chain+ Soul Break: Chain+, CSB+<br/>
Awakening Soul Break: AASB, Woke<br/>
Arcane Dyad Soul Break: ADSB<br/>
Dual Awakening Soul Break: DASB, Dyad<br/>
Sync Soul Break: SASB, Sync<br/>
Legend Materia: LM<br/>
Legend Materia Relics: LMR<br/>
Glint: GSB, glint, FSB<br/>
Glint+: GSB+, glint+<br/>
</p>
<h2 class='lato'>Character Aliases</h2>
<p class='sm-text'>"onion knight": ["ok", "onion knight", "onion"]</p>
<p class='sm-text'>"orlandeau": ["tg cid", "tgc"]</p>
<p class='sm-text'>"cecil (dark knight)": ["decil", "dcecil", "dark knight cecil", "cecil dark knight"]</p>
<p class='sm-text'>"cecil (paladin)": ["pecil", "pcecil", "paladin cecil", "cecil paladin"]</p>
<p class='sm-text'>"gilgamesh": "greg"</p>
<p class='sm-text'>"aerith": "aeris"</p>
<p class='sm-text'>"cid (iv)": ["cid iv", "cid4", "cid 4"]</p>
<p class='sm-text'>"cid (xiv)": ["cid xiv", "cid 14", "cid14"]</p>
<p class='sm-text'>"cid (vii)": ["cid vii", "cid7", "cid 7"]</p>
<p class='sm-text'>"elarra": "urara"</p>
<p class='sm-text'>"barbariccia": "barb"</p>
<p class='sm-text'>"cloud of darkness": "cod"</p>
<p class='sm-text'>"red xiii": ["nanaki", "red13", "red 13"]</p>
<p class='sm-text'>"gogo (v)": ["gogo v", "gogo5", "gogo 5"]</p>
<p class='sm-text'>"gogo (vi)": ["gogo vi", "gogo6", "gogo 6"]</p>
<p class='sm-text'>"enna kros": ["enna"]</p>
<p class='sm-text'>"y'shtola": ["y'sh", "ysh"]</p>
</div>
</body>
</html>