-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsokomin_history1.html
324 lines (306 loc) · 16 KB
/
sokomin_history1.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
<!DOCTYPE html>
<!--
Material Design Lite
Copyright 2015 Google Inc. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License
-->
<html lang="ja">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- <meta name="viewport" content="width=640, initial-scale=0.4, minimum-scale=0.1"> -->
<meta name="viewport" content="width=960">
<!-- Page styles -->
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&lang=en" />
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.min.css" />
<link rel="stylesheet" href="../styles.css" />
<link rel="icon" href="../design/RedStoneLogo.png" sizes="32x32" />
<link rel="icon" href="../design/RedStoneLogo.png" sizes="192x192" />
<link rel="apple-touch-icon-precomposed" href="../design/RedStoneLogo.png" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-133658114-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-133658114-1');
</script>
<script type="text/javascript" src="design/jquery-3.4.1.min.js"></script>
<script>
function enter() {
if (window.event.keyCode == 13) {
var last_keyword = $('#search-field').val();
window.location.href = "https://www.google.com/search?hl=ja&hq=inurl:sokomin.github.io&ie=UTF-8&oe=UTF-8&filter=0&q=" + last_keyword;
}
}
</script>
<script data-ad-client="ca-pub-2122309953813422" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<style>
#view-source {
position: fixed;
display: block;
right: 0;
bottom: 0;
margin-right: 40px;
margin-bottom: 40px;
z-index: 900;
}
</style>
</head>
<body>
<title>赤石の民衆</title>
<meta name="description" content="レッドストーン総合攻略情報ポータルページ" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<meta name="keywords" content="RED STONE ,レッドストーン,赤石の民衆,そこらの民衆,RED STONE,レッドストーン,そこみん,赤石,攻略情報" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="/rss.xml" />
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-header">
<a name="container"></a>
<div class="android-header mdl-layout__header mdl-layout__header--waterfall">
<div class="mdl-layout__header-row">
<span class="android-title mdl-layout-title">
<a href="https://sokomin.github.io/index.html">
<img class="android-logo-image" src="../design/logo3.png" />
</a>
</span>
<!-- Add spacer, to align navigation to the right in desktop -->
<div class="android-header-spacer mdl-layout-spacer"></div>
<div
class="android-search-box mdl-textfield mdl-js-textfield mdl-textfield--expandable mdl-textfield--floating-label mdl-textfield--align-right mdl-textfield--full-width">
<label class="mdl-button mdl-js-button mdl-button--icon" for="search-field">
<i class="material-icons">search</i>
</label>
<div class="mdl-textfield__expandable-holder">
<input placeholder="サイト内検索(Enterで実行)" class="mdl-textfield__input" type="text" onkeypress="enter();" id="search-field" />
</div>
</div>
<!-- Navigation -->
<div class="android-navigation-container">
<nav class="android-navigation mdl-navigation">
<a class="mdl-navigation__link mdl-typography--text-uppercase"
href="https://sokomin.github.io/index.html">ホーム</a>
<a class="mdl-navigation__link mdl-typography--text-uppercase"
href="https://sokomin.github.io/calculator.html">計算機</a>
<a class="mdl-navigation__link mdl-typography--text-uppercase"
href="https://sokomin.github.io/history.html">赤石史</a>
<a class="mdl-navigation__link mdl-typography--text-uppercase"
href="https://sokomin.github.io/link.html">リンク</a>
<a class="mdl-navigation__link mdl-typography--text-uppercase"
href="https://marshmallow-qa.com/sokoranominnsyu">お問合せ</a>
</nav>
</div>
<span class="android-mobile-title mdl-layout-title">
<a href="https://sokomin.github.io/index.html">
<img class="android-logo-image" src="../design/logo3.png" />
</a>
</span>
<button class="android-more-button mdl-button mdl-js-button mdl-button--icon mdl-js-ripple-effect"
id="more-button">
<i class="material-icons">more_vert</i>
</button>
<ul class="mdl-menu mdl-js-menu mdl-menu--bottom-right mdl-js-ripple-effect" for="more-button">
<li class="mdl-menu__item"><a class="mdl-navigation__link mdl-typography--text-uppercase"
href="https://sokomin.github.io/calculator.html">計算機</a></li>
<li class="mdl-menu__item"><a class="mdl-navigation__link mdl-typography--text-uppercase"
href="https://sokomin.github.io/history.html">赤石史</a></li>
<li disabled class="mdl-menu__item"><a class="mdl-navigation__link mdl-typography--text-uppercase"
href="https://sokomin.github.io/link.html">リンク</a></li>
<li class="mdl-menu__item"><a class="mdl-navigation__link mdl-typography--text-uppercase"
href="https://marshmallow-qa.com/sokoranominnsyu">お問合せ</a></li>
</ul>
</div>
</div>
<div class="android-drawer mdl-layout__drawer">
<span class="mdl-layout-title">
<h2>メニュー</h2>
</span>
<nav class="mdl-navigation">
<a class="mdl-navigation__link sokomin-layout-item" href="../item/item.html"><strong>アイテム</strong></a>
<a class="mdl-navigation__link sokomin-layout-skill" href="../skill/skill.html"><strong>スキル</strong></a>
<a class="mdl-navigation__link sokomin-layout-pt" href="../monster/monster.html"><strong>モンスター</strong></a>
<a class="mdl-navigation__link sokomin-layout-pt" href="../secret/secret.html"><strong>ダンジョン</strong></a>
<a class="mdl-navigation__link sokomin-layout-quest" href="../quest/quest.html"><strong>クエスト</strong></a>
<a class="mdl-navigation__link sokomin-layout-guild" href="../guild/guild.html"><strong>ギルド</strong></a>
<a class="mdl-navigation__link sokomin-layout-friend"
href="../korea/korea-update.html"><strong>韓国情報</strong></a>
<a class="mdl-navigation__link sokomin-layout-info"
href="../information/information.html"><strong>雑学</strong></a>
</nav>
</div>
<div class="android-content mdl-layout__content">
<!--main-->
<div class="main-background mdl-typography--text-center">
※絶賛制作中。早めに欲しい所はマシュマロ投げてください。<br>
<br>
<h1>スキル</h1>
<!-- <table id="table10">
<colgroup>
<col span="1" width="20%">
</colgroup>
<tbody>
<tr>
<th><a href="awakeningskill.html">覚醒スキル</a></th>
<td align="center"><a href="awakeningskill-knight.html">剣士</a><br>
<a href="awakeningskill-warrior.html">戦士</a><br>
<a href="awakeningskill-magiclancer.html">ランサー</a><br>
<a href="awakeningskill-magicarcher.html">アーチャー</a><br>
<a href="awakeningskill-wizard.html">ウィザード</a><br>
<a href="awakeningskill-werewolf.html">ウルフマン</a></td>
<td align="center"><a href="awakeningskill-priest.html">ビショップ</a><br>
<a href="awakeningskill-fallenangel.html">追放天使</a><br>
<a href="awakeningskill-beasttamer.html">ビーストテイマー</a><br>
<a href="awakeningskill-summoner.html">サマナー</a><br>
<a href="awakeningskill-rogue.html">シーフ</a><br>
<a href="awakeningskill-fighter.html">武道家</a><br>
</td>
<td align="center"><a href="awakeningskill-princess.html">プリンセス</a><br>
<a href="awakeningskill-magicalgirl.html">リトルウィッチ</a><br>
<a href="awakeningskill-necromancer.html">ネクロマンサー</a><br>
<a href="awakeningskill-devil.html">悪魔</a><br>
<a href="awakeningskill-soulbringer.html">霊術師</a><br>
<a href="awakeningskill-champion.html">闘士</a></td>
<td align="center"><a href="awakeningskill-opticalist.html">光奏師</a><br>
<a href="awakeningskill-beastman.html">獣人</a><br>
<a href="awakeningskill-maid.html">メイド</a><br>
<a href="awakeningskill-demonsorceress.html">黒魔術師</a>
<font color="#666666"><br>
マスケッティア<br>
アルケミスト</font>
</td>
</tr>
</tbody>
</table>
-->
<!--main-->
<div class="main-background mdl-typography--text-center">
<div class="android-more-section">
<div class="android-section-title mdl-typography--display-1-color-contrast">
</div>
<div class="android-card-container mdl-grid">
<!--ブロックはじまる-->
<div
class="mdl-cell mdl-cell--3-col mdl-cell--4-col-tablet mdl-cell--4-col-phone mdl-card mdl-shadow--3dp">
<div class="mdl-card__media">
<a href="2005skill.html">
<img src="../skill/design/sokomin_skill.png" width="240" height="120" /></a>
</div>
<div class="mdl-card__title">
<h4 class="mdl-card__title-text"><a href="">2005~ スキル一覧</a></h4>
</div>
<div class="mdl-card__supporting-text">
<span class="mdl-typography--font-light mdl-typography--subhead">
<a href="2005skill.html#normal">通常スキル</a><br>
<a href="2005skill.html#awake">覚醒スキル</a><br>
</span>
</div>
</div>
<!--ブロックおわる-->
<!--ブロックはじまる-->
<div
class="mdl-cell mdl-cell--3-col mdl-cell--4-col-tablet mdl-cell--4-col-phone mdl-card mdl-shadow--3dp">
<div class="mdl-card__media">
<a href="2018skill.html">
<img src="../skill/design/sokomin_skill2018.png" width="240" height="120" />
</a>
</div>
<div class="mdl-card__title">
<h4 class="mdl-card__title-text"><a href="2018skill.html">2018~ スキル改変</a></h4>
</div>
<div class="mdl-card__supporting-text">
<span class="mdl-typography--font-light mdl-typography--subhead">
<a href="2018skill.html#normal">通常スキル</a><br>
<a href="2018skill.html#awake">覚醒スキル</a><br>
</span>
</div>
</div>
<!--ブロックおわる-->
</div>
</div>
</div>
<!--main-->
<!--main-->
<div class="main-background mdl-typography--text-center">
<div class="android-more-section">
<div class="android-section-title mdl-typography--display-1-color-contrast">
</div>
<div class="android-card-container mdl-grid">
<!--ブロックはじまる-->
<div
class="mdl-cell mdl-cell--3-col mdl-cell--4-col-tablet mdl-cell--4-col-phone mdl-card mdl-shadow--3dp">
<div class="mdl-card__media">
<a href="minipetskill.html">
<img src="../item/design/image/item/iconItem_1406.png" height="120" /><img
src="../item/design/image/item/iconItem_1416.png" height="120" />
</a>
</div>
<div class="mdl-card__title">
<h4 class="mdl-card__title-text"><a href="minipetskill.html">ミニペット</a></h4>
</div>
<div class="mdl-card__supporting-text">
<span class="mdl-typography--font-light mdl-typography--subhead">
<a href="minipetskill-fire.html">火属性</a> /
<a href="minipetskill-water.html">水属性</a><br>
<a href="minipetskill-wind.html">風属性</a> /
<a href="minipetskill-earth.html">大地属性</a><br>
<a href="minipetskill-light.html">光属性</a> /
<a href="minipetskill-darkness.html">闇属性</a><br>
<a href="minipetskill-illusion.html">幻</a> /
<a href="minipetskill-mutant.html">突然変異(陽,陰)</a>
<br>
<br>
<a href="minipetcompositionskill.html">合成スキル</a><br>
</span>
</div>
</div>
<!--ブロックおわる-->
<!--ブロックはじまる-->
<div
class="mdl-cell mdl-cell--3-col mdl-cell--4-col-tablet mdl-cell--4-col-phone mdl-card mdl-shadow--3dp">
<div class="mdl-card__media">
<a href="trans-skill.html">
<img src="../item/design/image/item/iconItem_2850.png" width="120" height="120" /><img
src="../skill/design/image/skill/iconSkill_0652.png" width="120" height="120" />
</a>
</div>
<div class="mdl-card__title">
<h4 class="mdl-card__title-text"><a href="trans-skill.html">超越スキル</a></h4>
</div>
<div class="mdl-card__supporting-text">
<span class="mdl-typography--font-light mdl-typography--subhead">
<a href="trans-skill.html#normal">ノーマル</a><br>
<a href="trans-skill.html#rare">レア</a><br><a href="trans-skill.html#unique">ユニーク</a><br>
</span>
</div>
</div>
<!--ブロックおわる-->
</div>
</div>
</div>
<!--main-->
<br>
<br>
<footer class="android-footer mdl-mega-footer">
<font color="red">
当サイトで利用している画像及びデータは、L&K Co., Ltd.に帰属します。<br>
許可無くご利用又は転用する事は出来ませんので、予めご了承下さい。<br>
</font>
© L&K Co., Ltd. All Rights Reserved.<br>
</footer>
<!--書き換え禁止(書かなくてもおkだが、習慣として書いとく)
Copyright (c) This site is created by Sokomin. All Rights Reserved.
-->
</div>
<script src="https://code.getmdl.io/1.3.0/material.min.js"></script>
</div>
</body>
</html>