-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
599 lines (582 loc) · 28.3 KB
/
index.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
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
<!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="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=960">
<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_top.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> <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">
<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">
<img class="android-logo-image" src="design/logo3.png" />
</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">
<h3>メニュー</h3>
</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>
<!--main-->
<div class="android-content mdl-layout__content">
<div class="main-background mdl-typography--text-center">
<section class="top1">
<br>
<h3>お知らせ</h3>
攻略情報の追加・修正・意見要望などは、<a href="https://marshmallow-qa.com/sokoranominnsyu" target="_blank">マシュマロ</a>よりご報告下さい。<br>
<br>
バナーは以下のものをお使いください。<br>
<IMG SRC="design/banner_by_miruri.png" alt="miruri"><br>
画像提供:<a href="https://twitter.com/ilovetamer_0317/">ミルリ</a>様<br>
<br>
<table id="table6" style="max-width:960px;background-color:peachpuff">
<colgroup>
<col span="1" width="25%" />
<col span="1" width="25%" />
<col span="1" width="25%" />
<col span="1" width="25%" />
<tbody>
<tr>
<td class="mdl-navigation__link sokomin-layout-item"><a href="item/item.html"><strong>
<font size="3">アイテム</font>
</strong></a></td>
<td class="mdl-navigation__link sokomin-layout-skill"><a href="skill/skill.html"><strong>
<font size="3">スキル</font>
</strong></a></td>
<td class="mdl-navigation__link sokomin-layout-pt"><a href="monster/monster.html"><strong>
<font size="3">モンスター</font>
</strong></a></td>
<td class="mdl-navigation__link sokomin-layout-pt"><a href="secret/secret.html"><strong>
<font size="3">ダンジョン・マップ</font>
</strong></a></td>
</tr>
<tr>
<td class="mdl-navigation__link sokomin-layout-quest"><a href="quest/quest.html"><strong>
<font size="3">クエスト</font>
</strong></a></td>
<td class="mdl-navigation__link sokomin-layout-guild"><a href="guild/guild.html"><strong>
<font size="3">ギルド</font>
</strong></a></td>
<td class="mdl-navigation__link sokomin-layout-friend"><a href="korea/korea-update.html"><strong>
<font size="3">韓国情報</font>
</strong></a></td>
<td class="mdl-navigation__link sokomin-layout-info"><a href="information/information.html"><strong>
<font size="3">雑学</font>
</strong></a></td>
</tr>
</tbody>
</colgroup>
</table>
<br>
<h5>人気のページ</h5>
<table id="table6" style="max-width:960px;background-color:peachpuff">
<colgroup>
<col span="1" width="25%" />
<col span="1" width="25%" />
<col span="1" width="25%" />
<col span="1" width="25%" />
<tbody>
<tr>
<td class="mdl-navigation__link">
<a href="item2020/item-weapon2020.html"><strong>
<font size="3">武器一覧 2020</font>
</strong></a>
<a href="item2020/item-800-weapon.html"><strong>
<font size="2">800DXU武器</font>
</strong></a>
<a href="item2020/item-umu-weapon.html"><strong>
<font size="2">UMU武器</font>
</strong></a>
</td>
<td class="mdl-navigation__link">
<a href="item2020/item-protector2020.html"><strong>
<font size="3">防具一覧 2020</font>
</strong></a>
<a href="item2020/item-800-protector.html"><strong>
<font size="2">800DXU防具</font>
</strong></a>
<a href="item2020/item-umu-protector.html"><strong>
<font size="2">UMU防具</font>
</strong></a>
</td>
<td class="mdl-navigation__link">
<a href="information/creature.html"><strong>
<font size="3">クリーチャー情報</font>
</strong></a>
<a href="information/creature3.html"><strong>
<font size="2">パッシブ一覧</font>
</strong></a>
<a href="calculation/creature-passive-simulator.html"><strong>
<font size="2">パッシブシミュレータ</font>
</strong></a>
</td>
<td class="mdl-navigation__link">
<a href="skill/2020skill.html"><strong>
<font size="3">2020スキル一覧</font>
</strong></a>
</td>
</tr>
<tr>
<td class="mdl-navigation__link">
<a href="skill/trans-skill.html"><strong>
<font size="3">超越スキル</font>
</strong></a>
</td>
<td>
<a href="item/item-bf.html"><strong>
<font size="3">BFU防具</font>
</strong></a>
</td>
<td class="mdl-navigation__link">
<a href="secret/mirror-teleporter.html"><strong>
<font size="3">ミラーテレポーター</font>
</strong></a>
</td>
<td class="mdl-navigation__link">
<a href="information/costume2.html"><strong>
<font size="3">コスチューム一覧</font>
</strong></a>
</td>
</tr>
</tbody>
</colgroup>
</table>
</section>
<section class="top2">
<h4>更新履歴</h4>
<table id="table2">
<colgroup>
<col span="1" width="20%" />
<col span="1" width="80%" />
</colgroup>
<tbody>
<tr>
<td valign="top">2021/08/02</td>
<td valign="top">
<a href="https://sokomin.github.io/option/itemoption2020.html">オプション効果一覧(2020)</a> 情報追加<br>
</td>
</tr>
<tr>
<td valign="top">2021/08/01</td>
<td valign="top">
<a href="https://sokomin.github.io/monster/monster-list.html">モンスター詳細</a> 情報追加<br>
</td>
</tr>
<tr>
<td valign="top">2021/07/29</td>
<td valign="top">
<a href="https://sokomin.github.io/calculation/next-exp-hint.html">獲得経験値&Lv計算機</a>追加<br>
</td>
</tr>
<tr>
<td valign="top">2021/07/17</td>
<td valign="top">
<a href="https://sokomin.github.io/item2020/item-weapon2020.html">武器一覧</a> / <a href="https://sokomin.github.io/item2020/item-protector2020.html">防具一覧</a>情報更新<br>
</td>
</tr>
<tr>
<td valign="top">2021/07/16</td>
<td valign="top">
<a href="https://sokomin.github.io/item2020/item-weapon2020.html">775以上武器一覧</a> 情報追加<br>
</td>
</tr>
<tr>
<td valign="top">2021/07/15</td>
<td valign="top">
<a href="https://sokomin.github.io/item2020/item-protector2020.html">775以上防具一覧</a> 情報追加<br>
</td>
</tr>
<tr>
<td valign="top">2021/07/13</td>
<td valign="top">
<a href="https://sokomin.github.io/korea/koreaupdate20210623.html">韓国2021/6/23アプデ</a> 情報追加<br>
</td>
</tr>
<tr>
<td valign="top">2021/07/11</td>
<td valign="top">
<a href="https://sokomin.github.io/option/item-college-800-weapon.html">協会武器(Ⅱ)</a> / <a href="https://sokomin.github.io/option/item-college-800-protector.html">協会防具(Ⅱ)</a> 情報追加<br>
</td>
</tr>
<tr>
<td valign="top">2021/06/14</td>
<td valign="top">
<a href="https://sokomin.github.io/korea/koreaupdate20210428.html">韓国2021/4アプデ</a> 情報追加<br>
</td>
</tr>
<tr>
<td valign="top">2021/06/04</td>
<td valign="top">
<a href="https://sokomin.github.io/skill/beastman_n_skill20210421.html">獣人通常スキル</a> / <a href="https://sokomin.github.io/skill/beastman_awake_skill20210421.html">覚醒スキル</a> 情報追加<br>
</td>
</tr>
<tr>
<td valign="top">2021/06/03</td>
<td valign="top">
<a href="https://sokomin.github.io/skill/demonsorceress_n_skill20210421.html">黒魔術師通常スキル</a> / <a href="https://sokomin.github.io/skill/demonsorceress_awake_skill20210421.html">覚醒スキル</a> 情報追加<br>
</td>
</tr>
<tr>
<td valign="top">2021/05/14</td>
<td valign="top">
<a href="https://sokomin.github.io/map/map_list.html">マップ一覧</a> 新連動に対応<br>
</td>
</tr>
<tr>
<td valign="top">2021/04/13</td>
<td valign="top">
<a href="https://sokomin.github.io/information/costume.html">コスチュームシステム</a> 情報追加<br>
</td>
</tr>
<tr>
<td valign="top">2021/03/02</td>
<td valign="top">
<a href="https://sokomin.github.io/skill/archer_n_skill20210224.html">アーチャー通常スキル</a> / <a href="https://sokomin.github.io/skill/archer_awake_skill20210224.html">アーチャー覚醒スキル</a> 情報追加<br>
</td>
</tr>
<tr>
<td valign="top">2021/03/01</td>
<td valign="top">
<a href="https://sokomin.github.io/item2020/item-sennokiseki-protector.html">閃の軌跡コラボ</a> 情報追加<br>
</td>
</tr>
<tr>
<td valign="top">2021/02/28</td>
<td valign="top">
<a href="https://sokomin.github.io/item2020/item-1000-umu-incused-protector.html">ヤティカヌ 刻印防具</a> 情報追加<br>
</td>
</tr>
<tr>
<td valign="top">2021/02/25</td>
<td valign="top">
<a href="https://sokomin.github.io/korea/koreaupdate20210224.html">韓国 2月アプデ</a> 情報追加<br>
</td>
</tr>
<tr>
<td valign="top">2021/02/19</td>
<td valign="top">
<a href="https://sokomin.github.io/korea/koreaupdate20210210.html">韓国 2月アプデ予定</a> 情報追加<br>
</td>
</tr>
<tr>
<td valign="top">2021/02/09</td>
<td valign="top">
<a href="https://sokomin.github.io/korea/koreaupdate20210205.html">韓国 開発者ノート</a> 情報追加<br>
</td>
</tr>
<tr>
<td valign="top">2021/01/17</td>
<td valign="top">
<a href="https://sokomin.github.io/skill/thief_n_skill20201209.html">シーフ通常スキル</a> / <a href="https://sokomin.github.io/skill/thief_awake_skill20201209.html">シーフ覚醒スキル</a> 情報追加<br>
</td>
</tr>
<tr>
<td valign="top">2021/01/16</td>
<td valign="top">
<a href="https://sokomin.github.io/map/map_list.html">マップ一覧</a> ヤティカヌに対応<br>
</td>
</tr>
<tr>
<td valign="top">2020/12/16</td>
<td valign="top">
<a href="https://sokomin.github.io/korea/koreaupdate20201216.html">韓国 2020/12/16アプデ</a> 情報追加<br>
</td>
</tr>
<tr>
<td valign="top">2020/12/02</td>
<td valign="top">
<a href="https://sokomin.github.io/korea/koreaupdate20201202.html">韓国 2020/12アプデ予定</a> 情報追加<br>
</td>
</tr>
<tr>
<td valign="top">2020/11/08</td>
<td valign="top">
<a href="https://sokomin.github.io/korea/koreaupdate20201104.html">韓国 2020/11/04アプデ</a> 情報追加<br>
</td>
</tr>
<tr>
<td valign="top">2020/11/03</td>
<td valign="top">
<a href="https://sokomin.github.io/skill/trans-skill2020.html">超越スキル</a> 最新の情報に更新<br>
</td>
</tr>
<tr>
<td valign="top">2020/11/01</td>
<td valign="top">
<a href="https://sokomin.github.io/skill/opticalist_n_skill20201028.html">光奏師通常スキル</a> / <a href="https://sokomin.github.io/skill/opticalist_awake_skill20201028.html">光奏師覚醒スキル</a> 情報追加<br>
</td>
</tr>
<tr>
<td valign="top">2020/10/21</td>
<td valign="top">
<a href="https://sokomin.github.io/korea/koreaupdate20201021.html">韓国 2020/10/21アプデ</a> 情報追加<br>
</td>
</tr>
<tr>
<td valign="top">2020/10/09</td>
<td valign="top">
<a href="https://sokomin.github.io/korea/koreaupdate20200902.html">韓国 確率型ボックスアイテム一覧</a> 情報追加<br>
</td>
</tr>
<tr>
<td valign="top">2020/10/08</td>
<td valign="top">
<a href="https://sokomin.github.io/korea/koreaupdate20201008.html">韓国2020/10月予定アプデ</a> 情報追加<br>
</td>
</tr>
<tr>
<td valign="top">2020/10/02</td>
<td valign="top">
<a href="https://sokomin.github.io/quest/missionbook2.html">ミッションブック2</a> 情報追加<br>
</td>
</tr>
<tr>
<td valign="top">2020/09/29</td>
<td valign="top">
<a href="https://sokomin.github.io/quest/missionbook1.html">ミッションブック1</a> 情報追加<br>
</td>
</tr>
<tr>
<td valign="top">2020/09/24</td>
<td valign="top">
<a href="https://sokomin.github.io/quest/missionbook3.html">ミッションブック3</a> 情報追加<br>
</td>
</tr>
<tr>
<td valign="top">2020/09/15</td>
<td valign="top">
<a href="https://sokomin.github.io/information/magiccarpet.html">カーペット一覧</a> 情報追加<br>
</td>
</tr>
<tr>
<td valign="top">2020/09/14</td>
<td valign="top">
<a href="https://sokomin.github.io/item2020/item-protector2020.html">各職補助武器</a> 情報追加<br>
</td>
</tr>
<tr>
<td valign="top">2020/09/13</td>
<td valign="top">
<a href="https://sokomin.github.io/skill/knight_n_skill20200909.html">剣士通常</a> / <a
href="https://sokomin.github.io/skill/knight_awake_skill20200909.html">剣士覚醒</a> スキル変更情報更新<br>
</td>
</tr>
<tr>
<td valign="top">2020/09/12</td>
<td valign="top">
<a href="https://sokomin.github.io/skill/princess_n_skill20200909.html">プリンセス通常</a> / <a
href="https://sokomin.github.io/skill/princess_awake_skill20200909.html">プリンセス覚醒</a> スキル変更情報更新<br>
</td>
</tr>
<tr>
<td valign="top">2020/08/26</td>
<td valign="top">
<a href="https://sokomin.github.io/korea/koreaupdate20200826.html">韓国2020/08/26アプデ</a>情報追加<br>
</td>
</tr>
<tr>
<td valign="top">2020/08/12</td>
<td valign="top">
<a href="https://sokomin.github.io/korea/koreaupdate20200812.html">韓国2020/08予定アプデ</a>情報追加<br>
</td>
</tr>
<tr>
<td valign="top">2020/08/11</td>
<td valign="top">
<a href="https://sokomin.github.io/skill/2020skill.html#simulator">2020スキルシミュレータ</a>全職対応<br>
</td>
</tr>
<tr>
<td valign="top">2020/08/10</td>
<td valign="top">
<a href="https://sokomin.github.io/skill/2020skill.html">2020スキル表</a>全職対応<br>
</td>
</tr>
<tr>
<td valign="top">2020/08/05</td>
<td valign="top">
<a href="https://sokomin.github.io/information/guide_system.html">ガイドシステム</a>情報追加<br>
</td>
</tr>
<tr>
<td valign="top">2020/07/29</td>
<td valign="top">
<a href="https://sokomin.github.io/information/comeack_bonus.html">復帰者ボーナス</a>情報追加<br>
</td>
</tr>
<tr>
<td valign="top">2020/07/20</td>
<td valign="top">
<a href="https://sokomin.github.io/guild/guild-siege.html">攻城戦(2020)</a>情報追加<br>
</td>
</tr>
<tr>
<td valign="top">2020/07/19</td>
<td valign="top">
<a href="https://sokomin.github.io/guild/guild-point-war.html">ポイント戦</a>情報追加<br>
</td>
</tr>
<tr>
<td valign="top">2020/07/15</td>
<td valign="top">
<a href="https://sokomin.github.io/history.html">アップデート情報</a>最新の情報に更新<br>
</td>
</tr>
<tr>
<td valign="top">2020/07/14</td>
<td valign="top">
<a href="https://sokomin.github.io/information/portal_sphere.html">ポータル系アイテム</a>情報追加<br>
</td>
</tr>
<tr>
<td valign="top">2020/07/13</td>
<td valign="top">
<a href="https://sokomin.github.io/korea/korea-update-fix.html">韓国修正情報</a>まとめて更新<br>
</td>
</tr>
<tr>
<td valign="top"></td>
<td valign="top">
<br>
<a href="sokomin_history.html">過去の更新履歴</a><br>
</td>
</tr>
</tbody>
</table>
</section>
<br>
<br>
公式サイトはこちら。<br>
<a href="http://members.redsonline.jp/"><IMG SRC="design/redfan_150_50.gif"><br></a>
<br>
<br>
<br>
<!--main-->
<footer class="android-footer mdl-mega-footer">
<font color="red">当サイトで利用している画像及びデータは、株式会社ゲームオンに帰属します。<br />
許可無くご利用又は転用する事は出来ませんので、予めご了承下さい。<br>
</font>
Copyright (c) L&K Co., Ltd. All Rights Reserved. License to GameOn Co., Ltd.
</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>