<?xml version="1.0" encoding="UTF-8" ?><rdf:RDF 
  xmlns="http://purl.org/rss/1.0/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:atom="http://www.w3.org/2005/Atom"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xml:lang="ja">
  <channel rdf:about="http://w.atwiki.jp/shikaei/">
    <title>shikaei @ ウィキ</title>
    <link>http://w.atwiki.jp/shikaei/</link>
    <atom:link href="https://w.atwiki.jp/shikaei/rss10.xml" rel="self" type="application/rss+xml" />
    <atom:link rel="hub" href="https://pubsubhubbub.appspot.com" />
    <description>shikaei @ ウィキ</description>

    <dc:language>ja</dc:language>
    <dc:date>2013-09-29T18:49:51+09:00</dc:date>
    <utime>1380448191</utime>

    <items>
      <rdf:Seq>
                <rdf:li rdf:resource="https://w.atwiki.jp/shikaei/pages/19.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/shikaei/pages/17.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/shikaei/pages/15.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/shikaei/pages/18.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/shikaei/pages/1.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/shikaei/pages/14.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/shikaei/pages/13.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/shikaei/pages/12.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/shikaei/pages/11.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/shikaei/pages/10.html" />
              </rdf:Seq>
    </items>
	
		
    
  </channel>
    <item rdf:about="https://w.atwiki.jp/shikaei/pages/19.html">
    <title>test_weapons</title>
    <link>https://w.atwiki.jp/shikaei/pages/19.html</link>
    <description>
      #contents()

*共通
**ダメージ補正と外部数値, 内部数値
全ての攻撃は何らかの属性に分類され, 相手の持つ耐性や弱点に応じて基本ダメージに補正がかかる.
相手の耐性属性(RESIST)で攻撃した場合, 与ダメージは基本ダメージの 1/2 倍 (-50%), 
弱点属性(WEAK)の場合は 3/2 倍 (+50%) となる.
稀に完全耐性(BLOCK)を持つ敵もおり, その場合その属性では一切のダメージを与えられない.

&amp;ref(http://cdn54.atwikiimg.com/shikaei/pub/image/etc/resist.png,height=160,width=120) &amp;space(3) &amp;ref(http://cdn54.atwikiimg.com/shikaei/pub/image/etc/weak.png,height=160,width=120) &amp;space(3) &amp;ref(http://cdn54.atwikiimg.com/shikaei/pub/image/etc/block.png,height=160,width=120)

#region(close,以下内部数値の話)
ゲーム上のプレイヤーが確認できる表記(外部数値)と異なり, 
内部では小数点以下切り捨てが発生しない, より大きい値で管理がされている(内部数値).

敵HPとプレイヤーHPのそれぞれゲージ1本分(外部数値1)に対応する内部数値は下記の通り.
||CENTER:BGCOLOR(yellow):外部数値|CENTER:BGCOLOR(yellow):内部数値|
|CENTER:BGCOLOR(yellow):敵HP / プレイヤー攻撃力|CENTER:1|CENTER:COLOR(red):10|
|CENTER:BGCOLOR(yellow):プレイヤーHP &amp; MS / 敵攻撃力|CENTER:1|CENTER:COLOR(red):30|

敵HPは補正の関係で見た目の 10 倍の値で管理されている.
例えば目カニ(弱点:刺)に対し, ナイフ 1 発で内部的に 15 のダメージを与えている事になる.
プレイヤー側はエコノミーやグリームの消費があってか, 見た目の 30 倍の値で管理されている.
ナイフ 1 発(1/6)で内部的には 1/6 * 30 = 5 の消費, 
エコノミー(消費 1/6 カット)ありでグリーム(1/5)を 1 回振る場合, 
内部の消費は ( 1/5 * 30 ) - ( 1/6 * 30 ) = 1 となる.
#endregion

**HIT_StopとHIT_Invincible
前作同様, 各攻撃にはヒット時に固有の硬直時間と無敵時間が設定されている.
|CENTER:BGCOLOR(yellow):HIT_S|攻撃を受けたキャラに発生する硬直時間 &amp;br()(対象はそのキャラから発射された弾にも及ぶ)|
|CENTER:BGCOLOR(yellow):HIT_I|攻撃を受けたキャラに発生する無敵時間|

ゲームバランス上の大前提として全ての攻撃に対し, 
&amp;bold(){HIT_S ＜ HIT_I}
が必ず成立する. (そうじゃなきゃハメ殺しができてしまう)

後述の貫通特性を持つウェポンの場合, HIT_I が短いものほど多段ヒットがより多く見込めるため強力.

#region(close,余談)
***HIT_S の注意点
前提もさる事ながら, ウェポン固有のリロード時間が存在するため
こちらが敵を一方的にハメられる攻撃というものは存在しない.
更に HIT_S の発生が敵弾の回避タイミングを狂わせる恐れもあったりと
HIT_S が長い事が全て有利に働くわけではない. (硬直中も敵弾や敵本体への接触判定は通常通り発生する)

ただし長さ自体は前作に比べると全体的に短くなっており, 前作ほど神経質になる必要はない.
(グレート条件のノーダメージクリアを考慮してか, 難しすぎるステージ構成を避けている点もある)

無茶なゴリ押しが事故の元となるのは相変わらずだが.

***HIT_I の注意点
単純に &quot;キャラの点滅 = HIT_I&quot; ではなく, 無敵時間はより短い.
とりわけ今作では前作より非常に HIT_I 自体が短い攻撃が多く(体当たり除く), 
弾幕に飛び込むと一瞬でHPを半分近く削られるような攻撃が多数存在するため注意が必要.
特に土属性以外の魔法攻撃は見た目は同じでも全くの別物に近い.

#ref(http://cdn54.atwikiimg.com/shikaei/pub/image/etc/hit_i.png,height=320,width=240)


総括すると, HIT_S も HIT_I も前作より小さい値に設定されている傾向が強いって事です.
#endregion

**ウェポン特性
特定のウェポンにのみ共通する性質を, 特性として便宜上下記のように命名.
|CENTER:BGCOLOR(yellow):貫通|1発のスキルが接触した全ての敵に対してヒットする|
|CENTER:BGCOLOR(yellow):透過|地形に接触しても消えない|
|CENTER:BGCOLOR(yellow):滞空|空中でのウェポン使用中に高度を維持できる|
|CENTER:BGCOLOR(yellow):消滅|使用後はステージ中で再度使用できない|

*マナウェポン
**凡例
***通常/スキル別項目
-消費MS … ウェポン使用時のMS消費量&amp;footnote((&amp;bgcolor(khaki){通常}&amp;bgcolor(chartreuse){エコノミー適用後})) &amp;br()(複数回連続使用可能の場合は &quot;(1回当たりの消費量) * (使用回数)&quot; のように記載)
-基本威力 … ウェポン 1 ヒット時の攻撃力
-最大連撃数 … 1 回のリロードが発生する間に放てる攻撃の最大ヒット数 &amp;br()(多段ヒット技は理論値を考慮した値)
-最大威力 … 基本威力 * 最大連撃数
-DPMS … 最大威力 / MS消費. MS 1 ゲージ分を最大連撃数分ヒットさせた際のダメージ量 &amp;br()(Damage Per MS. この値が大きいほど燃費が良い)
-DPS …

&amp;bgcolor(khaki){通常}|&amp;bgcolor(chartreuse){エコノミー適用後}

通常/スキル全共通項目
**ナイフ
|&gt;|&gt;|CENTER:&amp;ref(http://cdn54.atwikiimg.com/shikaei/pub/image/icon_w/icon_00.png)||&gt;|CENTER:BGCOLOR(yellow):消費MS|CENTER:BGCOLOR(yellow):基本威力|CENTER:BGCOLOR(yellow):最大連撃数|CENTER:BGCOLOR(yellow):最大威力|&gt;|CENTER:BGCOLOR(yellow):DPMS|CENTER:BGCOLOR(yellow):DPS|
|~|~|~|CENTER:BGCOLOR(yellow):外部|CENTER:BGCOLOR(khaki):1/6|CENTER:BGCOLOR(chartreuse):0|CENTER:1|CENTER:1|CENTER:1|CENTER:BGCOLOR(khaki):6|CENTER:BGCOLOR(chartreuse):inf|CENTER:|
|~|~|~|CENTER:BGCOLOR(silver):内部|CENTER:BGCOLOR(silver):5|CENTER:BGCOLOR(silver):0|CENTER:BGCOLOR(silver):10|~|CENTER:BGCOLOR(silver):10|CENTER:BGCOLOR(silver):60|CENTER:BGCOLOR(silver):inf|CENTER:BGCOLOR(silver):|
|~|~|~||CENTER:BGCOLOR(yellow):属性|CENTER:BGCOLOR(yellow):射程|CENTER:BGCOLOR(yellow):HIT_S|CENTER:BGCOLOR(yellow):HIT_I|CENTER:BGCOLOR(yellow):CD|CENTER:BGCOLOR(yellow):RW|&gt;||
|~|~|~|~|CENTER:刺|CENTER:A|CENTER:HIT_S|CENTER:HIT_I|CENTER:CD|CENTER:RW|~|~|
|~|~|~|&gt;|CENTER:BGCOLOR(yellow):特性|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|(なし)|
|CENTER:BGCOLOR(yellow):☆|&gt;|CENTER:BGCOLOR(yellow):リロード|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|BGCOLOR(yellow):入手場所|
|CENTER:4|&gt;|CENTER:150|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|[[木砂町&gt;個別/A-1]]|
|&gt;|CENTER:BGCOLOR(yellow):説明|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|軽い投げナイフ、連射可能|
|&gt;|&gt;|&amp;ref(http://cdn54.atwikiimg.com/shikaei/pub/image/weapons/00_knife_1.png,height=240,width=180)|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|前方水平方向に高速のナイフを放つ. 軌道の関係で人型タイプの小柄な相手に比較的強い. &amp;br()当てやすいのだが威力の低さが致命的なため, ダメージ目的の用途は序盤以外には皆無. &amp;br()貫通特性も無く, 使用すると確実に撃破が遅れてしまう. &amp;br()最序盤の[[木砂町&gt;個別/A-1]]で入手可能だが, 要カオスポイント 4 と木片より高いのは謎. &amp;br()[[辺境の村&gt;個別/H-1]]でナイフレインを習得すれば下方向を中心に攻撃の幅が広がるが, 威力の低さは相変わらず. &amp;br()&amp;br()ただしスキル &quot;エコノミー&quot; により特殊技含め全ての消費が 0 となるため, &amp;br()リロード時間の制約は残るが無限に使用可能となる. &amp;br()またリロードの速さを含めて単純にヒット数が多いため, &amp;br()ライフストーンや光剣ハイリゲヒルシュのゲージ稼ぎとは非常に相性が良い. &amp;br()秘奥義をもう一発撃ちたい, という状況ならば終盤でも装備する価値はある. &amp;br()&amp;br()天敵はプルチン. 撃ち返し攻撃に対しては非常に分が悪い.|
|&gt;|CENTER:BGCOLOR(cyan):スキル|&gt;|&gt;|&gt;|&gt;|連射|CENTER:BGCOLOR(cyan):コマンド|&gt;|&gt;|&gt;|武武 or 武武武|
|&gt;|&gt;|CENTER:&amp;ref(http://cdn54.atwikiimg.com/shikaei/pub/image/weapons/00_knife_2.png,height=240,width=180)||&gt;|CENTER:BGCOLOR(yellow):消費MS|CENTER:BGCOLOR(yellow):基本威力|CENTER:BGCOLOR(yellow):最大連撃数|CENTER:BGCOLOR(yellow):最大威力|&gt;|CENTER:BGCOLOR(yellow):DPMS|CENTER:BGCOLOR(yellow):DPS|
|~|~|~|CENTER:BGCOLOR(yellow):外部|CENTER:BGCOLOR(khaki):1/6 * ( 2~3 )|CENTER:BGCOLOR(chartreuse):0|CENTER:1|CENTER:4|CENTER:4|CENTER:BGCOLOR(khaki):8|CENTER:BGCOLOR(chartreuse):inf|CENTER:|
|~|~|~|CENTER:BGCOLOR(silver):内部|CENTER:BGCOLOR(silver):5 * ( 2~3 )|CENTER:BGCOLOR(silver):0|CENTER:BGCOLOR(silver):10|~|CENTER:BGCOLOR(silver):40|CENTER:BGCOLOR(silver):80|CENTER:BGCOLOR(silver):inf|CENTER:BGCOLOR(silver):|
|~|~|~||CENTER:BGCOLOR(yellow):属性|CENTER:BGCOLOR(yellow):射程|CENTER:BGCOLOR(yellow):HIT_S|CENTER:BGCOLOR(yellow):HIT_I|CENTER:BGCOLOR(yellow):CD|CENTER:BGCOLOR(yellow):RW|&gt;||
|~|~|~|~|CENTER:刺|CENTER:A|CENTER:HIT_S|CENTER:HIT_I|CENTER:CD|CENTER:RW|~|~|
|~|~|~|&gt;|CENTER:BGCOLOR(yellow):特性|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|(なし)|
|~|~|~|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|ナイフ技の基本となる 3 連投. &amp;br()リロード 1 回の間に 3 回攻撃ができるため, このスキルを多用する形となるのが一般的. &amp;br()3 投目は 1 回分の消費で 2 本のナイフを同時発射するため更にちょっとだけお得. &amp;br()(余談だが, 3 発目は 2 HITとなるが撃ち返しは 1 発のみの模様) &amp;br()&amp;br()各ナイフは高度が異なり 1 投目は上段, 2 投目は中段, 3 投目は上下段となり, &amp;br()接地状態からの 3 投目の下段は自分より 1 段下の敵にも命中する. &amp;br()エコノミーが無い場合は 3 連投で 1/2 もMSを消費するため, 無駄撃ちは避けたい.|
|~|~|~|&gt;|CENTER:BGCOLOR(yellow):習得方法|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|(最初から使用可能)|
|&gt;|CENTER:BGCOLOR(cyan):スキル|&gt;|&gt;|&gt;|&gt;|ナイフレイン|CENTER:BGCOLOR(cyan):コマンド|&gt;|&gt;|&gt;|↓ + ( 武 or 武武 or 武武武 )|
|&gt;|&gt;|CENTER:&amp;ref(http://cdn54.atwikiimg.com/shikaei/pub/image/weapons/00_knife_3.png,height=240,width=180)||&gt;|CENTER:BGCOLOR(yellow):消費MS|CENTER:BGCOLOR(yellow):基本威力|CENTER:BGCOLOR(yellow):最大連撃数|CENTER:BGCOLOR(yellow):最大威力|&gt;|CENTER:BGCOLOR(yellow):DPMS|CENTER:BGCOLOR(yellow):DPS|
|~|~|~|CENTER:BGCOLOR(yellow):外部|CENTER:BGCOLOR(khaki):1/6 * ( 1~3 )|CENTER:BGCOLOR(chartreuse):0|CENTER:1|CENTER:6|CENTER:6|CENTER:BGCOLOR(khaki):12|CENTER:BGCOLOR(chartreuse):inf|CENTER:|
|~|~|~|CENTER:BGCOLOR(silver):内部|CENTER:BGCOLOR(silver):5 * ( 1~3 )|CENTER:BGCOLOR(silver):0|CENTER:BGCOLOR(silver):10|~|CENTER:BGCOLOR(silver):60|CENTER:BGCOLOR(silver):120|CENTER:BGCOLOR(silver):inf|CENTER:BGCOLOR(silver):|
|~|~|~||CENTER:BGCOLOR(yellow):属性|CENTER:BGCOLOR(yellow):射程|CENTER:BGCOLOR(yellow):HIT_S|CENTER:BGCOLOR(yellow):HIT_I|CENTER:BGCOLOR(yellow):CD|CENTER:BGCOLOR(yellow):RW|&gt;||
|~|~|~|~|CENTER:刺|CENTER:A|CENTER:HIT_S|CENTER:HIT_I|CENTER:CD|CENTER:RW|~|~|
|~|~|~|&gt;|CENTER:BGCOLOR(yellow):特性|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|(なし)|
|~|~|~|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|俯角 45° 方向に 2 本のナイフを同時発射する. 空中でのみ使用可能. &amp;br()こちらもリロード 1 回の間に 3 回まで連続攻撃が可能. &amp;br()こちらは 3 投全てが 2 発同時発射のため DPMS は更に向上している. &amp;br()発射時には自機が上方へ軽くバウンドするため, 滞空時間を稼ぐ事もできる. &amp;br()相手より上空を取れるならば浮いている相手にもダメージを取れるのが強み. &amp;br()その分通常投げに比べると人型タイプへの対応力は低下しており, &amp;br()デカブツ相手のゲージ稼ぎ用スキルとも言える. &amp;br()&amp;br()DPMS はナイフ技中最高だが, それでも他ウェポンに比べれば最低クラス. &amp;br()入手時期も相まってクリアへの影響力は小さいのが悲しい. やり込みプレイヤー向けスキル.|
|~|~|~|&gt;|CENTER:BGCOLOR(yellow):習得方法|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|[[スキルツリー(辺境の村)&gt;個別/H-1]]|
|~|~|~|&gt;|CENTER:BGCOLOR(coral):備考|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|COLOR(red):空中のみ使用可能 &amp;br()上方強制バウンド &amp;br()左右制御可能(方向転換不可)|

**鉄球
|&gt;|&gt;|CENTER:&amp;ref(http://cdn54.atwikiimg.com/shikaei/pub/image/icon_w/icon_01.png)||&gt;|CENTER:BGCOLOR(yellow):消費MS|CENTER:BGCOLOR(yellow):基本威力|CENTER:BGCOLOR(yellow):最大連撃数|CENTER:BGCOLOR(yellow):最大威力|&gt;|CENTER:BGCOLOR(yellow):DPMS|CENTER:BGCOLOR(yellow):DPS|
|~|~|~|CENTER:BGCOLOR(yellow):外部|CENTER:BGCOLOR(khaki):1/2|CENTER:BGCOLOR(chartreuse):1/3|CENTER:3|CENTER:3|CENTER:9|CENTER:BGCOLOR(khaki):18|CENTER:BGCOLOR(chartreuse):27|CENTER:|
|~|~|~|CENTER:BGCOLOR(silver):内部|CENTER:BGCOLOR(silver):15|CENTER:BGCOLOR(silver):10|CENTER:BGCOLOR(silver):30|~|CENTER:BGCOLOR(silver):90|CENTER:BGCOLOR(silver):180|CENTER:BGCOLOR(silver):270|CENTER:BGCOLOR(silver):|
|~|~|~||CENTER:BGCOLOR(yellow):属性|CENTER:BGCOLOR(yellow):射程|CENTER:BGCOLOR(yellow):HIT_S|CENTER:BGCOLOR(yellow):HIT_I|CENTER:BGCOLOR(yellow):CD|CENTER:BGCOLOR(yellow):RW|&gt;||
|~|~|~|~|CENTER:打|CENTER:C|CENTER:HIT_S|CENTER:HIT_I|CENTER:CD|CENTER:RW|~|~|
|~|~|~|&gt;|CENTER:BGCOLOR(yellow):特性|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|貫通, 透過|
|CENTER:BGCOLOR(yellow):☆|&gt;|CENTER:BGCOLOR(yellow):リロード|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|BGCOLOR(yellow):入手場所|
|CENTER:4|&gt;|CENTER:170|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|[[木砂町&gt;個別/A-1]]|
|&gt;|CENTER:BGCOLOR(yellow):説明|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|放物線に投げる鉄球|
|&gt;|&gt;|&amp;ref(http://cdn54.atwikiimg.com/shikaei/pub/image/weapons/01_ironball.png,height=240,width=180)|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|前方に山なりの軌道で鉄球を繰り出す. &amp;br()上方へはそこそこ飛ぶが前方にはあまり進まず, &amp;br()殆どのケースが木片の上投げやブーメランで代用できるため役に立つのは序盤だけ. &amp;br()一応最初の透過特性持ちウェポンなので, &amp;br()ブーメランが来るまでは特性を生かした戦い方で多少の活躍は見込める. &amp;br()&amp;br()いわゆるデカブツキラーだが HIT_I がかなり長く, &amp;br()発射時間の長さに合わず原則として最高 3 ヒット止まり. DPSは木片に大きく劣る. &amp;br()デカブツ特化な軌道のため, 用途の柔軟性もブーメランには遠く及ばない. &amp;br()&amp;br()前に進む分木片より使い勝手は良いように思われるが, 燃費の悪さが致命的. &amp;br()派生スキルも無く, トンファーに次ぐ産廃武器と言えよう.|

**木片
|&gt;|&gt;|CENTER:&amp;ref(http://cdn54.atwikiimg.com/shikaei/pub/image/icon_w/icon_02.png)||&gt;|CENTER:BGCOLOR(yellow):消費MS|CENTER:BGCOLOR(yellow):基本威力|CENTER:BGCOLOR(yellow):最大連撃数|CENTER:BGCOLOR(yellow):最大威力|&gt;|CENTER:BGCOLOR(yellow):DPMS|CENTER:BGCOLOR(yellow):DPS|
|~|~|~|CENTER:BGCOLOR(yellow):外部|CENTER:BGCOLOR(khaki):1/3|CENTER:BGCOLOR(chartreuse):1/6|CENTER:3|CENTER:5|CENTER:15|CENTER:BGCOLOR(khaki):45|CENTER:BGCOLOR(chartreuse):90|CENTER:|
|~|~|~|CENTER:BGCOLOR(silver):内部|CENTER:BGCOLOR(silver):10|CENTER:BGCOLOR(silver):5|CENTER:BGCOLOR(silver):30|~|CENTER:BGCOLOR(silver):150|CENTER:BGCOLOR(silver):450|CENTER:BGCOLOR(silver):900|CENTER:BGCOLOR(silver):|
|~|~|~||CENTER:BGCOLOR(yellow):属性|CENTER:BGCOLOR(yellow):射程|CENTER:BGCOLOR(yellow):HIT_S|CENTER:BGCOLOR(yellow):HIT_I|CENTER:BGCOLOR(yellow):CD|CENTER:BGCOLOR(yellow):RW|&gt;||
|~|~|~|~|CENTER:打|CENTER:C|CENTER:HIT_S|CENTER:HIT_I|CENTER:CD|CENTER:RW|~|~|
|~|~|~|&gt;|CENTER:BGCOLOR(yellow):特性|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|貫通, 滞空|
|CENTER:BGCOLOR(yellow):☆|&gt;|CENTER:BGCOLOR(yellow):リロード|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|BGCOLOR(yellow):入手場所|
|CENTER:3|&gt;|CENTER:200|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|[[木砂町&gt;個別/A-1]]|
|&gt;|CENTER:BGCOLOR(yellow):説明|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|真下に木の塊を投下|
|&gt;|&gt;|&amp;ref(http://cdn54.atwikiimg.com/shikaei/pub/image/weapons/02_woodenblock_1.png,height=240,width=180)|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|驚異のポテンシャルを誇るデカブツキラー. &amp;br()デフォルトは垂直下方向に発射するため, 地上での入力は MS の無駄使い. &amp;br()横方向に対しては全くの無力のため使い所が難しいと思われがちだが, &amp;br()強力なハイジャンプや 2 段ジャンプが存在する本作では敵の上下方を取る事は容易いため, &amp;br()用途は意外なほど広い. &amp;br()&amp;br()更にその攻撃性能は他を圧倒するものである. &amp;br()単発の威力は低いながらも低燃費, 高多段, 高速リロードの 3 拍子が揃っており, &amp;br()&amp;bold(){何と 5 段ヒット時の DPMS と DPS は全ウェポン中でもぶっちぎりの最高値.} &amp;br()他を寄せ付けぬ凄まじい数字を叩き出す. &amp;br()ただしバリバリのデカブツキラーなので素早い相手や人型タイプには全く歯が立たない. &amp;br()また貫通こそすれど透過特性は持たないため, 鉄球やブーメランでなければ対応できない個所もあり&amp;br()流石に万能とはいかない. &amp;br()軌道の不便さをプレイヤーの操作で補わなければならない点から玄人向けと言えるだろう. &amp;br()&amp;br()しかし局地的には間違いなく最強の名を欲しいままにできる性能を秘めている. &amp;br()万能兵器とされる &amp;bold(){&quot;[[丸太&gt;&gt;http://ja.wikipedia.org/wiki/%E5%BD%BC%E5%B2%B8%E5%B3%B6#.E6.AD.A6.E5.99.A8]]&quot;} とよく名称を間違えられるが, それほど遜色は無いように思われる. &amp;br()&amp;br()因みにナイフや鉄球より安い. なんでや.|
|&gt;|CENTER:BGCOLOR(cyan):スキル|&gt;|&gt;|&gt;|&gt;|上投げ|CENTER:BGCOLOR(cyan):コマンド|&gt;|&gt;|&gt;|↑ + 武|
|&gt;|&gt;|CENTER:&amp;ref(http://cdn54.atwikiimg.com/shikaei/pub/image/weapons/02_woodenblock_2.png,height=240,width=180)||&gt;|CENTER:BGCOLOR(yellow):消費MS|CENTER:BGCOLOR(yellow):基本威力|CENTER:BGCOLOR(yellow):最大連撃数|CENTER:BGCOLOR(yellow):最大威力|&gt;|CENTER:BGCOLOR(yellow):DPMS|CENTER:BGCOLOR(yellow):DPS|
|~|~|~|CENTER:BGCOLOR(yellow):外部|CENTER:BGCOLOR(khaki):1/3|CENTER:BGCOLOR(chartreuse):1/6|CENTER:3|CENTER:5|CENTER:15|CENTER:BGCOLOR(khaki):45|CENTER:BGCOLOR(chartreuse):90|CENTER:|
|~|~|~|CENTER:BGCOLOR(silver):内部|CENTER:BGCOLOR(silver):10|CENTER:BGCOLOR(silver):5|CENTER:BGCOLOR(silver):30|~|CENTER:BGCOLOR(silver):150|CENTER:BGCOLOR(silver):450|CENTER:BGCOLOR(silver):900|CENTER:BGCOLOR(silver):|
|~|~|~||CENTER:BGCOLOR(yellow):属性|CENTER:BGCOLOR(yellow):射程|CENTER:BGCOLOR(yellow):HIT_S|CENTER:BGCOLOR(yellow):HIT_I|CENTER:BGCOLOR(yellow):CD|CENTER:BGCOLOR(yellow):RW|&gt;||
|~|~|~|~|CENTER:打|CENTER:C|CENTER:HIT_S|CENTER:HIT_I|CENTER:CD|CENTER:RW|~|~|
|~|~|~|&gt;|CENTER:BGCOLOR(yellow):特性|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|貫通, 滞空|
|~|~|~|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|スキルを習得すれば木片を上方向に投げられるようになる. &amp;br()木片の性能自体は通常の下投げと同様. &amp;br()相手の上を取る手間が省けるため, こちらの方が使い勝手は良い. &amp;br()メインで使用していくつもりならば早めに習得しておきたい. &amp;br()相変わらず射程は長くないので, 多段ヒットを狙う場合はそれなりのリスクを伴う接近が必要. &amp;br()接触判定を持つ相手には要注意.|
|~|~|~|&gt;|CENTER:BGCOLOR(yellow):習得方法|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|[[スキルツリー(木砂町)&gt;個別/A-1]]|

**ライフストーン
|&gt;|&gt;|CENTER:&amp;ref(http://cdn54.atwikiimg.com/shikaei/pub/image/icon_w/icon_03.png)||&gt;|CENTER:BGCOLOR(yellow):消費MS|CENTER:BGCOLOR(yellow):基本威力|CENTER:BGCOLOR(yellow):最大連撃数|CENTER:BGCOLOR(yellow):最大威力|&gt;|CENTER:BGCOLOR(yellow):DPMS|CENTER:BGCOLOR(yellow):DPS|
|~|~|~|CENTER:BGCOLOR(yellow):外部|CENTER:BGCOLOR(khaki):1/6|CENTER:BGCOLOR(chartreuse):0|CENTER:-|CENTER:-|CENTER:-|CENTER:BGCOLOR(khaki):-|CENTER:BGCOLOR(chartreuse):-|CENTER:-|
|~|~|~|CENTER:BGCOLOR(silver):内部|CENTER:BGCOLOR(silver):5|CENTER:BGCOLOR(silver):0|CENTER:BGCOLOR(silver):-|~|CENTER:BGCOLOR(silver):-|CENTER:BGCOLOR(silver):-|CENTER:BGCOLOR(silver):-|CENTER:BGCOLOR(silver):-|
|~|~|~||CENTER:BGCOLOR(yellow):属性|CENTER:BGCOLOR(yellow):射程|CENTER:BGCOLOR(yellow):HIT_S|CENTER:BGCOLOR(yellow):HIT_I|CENTER:BGCOLOR(yellow):CD|CENTER:BGCOLOR(yellow):RW|&gt;||
|~|~|~|~|CENTER:-|CENTER:-|CENTER:HIT_S|CENTER:HIT_I|CENTER:CD|CENTER:RW|~|~|
|~|~|~|&gt;|CENTER:BGCOLOR(yellow):特性|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|(なし)|
|CENTER:BGCOLOR(yellow):☆|&gt;|CENTER:BGCOLOR(yellow):リロード|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|BGCOLOR(yellow):入手場所|
|CENTER:4|&gt;|CENTER:600|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|[[木砂町&gt;個別/A-1]], [[セントラル町&gt;個別/D-4]], [[辺境の村&gt;個別/H-1]]|
|&gt;|CENTER:BGCOLOR(yellow):説明|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|回復の石。他のマナウェポンを使っていると光を取り戻す。|
|&gt;|&gt;|&amp;ref(http://cdn54.atwikiimg.com/shikaei/pub/image/weapons/03_lifestone.png,height=240,width=180)|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|数少ないステージ中での HP 回復が行えるウェポン. &amp;br()使用するとゲージ 1 本分のHPを回復する事ができる. &amp;br()使い切りという事はなく, 他のウェポンと同様使用後はリロード中の状態になるため&amp;br()リロードゲージが溜まり次第再度使用する事ができる. &amp;br()しかしこのウェポンは時間経過では一切リロードゲージは上昇せず, &amp;br()他の装備マナウェポンでの攻撃をヒットさせる必要がある. &amp;br()具体的には威力の強弱を問わず 1 ヒット毎にゲージ -30 されるため, &amp;br()合計 20 発のマナウェポンをヒットさせれば再度使用可能となる. &amp;br()&amp;br()ナイフならば比較的容易にゲージを稼げるが, &amp;br()その手間が回復量に見合っているかと言われると正直な話かなり微妙である. &amp;br()またノーダメージクリアをグレート条件として掲げているステージが非常に多いという&amp;br()ゲームシステムに嫌われている点も無視できない. &amp;br()せめてゲージがもう少し溜まり易ければ… &amp;br()&amp;br()どうでもいいがやたらいろんな所で売られている. &amp;br()精霊やニンゲン達の間では人気なのだろうか? 売れ残っているだけかもしれないが.|
|~|~|~|&gt;|CENTER:BGCOLOR(coral):備考|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|COLOR(red):回復ウェポン (回復量 : 1 (内部 : 30)) &amp;br()リロードゲージ自然回復なし, マナウェポンヒット毎に 30 回復|

**ブーメラン
|&gt;|&gt;|CENTER:&amp;ref(http://cdn54.atwikiimg.com/shikaei/pub/image/icon_w/icon_04.png)||&gt;|CENTER:BGCOLOR(yellow):消費MS|CENTER:BGCOLOR(yellow):基本威力|CENTER:BGCOLOR(yellow):最大連撃数|CENTER:BGCOLOR(yellow):最大威力|&gt;|CENTER:BGCOLOR(yellow):DPMS|CENTER:BGCOLOR(yellow):DPS|
|~|~|~|CENTER:BGCOLOR(yellow):外部|CENTER:BGCOLOR(khaki):2/3|CENTER:BGCOLOR(chartreuse):1/2|CENTER:4|CENTER:5|CENTER:20|CENTER:BGCOLOR(khaki):30|CENTER:BGCOLOR(chartreuse):40|CENTER:|
|~|~|~|CENTER:BGCOLOR(silver):内部|CENTER:BGCOLOR(silver):20|CENTER:BGCOLOR(silver):15|CENTER:BGCOLOR(silver):40|~|CENTER:BGCOLOR(silver):200|CENTER:BGCOLOR(silver):300|CENTER:BGCOLOR(silver):400|CENTER:BGCOLOR(silver):|
|~|~|~||CENTER:BGCOLOR(yellow):属性|CENTER:BGCOLOR(yellow):射程|CENTER:BGCOLOR(yellow):HIT_S|CENTER:BGCOLOR(yellow):HIT_I|CENTER:BGCOLOR(yellow):CD|CENTER:BGCOLOR(yellow):RW|&gt;||
|~|~|~|~|CENTER:打|CENTER:B|CENTER:HIT_S|CENTER:HIT_I|CENTER:CD|CENTER:RW|~|~|
|~|~|~|&gt;|CENTER:BGCOLOR(yellow):特性|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|貫通, 透過|
|CENTER:BGCOLOR(yellow):☆|&gt;|CENTER:BGCOLOR(yellow):リロード|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|BGCOLOR(yellow):入手場所|
|CENTER:6|&gt;|CENTER:300|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|[[セントラル町&gt;個別/D-4]], [[ニンゲンムラ&gt;個別/F-1]]|
|&gt;|CENTER:BGCOLOR(yellow):説明|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|もどってくる飛び道具。|
|&gt;|&gt;|&amp;ref(http://cdn54.atwikiimg.com/shikaei/pub/image/weapons/04_boomerang.png,height=240,width=180)|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|前方に射出した後に, 180°ターンして戻ってくる. &amp;br()戻ってきたブーメランに触ってもキャッチなどはできず, そのまま後方へと飛んでいく. &amp;br()後方へ飛んだ後に自然消滅するのだが, &amp;br()後方への飛距離の方が前方の U ターンまでの距離よりも最終的に遠くまで伸びるため, &amp;br()飛距離を稼ぎたいならば敢えて背を向けて撃つという選択肢もある. &amp;br()&amp;br()透過特性を活かした壁越しの攻撃や挟みうちの対処, &amp;br()発射が早いため浮遊対象への攻撃も比較的容易であり, 用途の柔軟性の高さが非常に魅力的. &amp;br()多段ヒットウェポンの例に漏れずデカブツキラーだが, &amp;br()横方向に特化した軌道のため人型タイプへも十分通用する. &amp;br()HIT_Iは短めのため総ダメージ量も相応のものとなる. &amp;br()しかし 5 段ヒットはごく一部の超デカブツ相手でなければまず実現不可能なため, &amp;br()3 ～ 4 段を期待して使うべし. &amp;br()&amp;br()コスト相応の性能を誇り中盤のアタッカーとなりうる存在. &amp;br()木片よりも格段に扱いやすいため, 高価だが早期に入手する価値はある.|

**ライトソード
|&gt;|&gt;|CENTER:&amp;ref(http://cdn54.atwikiimg.com/shikaei/pub/image/icon_w/icon_05.png)||&gt;|CENTER:BGCOLOR(yellow):消費MS|CENTER:BGCOLOR(yellow):基本威力|CENTER:BGCOLOR(yellow):最大連撃数|CENTER:BGCOLOR(yellow):最大威力|&gt;|CENTER:BGCOLOR(yellow):DPMS|CENTER:BGCOLOR(yellow):DPS|
|~|~|~|CENTER:BGCOLOR(yellow):外部|CENTER:BGCOLOR(khaki):1/2|CENTER:BGCOLOR(chartreuse):1/3|CENTER:4|CENTER:1|CENTER:4|CENTER:BGCOLOR(khaki):8|CENTER:BGCOLOR(chartreuse):12|CENTER:|
|~|~|~|CENTER:BGCOLOR(silver):内部|CENTER:BGCOLOR(silver):15|CENTER:BGCOLOR(silver):10|CENTER:BGCOLOR(silver):40|~|CENTER:BGCOLOR(silver):40|CENTER:BGCOLOR(silver):80|CENTER:BGCOLOR(silver):120|CENTER:BGCOLOR(silver):|
|~|~|~||CENTER:BGCOLOR(yellow):属性|CENTER:BGCOLOR(yellow):射程|CENTER:BGCOLOR(yellow):HIT_S|CENTER:BGCOLOR(yellow):HIT_I|CENTER:BGCOLOR(yellow):CD|CENTER:BGCOLOR(yellow):RW|&gt;||
|~|~|~|~|CENTER:斬|CENTER:D|CENTER:HIT_S|CENTER:HIT_I|CENTER:CD|CENTER:RW|~|~|
|~|~|~|&gt;|CENTER:BGCOLOR(yellow):特性|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|貫通, 透過|
|CENTER:BGCOLOR(yellow):☆|&gt;|CENTER:BGCOLOR(yellow):リロード|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|BGCOLOR(yellow):入手場所|
|CENTER:-|&gt;|CENTER:130|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|[[戦士ネトロ①&gt;個別/H-3]]|
|&gt;|CENTER:BGCOLOR(yellow):説明|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|軽くて扱いやすい剣|
|&gt;|&gt;|&amp;ref(http://cdn54.atwikiimg.com/shikaei/pub/image/weapons/05_lightsword_1.png,height=240,width=180)|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|ネトロの贈り物その 1 . &amp;br()初動の速い剣の振り下ろし攻撃. 垂直に立てた剣を水平方向に振り下ろす. &amp;br()説明文からして &quot;光&quot; ではなく &quot;軽い&quot; という意味での &quot;light&quot; のようだ. &amp;br()その実光属性ではないので注意. 後の光の勇者なのに… &amp;br()&amp;br()射程は短いが判定は振り下ろし始めから発生するため当てやすい. 柄の部分でも攻撃可能. &amp;br()素早い相手は間合いが難しいが, 比較的 HIT_S が長いため攻撃後の離脱は容易. &amp;br()滞空特性を持たないため, 空中で振ると落下した分下方向にリーチが伸びてお得な気がする. &amp;br()しかし威力は 4 の最高 1 段止まりなので, 弱点を突けなければ火力に難あり. &amp;br()とは言うものの斬属性は貴重なので頼る機会は多い. &amp;br()中盤でより高火力の飛刀が入手できるが, 癖が強いためこちらの方が活躍できるケースも. &amp;br()無影斬がそこそこの火力を出せるので中盤以降はそちらで. &amp;br()&amp;br()軽い剣だけあってリロード時間はナイフを凌ぎ全ウェポン中最短. &amp;br()だが DPMS が絶望的なので MS に余裕がなければ連発はできないのが残念な所.|
|&gt;|CENTER:BGCOLOR(cyan):スキル|&gt;|&gt;|&gt;|&gt;|無影斬|CENTER:BGCOLOR(cyan):コマンド|&gt;|&gt;|&gt;|↑ + 武|
|&gt;|&gt;|CENTER:&amp;ref(http://cdn54.atwikiimg.com/shikaei/pub/image/weapons/05_lightsword_2.png,height=240,width=180)||&gt;|CENTER:BGCOLOR(yellow):消費MS|CENTER:BGCOLOR(yellow):基本威力|CENTER:BGCOLOR(yellow):最大連撃数|CENTER:BGCOLOR(yellow):最大威力|&gt;|CENTER:BGCOLOR(yellow):DPMS|CENTER:BGCOLOR(yellow):DPS|
|~|~|~|CENTER:BGCOLOR(yellow):外部|CENTER:BGCOLOR(khaki):1/2|CENTER:BGCOLOR(chartreuse):1/3|CENTER:7|CENTER:1|CENTER:7|CENTER:BGCOLOR(khaki):14|CENTER:BGCOLOR(chartreuse):21|CENTER:|
|~|~|~|CENTER:BGCOLOR(silver):内部|CENTER:BGCOLOR(silver):15|CENTER:BGCOLOR(silver):10|CENTER:BGCOLOR(silver):70|~|CENTER:BGCOLOR(silver):70|CENTER:BGCOLOR(silver):140|CENTER:BGCOLOR(silver):210|CENTER:BGCOLOR(silver):|
|~|~|~||CENTER:BGCOLOR(yellow):属性|CENTER:BGCOLOR(yellow):射程|CENTER:BGCOLOR(yellow):HIT_S|CENTER:BGCOLOR(yellow):HIT_I|CENTER:BGCOLOR(yellow):CD|CENTER:BGCOLOR(yellow):RW|&gt;||
|~|~|~|~|CENTER:斬|CENTER:D|CENTER:HIT_S|CENTER:HIT_I|CENTER:CD|CENTER:RW|~|~|
|~|~|~|&gt;|CENTER:BGCOLOR(yellow):特性|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|貫通, 透過|
|~|~|~|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|仰角 30° 方向への空中ステップからの無敵斬り.  ﾌﾞｳｩﾝ ﾌｫｯ&amp;br()発動から振り終わりまで一連の動作中は完全に無敵となるのが最大の特徴. &amp;br()回避の難しい攻撃を凌ぐために重宝されるが, &amp;br()攻撃判定は剣のみに発生するため攻撃目的で用いる場合は間合いが難しい. &amp;br()小さい相手には間合いを詰め過ぎて通り過ぎてしまう事が度々あるため, &amp;br()遠すぎるくらいからの発動が丁度いい感じ. &amp;br()発動中は無敵だが, 攻撃後の退避中は他のウェポン同様丸腰なので&amp;br()振り終わりに敵の本体や弾に重なってしまうと被ダメージ確定. &amp;br()特に HIT_S が長いウェポンのため, 敵弾の回避時に敵本体に攻撃が当たってしまうと&amp;br()弾のタイミングが大きく変わって事故るなんてケースもある. &amp;br()回避時には回避技と割り切って使うのが良いだろう.   &amp;br()&amp;br()&amp;bold(){特例として無影斬を使用した場合は直後のリロード時間が 130 ⇒ 250 と長くなる.} &amp;br()DPS は通常振りと殆ど変わらない. なんてこったい. &amp;br()&amp;br()ソニックスピアのチャージにも無敵判定があるため, 入手を急ぐ必要は無いと思われる.|
|~|~|~|&gt;|CENTER:BGCOLOR(yellow):習得方法|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|[[スキルツリー(セントラル町)&gt;個別/D-4]]|
|~|~|~|&gt;|CENTER:BGCOLOR(coral):備考|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|COLOR(red):発動中無敵&amp;br()リロードゲージ 130 ⇒ 250 に増大|

**打シールド
|&gt;|&gt;|CENTER:&amp;ref(http://cdn54.atwikiimg.com/shikaei/pub/image/icon_w/icon_06.png)||&gt;|CENTER:BGCOLOR(yellow):消費MS|CENTER:BGCOLOR(yellow):基本威力|CENTER:BGCOLOR(yellow):最大連撃数|CENTER:BGCOLOR(yellow):最大威力|&gt;|CENTER:BGCOLOR(yellow):DPMS|CENTER:BGCOLOR(yellow):DPS|
|~|~|~|CENTER:BGCOLOR(yellow):外部|CENTER:BGCOLOR(khaki):1/3|CENTER:BGCOLOR(chartreuse):1/6|CENTER:-|CENTER:-|CENTER:-|CENTER:BGCOLOR(khaki):-|CENTER:BGCOLOR(chartreuse):-|CENTER:-|
|~|~|~|CENTER:BGCOLOR(silver):内部|CENTER:BGCOLOR(silver):10|CENTER:BGCOLOR(silver):5|CENTER:BGCOLOR(silver):-|~|CENTER:BGCOLOR(silver):-|CENTER:BGCOLOR(silver):-|CENTER:BGCOLOR(silver):-|CENTER:BGCOLOR(silver):-|
|~|~|~||CENTER:BGCOLOR(yellow):属性|CENTER:BGCOLOR(yellow):射程|CENTER:BGCOLOR(yellow):HIT_S|CENTER:BGCOLOR(yellow):HIT_I|CENTER:BGCOLOR(yellow):CD|CENTER:BGCOLOR(yellow):RW|&gt;||
|~|~|~|~|CENTER:-|CENTER:-|CENTER:-|CENTER:-|CENTER:CD|CENTER:RW|~|~|
|~|~|~|&gt;|CENTER:BGCOLOR(yellow):特性|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|(なし)|
|CENTER:BGCOLOR(yellow):☆|&gt;|CENTER:BGCOLOR(yellow):リロード|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|BGCOLOR(yellow):入手場所|
|CENTER:4|&gt;|CENTER:800|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|[[セントラル町&gt;個別/D-4]], [[辺境の村&gt;個別/H-1]]|
|&gt;|CENTER:BGCOLOR(yellow):説明|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|1度だけ打攻撃を無効化する|
|&gt;|&gt;|&amp;ref(http://cdn54.atwikiimg.com/shikaei/pub/image/weapons/06_attack_shield.png,height=240,width=180)|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|防御ウェポンの一つ. &amp;br()ダメージ量を問わず打属性の被ダメージを 1 発分だけ無かった事にできる. &amp;br()殆どの敵の体当たり攻撃は打属性のため, 効果を発揮できる場面は意外と多い. &amp;br()&amp;br()全ての防御ウェポンに共通するが, &amp;br()シールドの消費自体はノーダメージクリアのグレート条件には影響しない. &amp;br()一応この点は救われているが, 防御時には通常と同様の HIT_I しか発生しないため, &amp;br()多段ヒットを狙ってくる細かい弾幕相手には効果が薄いという問題を抱えている. &amp;br()&amp;br()結局の所シールドでカバーできない属性も多数存在するため, &amp;br()これらに頼りきりのプレイスタイルは推奨できない. &amp;br()その実リロードカウントはシールドが消えた瞬間から回り始めるのだが, これがまた恐ろしく長い. &amp;br()ライフストーン同様に, 装備欄を一つ埋めるだけの働きができるかというと難しい場面が大半であろう. &amp;br()まあ使い所すらも希少な斬シールドよりは多少マシと言えるか.|
|~|~|~|&gt;|CENTER:BGCOLOR(coral):備考|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|COLOR(red):防御ウェポン ( 1 回のみ完全耐性 &quot;打&quot; ) &amp;br()リロードゲージ回復はシールド消滅後から開始|

**斬シールド
|&gt;|&gt;|CENTER:&amp;ref(http://cdn54.atwikiimg.com/shikaei/pub/image/icon_w/icon_07.png)||&gt;|CENTER:BGCOLOR(yellow):消費MS|CENTER:BGCOLOR(yellow):基本威力|CENTER:BGCOLOR(yellow):最大連撃数|CENTER:BGCOLOR(yellow):最大威力|&gt;|CENTER:BGCOLOR(yellow):DPMS|CENTER:BGCOLOR(yellow):DPS|
|~|~|~|CENTER:BGCOLOR(yellow):外部|CENTER:BGCOLOR(khaki):1/3|CENTER:BGCOLOR(chartreuse):1/6|CENTER:-|CENTER:-|CENTER:-|CENTER:BGCOLOR(khaki):-|CENTER:BGCOLOR(chartreuse):-|CENTER:-|
|~|~|~|CENTER:BGCOLOR(silver):内部|CENTER:BGCOLOR(silver):10|CENTER:BGCOLOR(silver):5|CENTER:BGCOLOR(silver):-|~|CENTER:BGCOLOR(silver):-|CENTER:BGCOLOR(silver):-|CENTER:BGCOLOR(silver):-|CENTER:BGCOLOR(silver):-|
|~|~|~||CENTER:BGCOLOR(yellow):属性|CENTER:BGCOLOR(yellow):射程|CENTER:BGCOLOR(yellow):HIT_S|CENTER:BGCOLOR(yellow):HIT_I|CENTER:BGCOLOR(yellow):CD|CENTER:BGCOLOR(yellow):RW|&gt;||
|~|~|~|~|CENTER:-|CENTER:-|CENTER:-|CENTER:-|CENTER:CD|CENTER:RW|~|~|
|~|~|~|&gt;|CENTER:BGCOLOR(yellow):特性|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|(なし)|
|CENTER:BGCOLOR(yellow):☆|&gt;|CENTER:BGCOLOR(yellow):リロード|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|BGCOLOR(yellow):入手場所|
|CENTER:4|&gt;|CENTER:800|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|[[セントラル町&gt;個別/D-4]]|
|&gt;|CENTER:BGCOLOR(yellow):説明|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|1度だけ斬攻撃を無効化する|
|&gt;|&gt;|&amp;ref(http://cdn54.atwikiimg.com/shikaei/pub/image/weapons/07_cut_shield.png,height=240,width=180)|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|防御ウェポンの一つ. &amp;bold(){究極の産廃.} &amp;br()ダメージ量を問わず斬属性の被ダメージを 1 発分だけ無かった事にできる. &amp;br()殆どの敵の体当たり攻撃は打属性な上に, &amp;br()斬属性だと思っていた攻撃が実は風属性だった…なんてケースは冷静に見るとかなり多いため, &amp;br()効果を発揮できる場面は恐ろしく少ない. &amp;br()&amp;br()ゴロゾの極太ビーム…あれ, 風属性なんですよ奥さん… &amp;br()&amp;br()一応マリが強力な斬属性攻撃を繰り出すため, その辺を中心に対応できる個所はある. &amp;br()ほんとに少ないが. &amp;br()&amp;br()余談だが, 打斬と来たが刺シールドは存在しない. 刺属性である魔界の物質を考慮しての設定なのだろう.|
|~|~|~|&gt;|CENTER:BGCOLOR(coral):備考|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|COLOR(red):防御ウェポン ( 1 回のみ完全耐性 &quot;斬&quot; ) &amp;br()リロードゲージ回復はシールド消滅後から開始|

**魔シールド
|&gt;|&gt;|CENTER:&amp;ref(http://cdn54.atwikiimg.com/shikaei/pub/image/icon_w/icon_08.png)||&gt;|CENTER:BGCOLOR(yellow):消費MS|CENTER:BGCOLOR(yellow):基本威力|CENTER:BGCOLOR(yellow):最大連撃数|CENTER:BGCOLOR(yellow):最大威力|&gt;|CENTER:BGCOLOR(yellow):DPMS|CENTER:BGCOLOR(yellow):DPS|
|~|~|~|CENTER:BGCOLOR(yellow):外部|CENTER:BGCOLOR(khaki):1/3|CENTER:BGCOLOR(chartreuse):1/6|CENTER:-|CENTER:-|CENTER:-|CENTER:BGCOLOR(khaki):-|CENTER:BGCOLOR(chartreuse):-|CENTER:-|
|~|~|~|CENTER:BGCOLOR(silver):内部|CENTER:BGCOLOR(silver):10|CENTER:BGCOLOR(silver):5|CENTER:BGCOLOR(silver):-|~|CENTER:BGCOLOR(silver):-|CENTER:BGCOLOR(silver):-|CENTER:BGCOLOR(silver):-|CENTER:BGCOLOR(silver):-|
|~|~|~||CENTER:BGCOLOR(yellow):属性|CENTER:BGCOLOR(yellow):射程|CENTER:BGCOLOR(yellow):HIT_S|CENTER:BGCOLOR(yellow):HIT_I|CENTER:BGCOLOR(yellow):CD|CENTER:BGCOLOR(yellow):RW|&gt;||
|~|~|~|~|CENTER:-|CENTER:-|CENTER:-|CENTER:-|CENTER:CD|CENTER:RW|~|~|
|~|~|~|&gt;|CENTER:BGCOLOR(yellow):特性|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|(なし)|
|CENTER:BGCOLOR(yellow):☆|&gt;|CENTER:BGCOLOR(yellow):リロード|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|BGCOLOR(yellow):入手場所|
|CENTER:6|&gt;|CENTER:800|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|[[ニンゲンムラ&gt;個別/F-1]]|
|&gt;|CENTER:BGCOLOR(yellow):説明|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|1度だけ火水土風攻撃を無効化する|
|&gt;|&gt;|&amp;ref(http://cdn54.atwikiimg.com/shikaei/pub/image/weapons/08_magic_shield.png,height=240,width=180)|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|防御ウェポンの一つ. &amp;br()ダメージ量を問わず魔法系基本 4 属性の被ダメージを 1 発分だけ無かった事にできる. &amp;br()4 種類もの属性をカバーできるだけあって効果を発揮できる場面は多め. &amp;br()その分一丁前に他のシールドより値が張るため早期のうちに安易に手を出すべきではない. &amp;br()魔法攻撃は HIT_I が短いものが結構あるため焼け石に水である事も多いと思われる. &amp;br()&amp;br()また注意点として, あくまでも火水土風の 4 属性のみであり, &amp;bold(){光属性と闇属性に対しては無効である.} &amp;br()最終決戦では役に立たない.|
|~|~|~|&gt;|CENTER:BGCOLOR(coral):備考|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|COLOR(red):防御ウェポン ( 1 回のみ完全耐性 &quot;火&quot; &quot;水&quot; &quot;土&quot; &quot;風&quot; ) &amp;br()リロードゲージ回復はシールド消滅後から開始|

**スターボウ
|&gt;|&gt;|CENTER:&amp;ref(http://cdn54.atwikiimg.com/shikaei/pub/image/icon_w/icon_09.png)||&gt;|CENTER:BGCOLOR(yellow):消費MS|CENTER:BGCOLOR(yellow):基本威力|CENTER:BGCOLOR(yellow):最大連撃数|CENTER:BGCOLOR(yellow):最大威力|&gt;|CENTER:BGCOLOR(yellow):DPMS|CENTER:BGCOLOR(yellow):DPS|
|~|~|~|CENTER:BGCOLOR(yellow):外部|CENTER:BGCOLOR(khaki):2/3|CENTER:BGCOLOR(chartreuse):1/2|CENTER:7|CENTER:2|CENTER:14|CENTER:BGCOLOR(khaki):21|CENTER:BGCOLOR(chartreuse):28|CENTER:|
|~|~|~|CENTER:BGCOLOR(silver):内部|CENTER:BGCOLOR(silver):20|CENTER:BGCOLOR(silver):15|CENTER:BGCOLOR(silver):70|~|CENTER:BGCOLOR(silver):140|CENTER:BGCOLOR(silver):210|CENTER:BGCOLOR(silver):280|CENTER:BGCOLOR(silver):|
|~|~|~||CENTER:BGCOLOR(yellow):属性|CENTER:BGCOLOR(yellow):射程|CENTER:BGCOLOR(yellow):HIT_S|CENTER:BGCOLOR(yellow):HIT_I|CENTER:BGCOLOR(yellow):CD|CENTER:BGCOLOR(yellow):RW|&gt;||
|~|~|~|~|CENTER:刺|CENTER:A|CENTER:HIT_S|CENTER:HIT_I|CENTER:CD|CENTER:RW|~|~|
|~|~|~|&gt;|CENTER:BGCOLOR(yellow):特性|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|貫通|
|CENTER:BGCOLOR(yellow):☆|&gt;|CENTER:BGCOLOR(yellow):リロード|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|BGCOLOR(yellow):入手場所|
|CENTER:8|&gt;|CENTER:350|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|[[ニンゲンムラ&gt;個別/F-1]]|
|&gt;|CENTER:BGCOLOR(yellow):説明|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|敵を貫通する矢を発射する弓|
|&gt;|&gt;|&amp;ref(http://cdn54.atwikiimg.com/shikaei/pub/image/weapons/09_starbow_1.png,height=240,width=180)|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|平たく言えば高威力の貫通するナイフ. スターとあるが原則として刺属性. &amp;br()多段性能が皆無のため最大威力は低めだが, &amp;br()入手時期が早めのため中盤にかけてブーメランと並んで活躍できる頼り甲斐のあるウェポン. &amp;br()[[ニンゲンムラ&gt;個別/F-1]]の時点で基本威力 7 は破格に感じるだろう.  &amp;br()基本威力と貫通特性が売りのウェポンのため, 連撃数は期待せず 1 段という前提で使っていこう. &amp;br()&amp;br()ナイフほどの速度は出ず, また弓を構える動作がある関係で発射までに時間がかかるため, &amp;br()標的に逃げられてしまう事もあるのが難点. &amp;br()発射の遅さからジャンプとの相性は悪いので, 対空攻撃は相手の下を取って上射ちで対応すべし. &amp;br()&amp;br()消費, リロード共に少なくはないので確実に当てていきたい. |
|&gt;|CENTER:BGCOLOR(cyan):スキル|&gt;|&gt;|&gt;|&gt;|上射ち|CENTER:BGCOLOR(cyan):コマンド|&gt;|&gt;|&gt;|↑ + 武|
|&gt;|&gt;|CENTER:&amp;ref(http://cdn54.atwikiimg.com/shikaei/pub/image/weapons/09_starbow_2.png,height=240,width=180)||&gt;|CENTER:BGCOLOR(yellow):消費MS|CENTER:BGCOLOR(yellow):基本威力|CENTER:BGCOLOR(yellow):最大連撃数|CENTER:BGCOLOR(yellow):最大威力|&gt;|CENTER:BGCOLOR(yellow):DPMS|CENTER:BGCOLOR(yellow):DPS|
|~|~|~|CENTER:BGCOLOR(yellow):外部|CENTER:BGCOLOR(khaki):2/3|CENTER:BGCOLOR(chartreuse):1/2|CENTER:7|CENTER:2|CENTER:14|CENTER:BGCOLOR(khaki):21|CENTER:BGCOLOR(chartreuse):28|CENTER:|
|~|~|~|CENTER:BGCOLOR(silver):内部|CENTER:BGCOLOR(silver):20|CENTER:BGCOLOR(silver):15|CENTER:BGCOLOR(silver):70|~|CENTER:BGCOLOR(silver):140|CENTER:BGCOLOR(silver):210|CENTER:BGCOLOR(silver):280|CENTER:BGCOLOR(silver):|
|~|~|~||CENTER:BGCOLOR(yellow):属性|CENTER:BGCOLOR(yellow):射程|CENTER:BGCOLOR(yellow):HIT_S|CENTER:BGCOLOR(yellow):HIT_I|CENTER:BGCOLOR(yellow):CD|CENTER:BGCOLOR(yellow):RW|&gt;||
|~|~|~|~|CENTER:刺|CENTER:A|CENTER:HIT_S|CENTER:HIT_I|CENTER:CD|CENTER:RW|~|~|
|~|~|~|&gt;|CENTER:BGCOLOR(yellow):特性|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|貫通|
|~|~|~|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|仰角 45° 方向への弓攻撃. 基本性能は通常と同じ. &amp;br()透過特性を持たないウェポンなので, 障害物にひっかけないよう注意. &amp;br()&amp;br()斜めに飛ぶ分通常よりも X 軸速度が控えめのため, &amp;br()[[村喰いのマトス&gt;個別/E-8]]では貴重な 2 段ヒットが安定して繰り出せる主力として活躍できる.|
|~|~|~|&gt;|CENTER:BGCOLOR(yellow):習得方法|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|(最初から使用可能)|
|&gt;|CENTER:BGCOLOR(cyan):スキル|&gt;|&gt;|&gt;|&gt;|ライトアロー|CENTER:BGCOLOR(cyan):コマンド|&gt;|&gt;|&gt;|↓ + 武|
|&gt;|&gt;|CENTER:&amp;ref(http://cdn54.atwikiimg.com/shikaei/pub/image/weapons/09_starbow_3.png,height=240,width=180)||&gt;|CENTER:BGCOLOR(yellow):消費MS|CENTER:BGCOLOR(yellow):基本威力|CENTER:BGCOLOR(yellow):最大連撃数|CENTER:BGCOLOR(yellow):最大威力|&gt;|CENTER:BGCOLOR(yellow):DPMS|CENTER:BGCOLOR(yellow):DPS|
|~|~|~|CENTER:BGCOLOR(yellow):外部|CENTER:BGCOLOR(khaki):2/3|CENTER:BGCOLOR(chartreuse):1/2|CENTER:4|CENTER:4|CENTER:16|CENTER:BGCOLOR(khaki):24|CENTER:BGCOLOR(chartreuse):32|CENTER:|
|~|~|~|CENTER:BGCOLOR(silver):内部|CENTER:BGCOLOR(silver):20|CENTER:BGCOLOR(silver):15|CENTER:BGCOLOR(silver):40|~|CENTER:BGCOLOR(silver):160|CENTER:BGCOLOR(silver):240|CENTER:BGCOLOR(silver):320|CENTER:BGCOLOR(silver):|
|~|~|~||CENTER:BGCOLOR(yellow):属性|CENTER:BGCOLOR(yellow):射程|CENTER:BGCOLOR(yellow):HIT_S|CENTER:BGCOLOR(yellow):HIT_I|CENTER:BGCOLOR(yellow):CD|CENTER:BGCOLOR(yellow):RW|&gt;||
|~|~|~|~|CENTER:COLOR(red):&amp;bold(){光}|CENTER:C|CENTER:HIT_S|CENTER:HIT_I|CENTER:CD|CENTER:RW|~|~|
|~|~|~|&gt;|CENTER:BGCOLOR(yellow):特性|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|貫通, 透過|
|~|~|~|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|放物線上に光点を打ち上げた後, 光点から光の矢を 4 本真下に射出して攻撃する. &amp;br()最初に打ち上げる光点は攻撃判定を持たず, &amp;br()また透過特性も持たないため障害物に当たるとその場に止まってしまう. &amp;br()天井の低い所では使いにくい. &amp;br()&amp;br()特筆すべきはその属性であり, &amp;bold(){&amp;color(red){何と全てのマナウェポンの中で唯一の光属性扱い.}} &amp;br()即ちゴロゾ③のダークフィールドに対抗できるマナウェポンはこれだけである. &amp;br()光属性を弱点とする敵は少ないが, &amp;br()DPMS は向上しているため単体相手ならばこちらの方が高火力を出せる. &amp;br()しかし入手時期もさながら入手条件がかなりシビアなため, &amp;br()入手せずクリアしたプレイヤーも多いと思われる. &amp;br()つまりは特に必須ではない. &amp;br()&amp;br()前作でも同名のスキルをエレレレが使用している. &amp;br()高威力低燃費の非常に強力な攻撃は最終決戦で猛威を振るった.|
|~|~|~|&gt;|CENTER:BGCOLOR(yellow):習得方法|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|[[スキルツリー(城下町マロ)&gt;個別/F-8]]|

**グリーム
|&gt;|&gt;|CENTER:&amp;ref(http://cdn54.atwikiimg.com/shikaei/pub/image/icon_w/icon_10.png)||&gt;|CENTER:BGCOLOR(yellow):消費MS|CENTER:BGCOLOR(yellow):基本威力|CENTER:BGCOLOR(yellow):最大連撃数|CENTER:BGCOLOR(yellow):最大威力|&gt;|CENTER:BGCOLOR(yellow):DPMS|CENTER:BGCOLOR(yellow):DPS|
|~|~|~|CENTER:BGCOLOR(yellow):外部|CENTER:BGCOLOR(khaki):1/5|CENTER:BGCOLOR(chartreuse):1/30|CENTER:2|CENTER:1|CENTER:2|CENTER:BGCOLOR(khaki):10|CENTER:BGCOLOR(chartreuse):60|CENTER:|
|~|~|~|CENTER:BGCOLOR(silver):内部|CENTER:BGCOLOR(silver):6|CENTER:BGCOLOR(silver):1|CENTER:BGCOLOR(silver):20|~|CENTER:BGCOLOR(silver):20|CENTER:BGCOLOR(silver):100|CENTER:BGCOLOR(silver):600|CENTER:BGCOLOR(silver):|
|~|~|~||CENTER:BGCOLOR(yellow):属性|CENTER:BGCOLOR(yellow):射程|CENTER:BGCOLOR(yellow):HIT_S|CENTER:BGCOLOR(yellow):HIT_I|CENTER:BGCOLOR(yellow):CD|CENTER:BGCOLOR(yellow):RW|&gt;||
|~|~|~|~|CENTER:打|CENTER:E|CENTER:HIT_S|CENTER:HIT_I|CENTER:CD|CENTER:RW|~|~|
|~|~|~|&gt;|CENTER:BGCOLOR(yellow):特性|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|貫通, 透過, 滞空|
|CENTER:BGCOLOR(yellow):☆|&gt;|CENTER:BGCOLOR(yellow):リロード|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|BGCOLOR(yellow):入手場所|
|CENTER:7|&gt;|CENTER:150|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|[[ニンゲンムラ&gt;個別/F-1]], [[城下町マロ&gt;個別/F-8]]|
|&gt;|CENTER:BGCOLOR(yellow):説明|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|敵を叩くと回復する杖|
|&gt;|&gt;|&amp;ref(http://cdn54.atwikiimg.com/shikaei/pub/image/weapons/10_gleam_1.png,height=240,width=180)|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|桃色のスーパーボールをふんわり射出して攻撃…ではなく, 特殊な杖による殴打攻撃. &amp;br()攻撃がヒットすると微量ながら自身の HP が回復する. &amp;br()基本の回復量は 1 発につき 1/15 (内部 : 2) であり, この回復量も属性による補正が適用されている. &amp;br()即ち打属性に耐性を持つ相手からは 1/30 (内部 : 1), 弱点の相手からは 1/10 (内部 : 3) 回復できる. &amp;br()&amp;br()攻撃と回復を両立できる訳だが, &amp;br()攻撃力はかなり貧弱なので希少な回復効果を買って使っていく事になるだろう. &amp;br()しかしムチャクチャ射程が短い上に振りも一瞬のため, &amp;br()間合いやタイミングには細心の注意を払わなければならない. &amp;br()回復するはずが返り討ちに遭って逆にHPが減った…なんてケースはよくある話なので, &amp;br()接触判定を持つ相手には使用を控えるべき. &amp;br()&amp;br()消費が非常に少ないためエコノミーによる恩恵はかなり大きい. &amp;br()DPMS はかなり高くなるが, やはり射程がネックのため攻撃は他のウェポンに任せるべき. &amp;br()使用する場合は下記のコンボで 3 連撃を狙っていくのが常套であろう. |
|~|~|~|&gt;|CENTER:BGCOLOR(coral):備考|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|COLOR(red):ヒット時に HP 回復 (回復量 : 1/15 (内部 : 2))&amp;br()※回復量は属性補正あり|
|&gt;|CENTER:BGCOLOR(cyan):スキル|&gt;|&gt;|&gt;|&gt;|コンボ|CENTER:BGCOLOR(cyan):コマンド|&gt;|&gt;|&gt;|武武 or 武武武|
|&gt;|&gt;|CENTER:&amp;ref(http://cdn54.atwikiimg.com/shikaei/pub/image/weapons/10_gleam_2.png,height=240,width=180)||&gt;|CENTER:BGCOLOR(yellow):消費MS|CENTER:BGCOLOR(yellow):基本威力|CENTER:BGCOLOR(yellow):最大連撃数|CENTER:BGCOLOR(yellow):最大威力|&gt;|CENTER:BGCOLOR(yellow):DPMS|CENTER:BGCOLOR(yellow):DPS|
|~|~|~|CENTER:BGCOLOR(yellow):外部|CENTER:BGCOLOR(khaki):1/5 * ( 2~3 )|CENTER:BGCOLOR(chartreuse):1/30 * ( 2~3 )|CENTER:2|CENTER:3|CENTER:6|CENTER:BGCOLOR(khaki):10|CENTER:BGCOLOR(chartreuse):60|CENTER:|
|~|~|~|CENTER:BGCOLOR(silver):内部|CENTER:BGCOLOR(silver):6 * ( 2~3 )|CENTER:BGCOLOR(silver):1 * ( 2~3 )|CENTER:BGCOLOR(silver):20|~|CENTER:BGCOLOR(silver):60|CENTER:BGCOLOR(silver):100|CENTER:BGCOLOR(silver):600|CENTER:BGCOLOR(silver):|
|~|~|~||CENTER:BGCOLOR(yellow):属性|CENTER:BGCOLOR(yellow):射程|CENTER:BGCOLOR(yellow):HIT_S|CENTER:BGCOLOR(yellow):HIT_I|CENTER:BGCOLOR(yellow):CD|CENTER:BGCOLOR(yellow):RW|&gt;||
|~|~|~|~|CENTER:打|CENTER:E|CENTER:HIT_S|CENTER:HIT_I|CENTER:CD|CENTER:RW|~|~|
|~|~|~|&gt;|CENTER:BGCOLOR(yellow):特性|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|貫通, 透過, 滞空|
|~|~|~|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|グリームの基本となる 3 連撃. 1 発目に続けての上下の往復殴打. &amp;br()リロード 1 回の間に 3 回攻撃ができるため, このスキルを多用する形となるのが一般的. &amp;br()ナイフよりも攻撃間隔が短いため, 適当なボタン入力ではコンボが途中で切れてしまう事もある. &amp;br()素早く連打しよう. &amp;br()&amp;br()HIT_S は並々だが, 間隔が短いため 1 発目が入れば続けて 2 発も大抵はヒットする. &amp;br()なけなしの滞空特性はコンボならばより活かせるが, 活躍の場面は少ないだろう. &amp;br()&amp;br()さて, 通常この 3 連コンボを 5 回成功させればHPが 1 ゲージ回復できるわけだが… &amp;br()果たして実用に耐えうる性能かどうかは言わずもがなといった所か. &amp;br()なのに何でこんなに高価なんだ…|
|~|~|~|&gt;|CENTER:BGCOLOR(yellow):習得方法|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|(最初から使用可能)|
|~|~|~|&gt;|CENTER:BGCOLOR(coral):備考|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|COLOR(red):ヒット時に HP 回復 (回復量 : 1/15 (内部 : 2))&amp;br()※回復量は属性補正あり|
|&gt;|CENTER:BGCOLOR(cyan):スキル|&gt;|&gt;|&gt;|&gt;|ヒール|CENTER:BGCOLOR(cyan):コマンド|&gt;|&gt;|&gt;|↑ + 武|
|&gt;|&gt;|CENTER:&amp;ref(http://cdn54.atwikiimg.com/shikaei/pub/image/weapons/10_gleam_3.png,height=240,width=180)||&gt;|CENTER:BGCOLOR(yellow):消費MS|CENTER:BGCOLOR(yellow):基本威力|CENTER:BGCOLOR(yellow):最大連撃数|CENTER:BGCOLOR(yellow):最大威力|&gt;|CENTER:BGCOLOR(yellow):DPMS|CENTER:BGCOLOR(yellow):DPS|
|~|~|~|CENTER:BGCOLOR(yellow):外部|CENTER:BGCOLOR(khaki):1/5|CENTER:BGCOLOR(chartreuse):1/30|CENTER:-|CENTER:-|CENTER:-|CENTER:BGCOLOR(khaki):-|CENTER:BGCOLOR(chartreuse):-|CENTER:-|
|~|~|~|CENTER:BGCOLOR(silver):内部|CENTER:BGCOLOR(silver):6|CENTER:BGCOLOR(silver):1|CENTER:BGCOLOR(silver):-|~|CENTER:BGCOLOR(silver):-|CENTER:BGCOLOR(silver):-|CENTER:BGCOLOR(silver):-|CENTER:BGCOLOR(silver):-|
|~|~|~||CENTER:BGCOLOR(yellow):属性|CENTER:BGCOLOR(yellow):射程|CENTER:BGCOLOR(yellow):HIT_S|CENTER:BGCOLOR(yellow):HIT_I|CENTER:BGCOLOR(yellow):CD|CENTER:BGCOLOR(yellow):RW|&gt;||
|~|~|~|~|CENTER:-|CENTER:-|CENTER:-|CENTER:-|CENTER:CD|CENTER:RW|~|~|
|~|~|~|&gt;|CENTER:BGCOLOR(yellow):特性|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|消滅|
|~|~|~|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|シンプルな回復スキル. HPをゲージ 2 本分回復できる. &amp;br()しかし使用後はグリームのリロードゲージが回復しなくなり, &amp;br()ステージが終了するまでウェポン自体を使用する事が出来なくなる. &amp;br()&amp;br()瞬間的な回復量はライフストーンよりも多いが, &amp;br()やっぱり回復スキル自体がナンセンスなので活躍の場は期待できないだろう. &amp;br()攻撃もできる事を考えれば最終的にはライフストーンよりはこちらを頼っていく方がおいしいと言えるか. |
|~|~|~|&gt;|CENTER:BGCOLOR(yellow):習得方法|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|[[スキルツリー(ニンゲンムラ)&gt;個別/F-1]]|
|~|~|~|&gt;|CENTER:BGCOLOR(coral):備考|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|COLOR(red):回復スキル (回復量 : 2 (内部 : 60))|

**ソニックスピア
|&gt;|&gt;|CENTER:&amp;ref(http://cdn54.atwikiimg.com/shikaei/pub/image/icon_w/icon_11.png)||&gt;|CENTER:BGCOLOR(yellow):消費MS|CENTER:BGCOLOR(yellow):基本威力|CENTER:BGCOLOR(yellow):最大連撃数|CENTER:BGCOLOR(yellow):最大威力|&gt;|CENTER:BGCOLOR(yellow):DPMS|CENTER:BGCOLOR(yellow):DPS|
|~|~|~|CENTER:BGCOLOR(yellow):外部|CENTER:BGCOLOR(khaki):2/3|CENTER:BGCOLOR(chartreuse):1/2|CENTER:9|CENTER:1|CENTER:9|CENTER:BGCOLOR(khaki):13.5|CENTER:BGCOLOR(chartreuse):18|CENTER:|
|~|~|~|CENTER:BGCOLOR(silver):内部|CENTER:BGCOLOR(silver):20|CENTER:BGCOLOR(silver):15|CENTER:BGCOLOR(silver):90|~|CENTER:BGCOLOR(silver):90|CENTER:BGCOLOR(silver):135|CENTER:BGCOLOR(silver):180|CENTER:BGCOLOR(silver):|
|~|~|~||CENTER:BGCOLOR(yellow):属性|CENTER:BGCOLOR(yellow):射程|CENTER:BGCOLOR(yellow):HIT_S|CENTER:BGCOLOR(yellow):HIT_I|CENTER:BGCOLOR(yellow):CD|CENTER:BGCOLOR(yellow):RW|&gt;||
|~|~|~|~|CENTER:刺|CENTER:D|CENTER:HIT_S|CENTER:HIT_I|CENTER:CD|CENTER:RW|~|~|
|~|~|~|&gt;|CENTER:BGCOLOR(yellow):特性|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|貫通, 透過|
|CENTER:BGCOLOR(yellow):☆|&gt;|CENTER:BGCOLOR(yellow):リロード|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|BGCOLOR(yellow):入手場所|
|CENTER:-|&gt;|CENTER:230|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|[[戦士ネトロ②&gt;個別/C-6]]|
|&gt;|CENTER:BGCOLOR(yellow):説明|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|真横に突く槍|
|&gt;|&gt;|&amp;ref(http://cdn54.atwikiimg.com/shikaei/pub/image/weapons/11_sonicspear_1.png,height=240,width=180)|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|ネトロの贈り物その 2 . &amp;br()優れた攻撃力を持つ槍による刺突攻撃. &amp;br()使い勝手はライトソードに似ているが攻撃力が段違い. &amp;br()更にリロード時間は素のライトソードには及ばないがかなり短い. &amp;br()柄の部分でも攻撃できるため, 実は後方にも当たり判定がある. &amp;br()&amp;br()無敵判定を持つチャージに頼る機会が多いと思われるが, &amp;br()空中の相手には高さの調節が難しいためそういう場合は通常振りの方が適任. &amp;br()通常とスキルのバランスも取れている優秀なウェポン. &amp;br()スターボウに次ぐ刺属性 2 番目の革命児として終盤まで使っていけるだろう. &amp;br()中盤以降はとりあえず迷ったらこれ, と言える位の案牌. &amp;br()&amp;br()連撃数はどう足掻いても 1 ヒット止まりなので人型タイプ向け.|
|&gt;|CENTER:BGCOLOR(cyan):スキル|&gt;|&gt;|&gt;|&gt;|チャージ|CENTER:BGCOLOR(cyan):コマンド|&gt;|&gt;|&gt;|ダッシュ + 武|
|&gt;|&gt;|CENTER:&amp;ref(http://cdn54.atwikiimg.com/shikaei/pub/image/weapons/11_sonicspear_2.png,height=240,width=180)||&gt;|CENTER:BGCOLOR(yellow):消費MS|CENTER:BGCOLOR(yellow):基本威力|CENTER:BGCOLOR(yellow):最大連撃数|CENTER:BGCOLOR(yellow):最大威力|&gt;|CENTER:BGCOLOR(yellow):DPMS|CENTER:BGCOLOR(yellow):DPS|
|~|~|~|CENTER:BGCOLOR(yellow):外部|CENTER:BGCOLOR(khaki):2/3|CENTER:BGCOLOR(chartreuse):1/2|CENTER:11|CENTER:1|CENTER:11|CENTER:BGCOLOR(khaki):16.5|CENTER:BGCOLOR(chartreuse):22|CENTER:|
|~|~|~|CENTER:BGCOLOR(silver):内部|CENTER:BGCOLOR(silver):20|CENTER:BGCOLOR(silver):15|CENTER:BGCOLOR(silver):110|~|CENTER:BGCOLOR(silver):110|CENTER:BGCOLOR(silver):165|CENTER:BGCOLOR(silver):220|CENTER:BGCOLOR(silver):|
|~|~|~||CENTER:BGCOLOR(yellow):属性|CENTER:BGCOLOR(yellow):射程|CENTER:BGCOLOR(yellow):HIT_S|CENTER:BGCOLOR(yellow):HIT_I|CENTER:BGCOLOR(yellow):CD|CENTER:BGCOLOR(yellow):RW|&gt;||
|~|~|~|~|CENTER:刺|CENTER:B|CENTER:HIT_S|CENTER:HIT_I|CENTER:CD|CENTER:RW|~|~|
|~|~|~|&gt;|CENTER:BGCOLOR(yellow):特性|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|貫通, 透過|
|~|~|~|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|ダッシュ中に使用する事で強力な突進を繰り出せる. ソニックスピアの象徴的スキル. &amp;br()通常より威力が上がる他, 突進中は短いながらも無敵となる. &amp;br()すれ違いざまに繰り出す事で攻撃と回避の両立, ローリスクハイリターンの戦術が確立できるため, &amp;br()それまでのセオリーを覆す革新的な性能を誇る. &amp;br()&amp;br()着地点に気をつけておけば常に安全に攻撃が出来るため, &amp;br()立ち回り次第で終盤のより威力の高いウェポン以上に活躍が可能. &amp;br()&amp;br()空中ダッシュがあれば空中でも発動が可能だが, &amp;br()事前の溜めがやや長め + 溜め中は通常通り落下してしまうため, 狙った高さでの発動は難しい. &amp;br()空中での発動時にも真横に進む性質が長所でもあり短所でもある. &amp;br()縦方向に攻撃がしたいならば落下中に通常振りを行うのが良いだろう. |
|~|~|~|&gt;|CENTER:BGCOLOR(yellow):習得方法|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|(最初から使用可能)|
|~|~|~|&gt;|CENTER:BGCOLOR(coral):備考|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|COLOR(red):突進中無敵|

**トンファー
|&gt;|&gt;|CENTER:&amp;ref(http://cdn54.atwikiimg.com/shikaei/pub/image/icon_w/icon_12.png)||&gt;|CENTER:BGCOLOR(yellow):消費MS|CENTER:BGCOLOR(yellow):基本威力|CENTER:BGCOLOR(yellow):最大連撃数|CENTER:BGCOLOR(yellow):最大威力|&gt;|CENTER:BGCOLOR(yellow):DPMS|CENTER:BGCOLOR(yellow):DPS|
|~|~|~|CENTER:BGCOLOR(yellow):外部|CENTER:BGCOLOR(khaki):2/3|CENTER:BGCOLOR(chartreuse):1/2|CENTER:2|CENTER:7|CENTER:14|CENTER:BGCOLOR(khaki):21|CENTER:BGCOLOR(chartreuse):28|CENTER:|
|~|~|~|CENTER:BGCOLOR(silver):内部|CENTER:BGCOLOR(silver):20|CENTER:BGCOLOR(silver):15|CENTER:BGCOLOR(silver):20|~|CENTER:BGCOLOR(silver):140|CENTER:BGCOLOR(silver):210|CENTER:BGCOLOR(silver):280|CENTER:BGCOLOR(silver):|
|~|~|~||CENTER:BGCOLOR(yellow):属性|CENTER:BGCOLOR(yellow):射程|CENTER:BGCOLOR(yellow):HIT_S|CENTER:BGCOLOR(yellow):HIT_I|CENTER:BGCOLOR(yellow):CD|CENTER:BGCOLOR(yellow):RW|&gt;||
|~|~|~|~|CENTER:打|CENTER:E|CENTER:HIT_S|CENTER:HIT_I|CENTER:CD|CENTER:RW|~|~|
|~|~|~|&gt;|CENTER:BGCOLOR(yellow):特性|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|貫通, 透過, 滞空|
|CENTER:BGCOLOR(yellow):☆|&gt;|CENTER:BGCOLOR(yellow):リロード|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|BGCOLOR(yellow):入手場所|
|CENTER:8|&gt;|CENTER:230|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|[[辺境の村&gt;個別/H-1]]|
|&gt;|CENTER:BGCOLOR(yellow):説明|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|回転して叩き込む連撃|
|&gt;|CENTER:BGCOLOR(cyan):スキル|&gt;|&gt;|&gt;|&gt;|移動|CENTER:BGCOLOR(cyan):コマンド|&gt;|&gt;|&gt;|攻撃中 ← or →|
|&gt;|&gt;|&amp;ref(http://cdn54.atwikiimg.com/shikaei/pub/image/weapons/12_tonfa.png,height=240,width=180)|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|トンファーの回転振り回し攻撃. &amp;br()一丁前の消費に対して基本威力と射程の低性能が泣ける安定の産廃. &amp;br()打属性には優秀なウェポンが多数存在するのも悪評に拍車をかけている. &amp;br()連撃数は驚異の 7 ヒットまで伸びるが, 回転の中心に敵を重ねないとここまでの数字は出ない. &amp;br()端で当てた場合は精々 2 ～ 3 ヒットが関の山である. &amp;br()基本的に接触判定の無い安全に重なれる相手にしか本気を出せない困った奴. &amp;br()ヒット数が多いのでゲージ稼ぎに活かせそうだが, 射程が短すぎるためお話にならない. &amp;br()&amp;br()スキルとして攻撃中の移動が挙げられているが速度はかなり遅い. &amp;br()そもそも攻撃中に移動できるウェポンは他にもあるため別に特筆すべき内容でもない. &amp;br()こんなものにカオスポイントを 8 も浪費するのは愚策にも程がある. &amp;br()明らかに値段の設定がおかしいため早期には絶対に手を出さない事. &amp;br()&amp;br()…そもそもトンファーってこうやって扱う武器だったっけ?|

**飛刀
|&gt;|&gt;|CENTER:&amp;ref(http://cdn54.atwikiimg.com/shikaei/pub/image/icon_w/icon_13.png)||&gt;|CENTER:BGCOLOR(yellow):消費MS|CENTER:BGCOLOR(yellow):基本威力|CENTER:BGCOLOR(yellow):最大連撃数|CENTER:BGCOLOR(yellow):最大威力|&gt;|CENTER:BGCOLOR(yellow):DPMS|CENTER:BGCOLOR(yellow):DPS|
|~|~|~|CENTER:BGCOLOR(yellow):外部|CENTER:BGCOLOR(khaki):2/3|CENTER:BGCOLOR(chartreuse):1/2|CENTER:11|CENTER:1|CENTER:11|CENTER:BGCOLOR(khaki):16.5|CENTER:BGCOLOR(chartreuse):22|CENTER:|
|~|~|~|CENTER:BGCOLOR(silver):内部|CENTER:BGCOLOR(silver):20|CENTER:BGCOLOR(silver):15|CENTER:BGCOLOR(silver):110|~|CENTER:BGCOLOR(silver):110|CENTER:BGCOLOR(silver):165|CENTER:BGCOLOR(silver):220|CENTER:BGCOLOR(silver):|
|~|~|~||CENTER:BGCOLOR(yellow):属性|CENTER:BGCOLOR(yellow):射程|CENTER:BGCOLOR(yellow):HIT_S|CENTER:BGCOLOR(yellow):HIT_I|CENTER:BGCOLOR(yellow):CD|CENTER:BGCOLOR(yellow):RW|&gt;||
|~|~|~|~|CENTER:斬|CENTER:C|CENTER:HIT_S|CENTER:HIT_I|CENTER:CD|CENTER:RW|~|~|
|~|~|~|&gt;|CENTER:BGCOLOR(yellow):特性|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|貫通, 透過, 滞空|
|CENTER:BGCOLOR(yellow):☆|&gt;|CENTER:BGCOLOR(yellow):リロード|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|BGCOLOR(yellow):入手場所|
|CENTER:9|&gt;|CENTER:300|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|[[辺境の村&gt;個別/H-1]]|
|&gt;|CENTER:BGCOLOR(yellow):説明|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|跳ねて、斬る|
|&gt;|&gt;|&amp;ref(http://cdn54.atwikiimg.com/shikaei/pub/image/weapons/13_jumpblade.png,height=240,width=180)|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|発動位置から真上に上昇して後に一閃. &amp;br()攻撃自体はシンプルだが何故か跳ねる. 優秀な攻撃力を持つひねくれ者なウェポン. &amp;br()上昇とは言うものの実際は上方への瞬間移動に近く, &amp;br()上昇地点への途中に敵の攻撃が割り込んでいてもダメージは受けずに済む. (障害物はすり抜けられない) &amp;br()また上昇後はその場から普通に落下するため, &amp;br()単純に高度を稼ぐ手段としてアクションステージ等で必要とする場面もある. &amp;br()&amp;br()人型タイプ相手にはわざわざ下を取る必要があるためかなり戦いにくい. &amp;br()しかし横方向の当たり判定はエフェクト以上に伸び, 射程は見た目以上にかなり長い. &amp;br()ストロールソーとは絶妙に役割分担が出来ているように思われるが, &amp;br()正面に素直に攻撃が出来ない点はやはり不便に感じる事が多い. &amp;br()総じてストロールソーには使い勝手も威力も劣るため, 活躍の期間は案外短いと思われる. |

**トールハンマー
|&gt;|&gt;|CENTER:&amp;ref(http://cdn54.atwikiimg.com/shikaei/pub/image/icon_w/icon_14.png)||&gt;|CENTER:BGCOLOR(yellow):消費MS|CENTER:BGCOLOR(yellow):基本威力|CENTER:BGCOLOR(yellow):最大連撃数|CENTER:BGCOLOR(yellow):最大威力|&gt;|CENTER:BGCOLOR(yellow):DPMS|CENTER:BGCOLOR(yellow):DPS|
|~|~|~|CENTER:BGCOLOR(yellow):外部|CENTER:BGCOLOR(khaki):1|CENTER:BGCOLOR(chartreuse):5/6|CENTER:11|CENTER:1|CENTER:11|CENTER:BGCOLOR(khaki):11|CENTER:BGCOLOR(chartreuse):13.2|CENTER:|
|~|~|~|CENTER:BGCOLOR(silver):内部|CENTER:BGCOLOR(silver):30|CENTER:BGCOLOR(silver):25|CENTER:BGCOLOR(silver):110|~|CENTER:BGCOLOR(silver):110|CENTER:BGCOLOR(silver):110|CENTER:BGCOLOR(silver):132|CENTER:BGCOLOR(silver):|
|~|~|~||CENTER:BGCOLOR(yellow):属性|CENTER:BGCOLOR(yellow):射程|CENTER:BGCOLOR(yellow):HIT_S|CENTER:BGCOLOR(yellow):HIT_I|CENTER:BGCOLOR(yellow):CD|CENTER:BGCOLOR(yellow):RW|&gt;||
|~|~|~|~|CENTER:打|CENTER:D|CENTER:HIT_S|CENTER:HIT_I|CENTER:CD|CENTER:RW|~|~|
|~|~|~|&gt;|CENTER:BGCOLOR(yellow):特性|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|貫通, 透過|
|CENTER:BGCOLOR(yellow):☆|&gt;|CENTER:BGCOLOR(yellow):リロード|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|BGCOLOR(yellow):入手場所|
|CENTER:12|&gt;|CENTER:600|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|[[城下町マロ&gt;個別/F-8]]|
|&gt;|CENTER:BGCOLOR(yellow):説明|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|溜めることで非常に高い攻撃力となるハンマー|
|&gt;|&gt;|&amp;ref(http://cdn54.atwikiimg.com/shikaei/pub/image/weapons/14_thor&#039;shammer_1.png,height=240,width=180)|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|巨大な&amp;s(){PSP}ハンマーの振り下ろし攻撃. &amp;br()そのまま振るだけでは MS 消費やリロード時間の長さがかなり割に合わないが, &amp;br()溜め押しで消費はそのままに威力を 3 倍まで上昇させる事ができ, 一撃必殺の大技となる. &amp;br()ハンマーが動いている最中にしか判定は無いため, 構えている間は全くの無防備. &amp;br()打属性の最終形だが, 溜め攻撃 2 を使いこなせなければただの消費食いと化してしまう. &amp;br()よって基本は最高まで溜めて使用するためこの素振りに頼る機会は無い. &amp;br()危険を察知して溜めをキャンセルするような時にお目にかかる程度か. |
|&gt;|CENTER:BGCOLOR(cyan):スキル|&gt;|&gt;|&gt;|&gt;|溜め攻撃1|CENTER:BGCOLOR(cyan):コマンド|&gt;|&gt;|&gt;|点灯 1 まで武ホールド|
|&gt;|&gt;|CENTER:&amp;ref(http://cdn54.atwikiimg.com/shikaei/pub/image/weapons/14_thor&#039;shammer_2.png,height=240,width=180)||&gt;|CENTER:BGCOLOR(yellow):消費MS|CENTER:BGCOLOR(yellow):基本威力|CENTER:BGCOLOR(yellow):最大連撃数|CENTER:BGCOLOR(yellow):最大威力|&gt;|CENTER:BGCOLOR(yellow):DPMS|CENTER:BGCOLOR(yellow):DPS|
|~|~|~|CENTER:BGCOLOR(yellow):外部|CENTER:BGCOLOR(khaki):1|CENTER:BGCOLOR(chartreuse):5/6|CENTER:22|CENTER:1|CENTER:22|CENTER:BGCOLOR(khaki):22|CENTER:BGCOLOR(chartreuse):26.4|CENTER:|
|~|~|~|CENTER:BGCOLOR(silver):内部|CENTER:BGCOLOR(silver):30|CENTER:BGCOLOR(silver):25|CENTER:BGCOLOR(silver):220|~|CENTER:BGCOLOR(silver):220|CENTER:BGCOLOR(silver):220|CENTER:BGCOLOR(silver):264|CENTER:BGCOLOR(silver):|
|~|~|~||CENTER:BGCOLOR(yellow):属性|CENTER:BGCOLOR(yellow):射程|CENTER:BGCOLOR(yellow):HIT_S|CENTER:BGCOLOR(yellow):HIT_I|CENTER:BGCOLOR(yellow):CD|CENTER:BGCOLOR(yellow):RW|&gt;||
|~|~|~|~|CENTER:打|CENTER:D|CENTER:HIT_S|CENTER:HIT_I|CENTER:CD|CENTER:RW|~|~|
|~|~|~|&gt;|CENTER:BGCOLOR(yellow):特性|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|貫通, 透過|
|~|~|~|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|ウェポンボタンを押下し続けると上方に掲げたハンマーが点灯する. &amp;br()1 回目の点灯後にボタンを離すとこの溜め攻撃 1 となる. 通常と同じ振り方で威力は 2 倍. &amp;br()通常と同様, 溜めのキャンセル時に使われる程度.|
|~|~|~|&gt;|CENTER:BGCOLOR(yellow):習得方法|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|(最初から使用可能)|
|&gt;|CENTER:BGCOLOR(cyan):スキル|&gt;|&gt;|&gt;|&gt;|溜め攻撃2|CENTER:BGCOLOR(cyan):コマンド|&gt;|&gt;|&gt;|点灯 2 まで武ホールド|
|&gt;|&gt;|CENTER:&amp;ref(http://cdn54.atwikiimg.com/shikaei/pub/image/weapons/14_thor&#039;shammer_3.png,height=240,width=180)||&gt;|CENTER:BGCOLOR(yellow):消費MS|CENTER:BGCOLOR(yellow):基本威力|CENTER:BGCOLOR(yellow):最大連撃数|CENTER:BGCOLOR(yellow):最大威力|&gt;|CENTER:BGCOLOR(yellow):DPMS|CENTER:BGCOLOR(yellow):DPS|
|~|~|~|CENTER:BGCOLOR(yellow):外部|CENTER:BGCOLOR(khaki):1|CENTER:BGCOLOR(chartreuse):5/6|CENTER:33|CENTER:1|CENTER:33|CENTER:BGCOLOR(khaki):33|CENTER:BGCOLOR(chartreuse):39.6|CENTER:|
|~|~|~|CENTER:BGCOLOR(silver):内部|CENTER:BGCOLOR(silver):30|CENTER:BGCOLOR(silver):25|CENTER:BGCOLOR(silver):330|~|CENTER:BGCOLOR(silver):330|CENTER:BGCOLOR(silver):330|CENTER:BGCOLOR(silver):396|CENTER:BGCOLOR(silver):|
|~|~|~||CENTER:BGCOLOR(yellow):属性|CENTER:BGCOLOR(yellow):射程|CENTER:BGCOLOR(yellow):HIT_S|CENTER:BGCOLOR(yellow):HIT_I|CENTER:BGCOLOR(yellow):CD|CENTER:BGCOLOR(yellow):RW|&gt;||
|~|~|~|~|CENTER:打|CENTER:D|CENTER:HIT_S|CENTER:HIT_I|CENTER:CD|CENTER:RW|~|~|
|~|~|~|&gt;|CENTER:BGCOLOR(yellow):特性|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|貫通, 透過|
|~|~|~|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|更にウェポンボタンを押下し続けると 2 回目の点灯の後に溜め攻撃 2 が自動で発動する. &amp;br()通常とは異なり全方位の 1 回転振りとなり, 威力は通常の 3 倍. &amp;br()マナウェポンの中では文句なしの最大威力. &amp;br()破格の瞬間火力はそれまでのボスを一撃で瞬殺してしまう程であり, &amp;br()先手必勝のプレイスタイルの先駆者的存在. 世界が変わる革命兵器. &amp;br()&amp;br()とりあえず序盤のグレートクリア等はこれを入手すれば大抵が楽勝で片付いてしまう. &amp;br()タイムアタックにおいても必要不可欠な存在となるのは言うまでもない. &amp;br()&amp;br()威力がでかいだけあって, その一発が当たるかどうかが後の展開に大きく影響すると言える. &amp;br()しかし溜め時間がかなりかかるため, 大きめの隙を突けなければ溜め中に好き放題やられてしまう. &amp;br()リロード時間が長い事もあり, 状況が一定の開幕に当てられるパターンを作るのが定番. &amp;br()&amp;br()開幕ぶっぱで外れたら即自殺のループという展開は, 人によっては苦痛に感じるかもしれないのが悩み所.|
|~|~|~|&gt;|CENTER:BGCOLOR(yellow):習得方法|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|(最初から使用可能)|
|~|~|~|&gt;|CENTER:BGCOLOR(coral):備考|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|COLOR(red):|

**ストロールソー
|&gt;|&gt;|CENTER:&amp;ref(http://cdn54.atwikiimg.com/shikaei/pub/image/icon_w/icon_15.png)||&gt;|CENTER:BGCOLOR(yellow):消費MS|CENTER:BGCOLOR(yellow):基本威力|CENTER:BGCOLOR(yellow):最大連撃数|CENTER:BGCOLOR(yellow):最大威力|&gt;|CENTER:BGCOLOR(yellow):DPMS|CENTER:BGCOLOR(yellow):DPS|
|~|~|~|CENTER:BGCOLOR(yellow):外部|CENTER:BGCOLOR(khaki):2/3|CENTER:BGCOLOR(chartreuse):1/2|CENTER:8|CENTER:1|CENTER:8|CENTER:BGCOLOR(khaki):12|CENTER:BGCOLOR(chartreuse):16|CENTER:|
|~|~|~|CENTER:BGCOLOR(silver):内部|CENTER:BGCOLOR(silver):20|CENTER:BGCOLOR(silver):15|CENTER:BGCOLOR(silver):80|~|CENTER:BGCOLOR(silver):80|CENTER:BGCOLOR(silver):120|CENTER:BGCOLOR(silver):160|CENTER:BGCOLOR(silver):|
|~|~|~||CENTER:BGCOLOR(yellow):属性|CENTER:BGCOLOR(yellow):射程|CENTER:BGCOLOR(yellow):HIT_S|CENTER:BGCOLOR(yellow):HIT_I|CENTER:BGCOLOR(yellow):CD|CENTER:BGCOLOR(yellow):RW|&gt;||
|~|~|~|~|CENTER:斬|CENTER:S|CENTER:HIT_S|CENTER:HIT_I|CENTER:CD|CENTER:RW|~|~|
|~|~|~|&gt;|CENTER:BGCOLOR(yellow):特性|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|(なし)|
|CENTER:BGCOLOR(yellow):☆|&gt;|CENTER:BGCOLOR(yellow):リロード|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|BGCOLOR(yellow):入手場所|
|CENTER:12|&gt;|CENTER:550|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|[[城下町マロ&gt;個別/F-8]]|
|&gt;|CENTER:BGCOLOR(yellow):説明|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|地面を滑り、切り刻む|
|&gt;|CENTER:BGCOLOR(cyan):スキル|&gt;|&gt;|&gt;|&gt;|2連投|CENTER:BGCOLOR(cyan):コマンド|&gt;|&gt;|&gt;|武武|
|&gt;|&gt;|&amp;ref(http://cdn54.atwikiimg.com/shikaei/pub/image/weapons/15_strollsaw.png,height=240,width=180)|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|地形に沿って進むノコギリ. 連続入力で 1 回のリロードにつき 2 発まで発射可能. &amp;br()空中から発射した場合は真下に降下してから前進する. またその時自機もバウンドする. &amp;br()透過床や回転床は地形とはみなされず, 全て貫通して進む. &amp;br()&amp;br()ノコギリは垂直の崖を登る事も可能であり, 下方へは自然落下の形を取る. &amp;br()崖を登った後に天井や鼠返しのような進行方向を逆走する形にぶつかった場合はその場で消滅してしまう. &amp;br()射程自体は軽く数画面分に及ぶとんでもない長さであり, 地形で消滅しないケースを探す方が難しいほど. &amp;br()射程の長さと崖登りの性質から, 外したと思っていた攻撃が思いがけず当たるなんて事も…偶にはある. &amp;br()特長を活かせるステージが少ないのは事実. &amp;br()&amp;br()地表でなければ前進すらしないため, 浮く相手には真上を取って直接ぶつける以外に対抗する手段が無い他, &amp;br()威力はあるものの貫通特性を持たないため纏まった雑魚を相手にするのは苦手. &amp;br()一応瞬間的には斬属性の中で最高の火力が出せるのだが, リロード時間が相当酷いため DPS は低水準. &amp;br()それを差し引いても斬属性は癖の強いウェポンだらけなので, &amp;br()これを当てられる状況に持っていく価値は高いと思われる. |
|~|~|~|&gt;|CENTER:BGCOLOR(coral):備考|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|COLOR(red):上方強制バウンド(空中のみ) &amp;br()左右制御可能(空中のみ)|

**エナジーレイピア
|&gt;|&gt;|CENTER:&amp;ref(http://cdn54.atwikiimg.com/shikaei/pub/image/icon_w/icon_16.png)||&gt;|CENTER:BGCOLOR(yellow):消費MS|CENTER:BGCOLOR(yellow):基本威力|CENTER:BGCOLOR(yellow):最大連撃数|CENTER:BGCOLOR(yellow):最大威力|&gt;|CENTER:BGCOLOR(yellow):DPMS|CENTER:BGCOLOR(yellow):DPS|
|~|~|~|CENTER:BGCOLOR(yellow):外部|CENTER:BGCOLOR(khaki):1/2 * ( 1~2 )|CENTER:BGCOLOR(chartreuse):1/3 * ( 1~2 )|CENTER:6|CENTER:1|CENTER:6|CENTER:BGCOLOR(khaki):12|CENTER:BGCOLOR(chartreuse):18|CENTER:|
|~|~|~|CENTER:BGCOLOR(silver):内部|CENTER:BGCOLOR(silver):15 * ( 1~2 )|CENTER:BGCOLOR(silver):10 * ( 1~2 )|CENTER:BGCOLOR(silver):60|~|CENTER:BGCOLOR(silver):60|CENTER:BGCOLOR(silver):120|CENTER:BGCOLOR(silver):180|CENTER:BGCOLOR(silver):|
|~|~|~||CENTER:BGCOLOR(yellow):属性|CENTER:BGCOLOR(yellow):射程|CENTER:BGCOLOR(yellow):HIT_S|CENTER:BGCOLOR(yellow):HIT_I|CENTER:BGCOLOR(yellow):CD|CENTER:BGCOLOR(yellow):RW|&gt;||
|~|~|~|~|CENTER:刺|CENTER:D|CENTER:HIT_S|CENTER:HIT_I|CENTER:CD|CENTER:RW|~|~|
|~|~|~|&gt;|CENTER:BGCOLOR(yellow):特性|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|貫通, 透過, 滞空|
|CENTER:BGCOLOR(yellow):☆|&gt;|CENTER:BGCOLOR(yellow):リロード|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|BGCOLOR(yellow):入手場所|
|CENTER:12|&gt;|CENTER:500|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|[[城下町マロ&gt;個別/F-8]]|
|&gt;|CENTER:BGCOLOR(yellow):説明|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|気を攻撃に変換できる小剣|
|&gt;|&gt;|&amp;ref(http://cdn54.atwikiimg.com/shikaei/pub/image/weapons/16_energyrapier.png,height=240,width=180)|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|横方向へのシンプルな突き攻撃. 滞空能力に優れている以外は至ってオーソドックス. &amp;br()最後の刺属性武器だけあって, 小剣という名に似合わず威力は上々. ただし射程は結構残念な感じ. &amp;br()表記はされてはいないが, 連続入力で 1 回のリロードにつき 2 回まで連撃が可能. &amp;br()&amp;br()しかし冷静に数値を出してみると消費も射程も何から何まで気力突きの方が高性能なため, &amp;br()わざわざ 2 連撃を行うならば是が非でもコンボに繋いで全弾ヒットを狙いたい. &amp;br()&amp;br()即ちこの通常振りだけで戦うという選択肢は皆無という事になる. |
|&gt;|CENTER:BGCOLOR(cyan):スキル|&gt;|&gt;|&gt;|&gt;|気力突き|CENTER:BGCOLOR(cyan):コマンド|&gt;|&gt;|&gt;|↑ + 武|
|&gt;|&gt;|CENTER:&amp;ref(http://cdn54.atwikiimg.com/shikaei/pub/image/weapons/16_energyrapier_2.png,height=240,width=180)||&gt;|CENTER:BGCOLOR(yellow):消費MS|CENTER:BGCOLOR(yellow):基本威力|CENTER:BGCOLOR(yellow):最大連撃数|CENTER:BGCOLOR(yellow):最大威力|&gt;|CENTER:BGCOLOR(yellow):DPMS|CENTER:BGCOLOR(yellow):DPS|
|~|~|~|CENTER:BGCOLOR(yellow):外部|CENTER:BGCOLOR(khaki):1/2|CENTER:BGCOLOR(chartreuse):1/3|CENTER:6|CENTER:2|CENTER:12|CENTER:BGCOLOR(khaki):24|CENTER:BGCOLOR(chartreuse):36|CENTER:|
|~|~|~|CENTER:BGCOLOR(silver):内部|CENTER:BGCOLOR(silver):15|CENTER:BGCOLOR(silver):10|CENTER:BGCOLOR(silver):60|~|CENTER:BGCOLOR(silver):120|CENTER:BGCOLOR(silver):240|CENTER:BGCOLOR(silver):360|CENTER:BGCOLOR(silver):|
|~|~|~||CENTER:BGCOLOR(yellow):属性|CENTER:BGCOLOR(yellow):射程|CENTER:BGCOLOR(yellow):HIT_S|CENTER:BGCOLOR(yellow):HIT_I|CENTER:BGCOLOR(yellow):CD|CENTER:BGCOLOR(yellow):RW|&gt;||
|~|~|~|~|CENTER:刺|CENTER:C|CENTER:HIT_S|CENTER:HIT_I|CENTER:CD|CENTER:RW|~|~|
|~|~|~|&gt;|CENTER:BGCOLOR(yellow):特性|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|貫通, 透過, 滞空|
|~|~|~|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|ウェポンの説明に相応しい溜めモーション付きの強化版突き攻撃. 最大で 2 段までヒットする. &amp;br()基本威力は変わらないためリロード 1 回における火力は通常の 2 連撃と変わらないが, &amp;br()消費が 1 回分で済む上に射程も大幅な強化がなされている. &amp;br()特に射程は飛刀と同レベルの詐欺判定となっておりかなり遠方まで刺さる. &amp;br()一応上下方向も微妙に判定が広くなっており, ナイフの連射同様 1 段下の相手にも届く. &amp;br()更に溜めモーション中は左右に移動が可能であり, 射程の調整は容易. &amp;br()&amp;br()射程に難のある通常振りに比べれば格段に使いやすい. &amp;br()消費の関係でこれだけを連発するのが最も効率が良いが, 城下町の他ウェポン同様リロード時間が長いため&amp;br()火力を重視したいならばコンボの形で攻める方が良いだろう. |
|~|~|~|&gt;|CENTER:BGCOLOR(yellow):習得方法|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|(最初から使用可能)|
|~|~|~|&gt;|CENTER:BGCOLOR(coral):備考|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|COLOR(red):溜めモーション中左右制御可能(方向転換不可)|
|&gt;|CENTER:BGCOLOR(cyan):スキル|&gt;|&gt;|&gt;|&gt;|コンボ|CENTER:BGCOLOR(cyan):コマンド|&gt;|&gt;|&gt;|武武 [ ↑ + 武 ]|
|&gt;|&gt;|CENTER:&amp;ref(http://cdn54.atwikiimg.com/shikaei/pub/image/weapons/16_energyrapier_3.png,height=240,width=180)||&gt;|CENTER:BGCOLOR(yellow):消費MS|CENTER:BGCOLOR(yellow):基本威力|CENTER:BGCOLOR(yellow):最大連撃数|CENTER:BGCOLOR(yellow):最大威力|&gt;|CENTER:BGCOLOR(yellow):DPMS|CENTER:BGCOLOR(yellow):DPS|
|~|~|~|CENTER:BGCOLOR(yellow):外部|CENTER:BGCOLOR(khaki):1/2 * ( 2~3 )|CENTER:BGCOLOR(chartreuse):1/3 * ( 2~3 )|CENTER:6|CENTER:4|CENTER:24|CENTER:BGCOLOR(khaki):16|CENTER:BGCOLOR(chartreuse):24|CENTER:|
|~|~|~|CENTER:BGCOLOR(silver):内部|CENTER:BGCOLOR(silver):15 * ( 2~3 )|CENTER:BGCOLOR(silver):10 * ( 2~3 )|CENTER:BGCOLOR(silver):60|~|CENTER:BGCOLOR(silver):240|CENTER:BGCOLOR(silver):160|CENTER:BGCOLOR(silver):240|CENTER:BGCOLOR(silver):|
|~|~|~||CENTER:BGCOLOR(yellow):属性|CENTER:BGCOLOR(yellow):射程|CENTER:BGCOLOR(yellow):HIT_S|CENTER:BGCOLOR(yellow):HIT_I|CENTER:BGCOLOR(yellow):CD|CENTER:BGCOLOR(yellow):RW|&gt;||
|~|~|~|~|CENTER:刺|CENTER:C|CENTER:HIT_S|CENTER:HIT_I|CENTER:CD|CENTER:RW|~|~|
|~|~|~|&gt;|CENTER:BGCOLOR(yellow):特性|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|貫通, 透過, 滞空|
|~|~|~|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|通常振りは 2 連撃まで可能だが, 通常振りの後に気力突きを連続で発動する事ができる. &amp;br()即ち 1 回のリロード中に通常振り 2 回 → 気力突きの計 4 連撃を繰り出せる. &amp;br()スキルとして大別されているがこの既存スキルによる 4 連撃を指す便宜的なものであり, &amp;br()オリジナルのスキルが発動するわけではない. &amp;br()&amp;br()リロード 1 回分の火力としては刺属性中最高のものとなる. &amp;br()ソニックスピアのチャージのような無敵時間は存在しないが, &amp;br()気力突きの際に後退が可能なため比較的低リスクに全弾ヒットを狙っていける. &amp;br()&amp;br()気力突きコマンドのタイミングがやや難しく, &amp;br()通常振り 1 回 → 気力突きの残念コンボにもなってしまう事があるため注意する事. |
|~|~|~|&gt;|CENTER:BGCOLOR(coral):備考|&gt;|&gt;|&gt;|&gt;|&gt;|&gt;|COLOR(red):|    </description>
    <dc:date>2013-09-29T18:49:51+09:00</dc:date>
    <utime>1380448191</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/shikaei/pages/17.html">
    <title>testmap</title>
    <link>https://w.atwiki.jp/shikaei/pages/17.html</link>
    <description>
      
&lt;p&gt;&lt;span style=&quot;font-size:larger;&quot;&gt;&lt;strong&gt;ワールドマップ(ネタバレ回避版)&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;
詳細を知りたいエリアをクリック！&lt;br /&gt;&lt;strong&gt;&lt;span style=&quot;color:rgb(255,0,0);&quot;&gt;(ゲームクリア後のお楽しみ等,
終盤の要素は伏せてあります)&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;color:rgb(255,0,0);&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;table width=&quot;480&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td width=&quot;100%&quot; nowrap=&quot;nowrap&quot; style=&quot;text-align:center;&quot;&gt; &lt;/td&gt;
&lt;td nowrap=&quot;nowrap&quot; style=&quot;text-align:center;&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;A&lt;/span&gt;&lt;/td&gt;
&lt;td nowrap=&quot;nowrap&quot; style=&quot;text-align:center;&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;B&lt;/span&gt;&lt;/td&gt;
&lt;td nowrap=&quot;nowrap&quot; style=&quot;text-align:center;&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;C&lt;/span&gt;&lt;/td&gt;
&lt;td nowrap=&quot;nowrap&quot; style=&quot;text-align:center;&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;D&lt;/span&gt;&lt;/td&gt;
&lt;td nowrap=&quot;nowrap&quot; style=&quot;text-align:center;&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;E&lt;/span&gt;&lt;/td&gt;
&lt;td nowrap=&quot;nowrap&quot; style=&quot;text-align:center;&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;F&lt;/span&gt;&lt;/td&gt;
&lt;td nowrap=&quot;nowrap&quot; style=&quot;text-align:center;&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;G&lt;/span&gt;&lt;/td&gt;
&lt;td nowrap=&quot;nowrap&quot; style=&quot;text-align:center;&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;H&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;&lt;td nowrap=&quot;nowrap&quot; style=&quot;text-align:center;&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td width=&quot;100%&quot; nowrap=&quot;nowrap&quot; colspan=&quot;8&quot; rowspan=&quot;8&quot; style=&quot;text-align:center;&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; title=&quot;木砂町&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/00.png&quot; alt=&quot;木砂町&quot; /&gt;&lt;/span&gt;&lt;a href=&quot;http://www54.atwiki.jp/shikaei/pages/17.html&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; title=&quot;ゴールを目指せ&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/01.png&quot; alt=&quot;ゴールを目指せ&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;http://www54.atwiki.jp/shikaei/pages/17.html&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; title=&quot;アスレチックロマンス&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/02.png&quot; alt=&quot;アスレチックロマンス&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;http://www54.atwiki.jp/shikaei/pages/17.html&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; title=&quot;ラリィ軍団&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/03.png&quot; alt=&quot;ラリィ軍団&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;http://www54.atwiki.jp/shikaei/pages/17.html&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; title=&quot;針地獄&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/04.png&quot; alt=&quot;針地獄&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;http://www54.atwiki.jp/shikaei/pages/17.html&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; title=&quot;ニンゲンムラ&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/05.png&quot; alt=&quot;ニンゲンムラ&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;http://www54.atwiki.jp/shikaei/pages/17.html&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; title=&quot;ひも&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/06.png&quot; alt=&quot;ひも&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; title=&quot;辺境の村&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/07.png&quot; alt=&quot;辺境の村&quot; /&gt;&lt;br /&gt;&lt;/span&gt; &lt;a href=&quot;http://www54.atwiki.jp/shikaei/pages/17.html&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; title=&quot;ノチブラザーズ&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/08.png&quot; alt=&quot;ノチブラザーズ&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;http://www54.atwiki.jp/shikaei/pages/17.html&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; title=&quot;足場の戦い&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/09.png&quot; alt=&quot;足場の戦い&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;http://www54.atwiki.jp/shikaei/pages/17.html&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; title=&quot;ニンゲン軍団&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/10.png&quot; alt=&quot;ニンゲン軍団&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;http://www54.atwiki.jp/shikaei/pages/17.html&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; title=&quot;オノサン軍団&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/11.png&quot; alt=&quot;オノサン軍団&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;http://www54.atwiki.jp/shikaei/pages/17.html&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; title=&quot;キャノン地帯&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/12.png&quot; alt=&quot;キャノン地帯&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;http://www54.atwiki.jp/shikaei/pages/17.html&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; title=&quot;ウペペ族アジト①&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/13.png&quot; alt=&quot;ウペペ族アジト①&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;http://www54.atwiki.jp/shikaei/pages/17.html&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; title=&quot;ウペペ族アジト④&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/14.png&quot; alt=&quot;ウペペ族アジト④&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; title=&quot;潜入！盗賊団のアジト①&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/15.png&quot; alt=&quot;潜入！盗賊団のアジト①&quot; /&gt;&lt;/span&gt;&lt;a href=&quot;http://www54.atwiki.jp/shikaei/pages/17.html&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/a&gt; &lt;a href=&quot;http://www54.atwiki.jp/shikaei/pages/17.html&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; title=&quot;ノチときどき鳥&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/16.png&quot; alt=&quot;ノチときどき鳥&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;http://www54.atwiki.jp/shikaei/pages/17.html&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; title=&quot;ノチの行列を超えろ&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/17.png&quot; alt=&quot;ノチの行列を超えろ&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;http://www54.atwiki.jp/shikaei/pages/17.html&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; title=&quot;魔術師ゴロゾ①&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/18.png&quot; alt=&quot;魔術師ゴロゾ①&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;http://www54.atwiki.jp/shikaei/pages/17.html&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; title=&quot;戦士ネトロ①&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/19.png&quot; alt=&quot;戦士ネトロ①&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;http://www54.atwiki.jp/shikaei/pages/17.html&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; title=&quot;リンチ・トラップ&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/20.png&quot; alt=&quot;リンチ・トラップ&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;http://www54.atwiki.jp/shikaei/pages/17.html&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; title=&quot;ウペペ族アジト②&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/21.png&quot; alt=&quot;ウペペ族アジト②&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;http://www54.atwiki.jp/shikaei/pages/17.html&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; title=&quot;ウペペ族アジト③&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/22.png&quot; alt=&quot;ウペペ族アジト③&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; title=&quot;潜入！盗賊団のアジト②&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/23.png&quot; alt=&quot;潜入！盗賊団のアジト②&quot; /&gt;&lt;/span&gt;&lt;a href=&quot;http://www54.atwiki.jp/shikaei/pages/17.html&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;br /&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; title=&quot;ノチが原の決戦&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/24.png&quot; alt=&quot;ノチが原の決戦&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;http://www54.atwiki.jp/shikaei/pages/17.html&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; title=&quot;チンターラを逃がすな&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/25.png&quot; alt=&quot;チンターラを逃がすな&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;http://www54.atwiki.jp/shikaei/pages/17.html&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; title=&quot;プルチン①&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/26.png&quot; alt=&quot;プルチン①&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;http://www54.atwiki.jp/shikaei/pages/17.html&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; title=&quot;セントラル町&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/27.png&quot; alt=&quot;セントラル町&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;http://www54.atwiki.jp/shikaei/pages/17.html&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; title=&quot;星の降る道&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/28.png&quot; alt=&quot;星の降る道&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;http://www54.atwiki.jp/shikaei/pages/17.html&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img width=&quot;50&quot; vspace=&quot;0&quot; hspace=&quot;0&quot; height=&quot;50&quot; border=&quot;1&quot; align=&quot;top&quot; title=&quot;マリ①&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/29.png&quot; alt=&quot;マリ①&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;http://www54.atwiki.jp/shikaei/pages/17.html&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; title=&quot;盗賊掃除&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/30.png&quot; alt=&quot;盗賊掃除&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; title=&quot;空へ&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/31.png&quot; alt=&quot;空へ&quot; /&gt;&lt;br /&gt;&lt;/span&gt;
&lt;a href=&quot;http://www54.atwiki.jp/shikaei/pages/17.html&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/32.png&quot; alt=&quot;平和の森&quot; title=&quot;平和の森&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;http://www54.atwiki.jp/shikaei/pages/17.html&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/33.png&quot; alt=&quot;ガブラハムとの戦い&quot; title=&quot;ガブラハムとの戦い&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;http://www54.atwiki.jp/shikaei/pages/17.html&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/34.png&quot; alt=&quot;神のガブラハム&quot; title=&quot;神のガブラハム&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;http://www54.atwiki.jp/shikaei/pages/17.html&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/35.png&quot; alt=&quot;ミミズの巣&quot; title=&quot;ミミズの巣&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;http://www54.atwiki.jp/shikaei/pages/17.html&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/36.png&quot; alt=&quot;鳥蚯蚓街道&quot; title=&quot;鳥蚯蚓街道&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;http://www54.atwiki.jp/shikaei/pages/17.html&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/37.png&quot; alt=&quot;ゆられろ&quot; title=&quot;ゆられろ&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;http://www54.atwiki.jp/shikaei/pages/17.html&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/38.png&quot; alt=&quot;カニのスピード&quot; title=&quot;カニのスピード&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/39.png&quot; alt=&quot;プルチン③&quot; title=&quot;プルチン③&quot; /&gt;&lt;br /&gt;&lt;/span&gt; &lt;a href=&quot;http://www54.atwiki.jp/shikaei/pages/17.html&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; title=&quot;魔術師ゴロゾ②&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/40.png&quot; alt=&quot;魔術師ゴロゾ②&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;http://www54.atwiki.jp/shikaei/pages/17.html&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; title=&quot;タワー君のお願い①&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/41.png&quot; alt=&quot;タワー君のお願い①&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;http://www54.atwiki.jp/shikaei/pages/17.html&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; title=&quot;戦士ネトロ②&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/42.png&quot; alt=&quot;戦士ネトロ②&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;http://www54.atwiki.jp/shikaei/pages/17.html&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; title=&quot;ゆられて&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/43.png&quot; alt=&quot;ゆられて&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;http://www54.atwiki.jp/shikaei/pages/17.html&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; title=&quot;プルチン②&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/44.png&quot; alt=&quot;プルチン②&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;http://www54.atwiki.jp/shikaei/pages/17.html&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; title=&quot;残影のシラム&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/45.png&quot; alt=&quot;残影のシラム&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;http://www54.atwiki.jp/shikaei/pages/17.html&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; title=&quot;戦場を鎮圧せよ&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/46.png&quot; alt=&quot;戦場を鎮圧せよ&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; title=&quot;戦士ネトロ③&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/47.png&quot; alt=&quot;戦士ネトロ③&quot; /&gt;&lt;/span&gt;&lt;a href=&quot;http://www54.atwiki.jp/shikaei/pages/17.html&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/a&gt; &lt;a href=&quot;http://www54.atwiki.jp/shikaei/pages/17.html&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; title=&quot;ノチ変異体「ゼロ」&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/48.png&quot; alt=&quot;ノチ変異体「ゼロ」&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;http://www54.atwiki.jp/shikaei/pages/17.html&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; title=&quot;タワー君のお願い②&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/49.png&quot; alt=&quot;タワー君のお願い②&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;http://www54.atwiki.jp/shikaei/pages/17.html&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; title=&quot;3つの弱点&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/50.png&quot; alt=&quot;3つの弱点&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;http://www54.atwiki.jp/shikaei/pages/17.html&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; title=&quot;生命のマナ&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/51.png&quot; alt=&quot;生命のマナ&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;http://www54.atwiki.jp/shikaei/pages/17.html&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; title=&quot;マトス城&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/52.png&quot; alt=&quot;マトス城&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;http://www54.atwiki.jp/shikaei/pages/17.html&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; title=&quot;魔光のザナサル&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/53.png&quot; alt=&quot;魔光のザナサル&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;http://www54.atwiki.jp/shikaei/pages/17.html&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; title=&quot;突入！ニンゲン城&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/54.png&quot; alt=&quot;突入！ニンゲン城&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; title=&quot;ゴロゾ③&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/55.png&quot; alt=&quot;ゴロゾ③&quot; /&gt;&lt;/span&gt;&lt;a href=&quot;http://www54.atwiki.jp/shikaei/pages/17.html&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;br /&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; title=&quot;マリ②&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/56.png&quot; alt=&quot;マリ②&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;http://www54.atwiki.jp/shikaei/pages/17.html&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; title=&quot;ノチを逃がすな&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/57.png&quot; alt=&quot;ノチを逃がすな&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;http://www54.atwiki.jp/shikaei/pages/17.html&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; title=&quot;地獄の穴&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/58.png&quot; alt=&quot;地獄の穴&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;http://www54.atwiki.jp/shikaei/pages/17.html&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; title=&quot;地獄の穴②&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/59.png&quot; alt=&quot;地獄の穴②&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;http://www54.atwiki.jp/shikaei/pages/17.html&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; title=&quot;村喰いのマトス&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/60.png&quot; alt=&quot;村喰いのマトス&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;http://www54.atwiki.jp/shikaei/pages/17.html&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img width=&quot;50&quot; vspace=&quot;0&quot; hspace=&quot;0&quot; height=&quot;50&quot; border=&quot;1&quot; align=&quot;top&quot; title=&quot;城下町マロ&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/61.png&quot; alt=&quot;城下町マロ&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;http://www54.atwiki.jp/shikaei/pages/17.html&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; title=&quot;マリ③&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/62.png&quot; alt=&quot;マリ③&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;img vspace=&quot;0&quot; hspace=&quot;0&quot; border=&quot;1&quot; align=&quot;top&quot; title=&quot;終結&quot; src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/63.png&quot; alt=&quot;終結&quot; /&gt;&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;&lt;td nowrap=&quot;nowrap&quot; style=&quot;text-align:center;&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;text-align:center;&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;text-align:center;&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;text-align:center;&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;text-align:center;&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;6&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;text-align:center;&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;7&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;text-align:center;&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;8&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p style=&quot;text-align:center;&quot;&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color:rgb(0,0,255);&quot;&gt;&lt;strong&gt;　→ネタバレ上等の完全版はこちら&lt;/strong&gt;.&lt;/span&gt;&lt;/p&gt;
    </description>
    <dc:date>2013-06-11T18:13:21+09:00</dc:date>
    <utime>1370942001</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/shikaei/pages/15.html">
    <title>map - バレ回避</title>
    <link>https://w.atwiki.jp/shikaei/pages/15.html</link>
    <description>
      *ワールドマップ(ネタバレ回避版)
詳細を知りたいエリアをクリック！
&amp;color(red){(ゲームクリア後のお楽しみ等, 終盤の要素は伏せてあります)}    </description>
    <dc:date>2013-06-11T05:27:59+09:00</dc:date>
    <utime>1370896079</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/shikaei/pages/18.html">
    <title>test2</title>
    <link>https://w.atwiki.jp/shikaei/pages/18.html</link>
    <description>
      &lt;p&gt;&lt;a href=&quot;http://www54.atwiki.jp/shikaei/pages/17.html&quot;&gt;&lt;img src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/00.png&quot; alt=&quot;木砂町&quot; title=&quot;木砂町&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www54.atwiki.jp/shikaei/pages/17.html&quot;&gt;&lt;img src=&quot;http://cdn54.atwikiimg.com/shikaei/pub/image/map/01.png&quot; alt=&quot;next&quot; title=&quot;木砂町&quot; /&gt;&lt;/a&gt;&lt;/p&gt;    </description>
    <dc:date>2013-06-11T00:20:11+09:00</dc:date>
    <utime>1370877611</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/shikaei/pages/1.html">
    <title>トップページ</title>
    <link>https://w.atwiki.jp/shikaei/pages/1.html</link>
    <description>
      *鹿が活躍する2Dカオス&amp;デスアクションゲーム!&amp;br()色々な武器を使って戦争を終わらせよう!
鹿の英雄はフリーゲームです┗┻（｀･ω･´）┻┛
作者HP　[[にょろ世界&gt;http://sound.jp/nyoro/]]

13/04/06 v0.73公開！

#ref(title.jpg)


合計：&amp;counter()
今日：&amp;counter(today)
昨日：&amp;counter(yesterday)


&amp;bold(){&amp;color(#ff0000){※現在公開バージョンはβ版です. 今後のアップデートにより仕様が変更される可能性があります.}}    </description>
    <dc:date>2013-06-10T19:48:36+09:00</dc:date>
    <utime>1370861316</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/shikaei/pages/14.html">
    <title>プラグイン/インスタグラム</title>
    <link>https://w.atwiki.jp/shikaei/pages/14.html</link>
    <description>
      *インスタグラムプラグイン

人気の画像共有サービス、Instagram(インスタグラム）の画像をアットウィキに貼れるプラグインです。


 #ig_user(ユーザー名)
 と記載することで、特定ユーザーのInstagramのフィードを表示することができます。

例）@dogoftheday
#ig_user(dogoftheday)

----

 #ig_tags(タグ名)
 と記載することで、特定タグのInstagramのフィードを表示することができます。

#dogofthedayjp タグ
#ig_tag(dogofthedayjp)

----

 #ig_popular
 と記載することで、Instagramのpopularフィードを表示することができます。



詳しい使い方は以下のページを参考にしてください！
＝＞http://www1.atwiki.jp/guide/pages/935.html

--------    </description>
    <dc:date>2013-06-10T19:25:12+09:00</dc:date>
    <utime>1370859912</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/shikaei/pages/13.html">
    <title>プラグイン/人気商品一覧</title>
    <link>https://w.atwiki.jp/shikaei/pages/13.html</link>
    <description>
      * 人気商品一覧
@wikiのwikiモードでは
 #price_list(カテゴリ名)
と入力することで、あるカテゴリの売れ筋商品のリストを表示することができます。

カテゴリには以下のキーワードがご利用できます。
|キーワード|表示される内容|
|ps3|PlayStation3|
|ps2|PlayStation3|
|psp|PSP|
|wii|Wii|
|xbox|XBOX|
|nds|Nintendo DS|
|desctop-pc|デスクトップパソコン|
|note-pc|ノートパソコン|
|mp3player|デジタルオーディオプレイヤー|
|kaden|家電|
|aircon|エアコン|
|camera|カメラ|
|game-toy|ゲーム・おもちゃ全般|
|all|指定無し|

空白の場合はランダムな商品が表示されます。

※このプラグインは[[価格比較サイト@PRICE&gt;&gt;http://atprice.jp]]のデータを利用しています。

-----

たとえば、
 #price_list(game-toy)
と入力すると以下のように表示されます。

ゲーム・おもちゃ全般の売れ筋商品
#price_list(game-toy)

ノートパソコンの売れ筋商品
#price_list(game-toy)

人気商品リスト
#price_list()
    </description>
    <dc:date>2013-06-10T19:25:12+09:00</dc:date>
    <utime>1370859912</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/shikaei/pages/12.html">
    <title>プラグイン/コメント</title>
    <link>https://w.atwiki.jp/shikaei/pages/12.html</link>
    <description>
      * コメントプラグイン
@wikiのwikiモードでは
 #comment()
と入力することでコメントフォームを簡単に作成することができます。
詳しくはこちらをご覧ください。
＝＞http://atwiki.jp/guide/17_60_ja.html


-----
たとえば、#comment() と入力すると以下のように表示されます。

#comment    </description>
    <dc:date>2013-06-10T19:25:12+09:00</dc:date>
    <utime>1370859912</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/shikaei/pages/11.html">
    <title>プラグイン/関連ブログ</title>
    <link>https://w.atwiki.jp/shikaei/pages/11.html</link>
    <description>
      * 関連ブログ
@wikiのwikiモードでは
 #bf(興味のある単語)
と入力することで、あるキーワードに関連するブログ一覧を表示することができます

詳しくはこちらをご覧ください。
＝＞http://atwiki.jp/guide/17_161_ja.html

-----


たとえば、#bf(ゲーム)と入力すると以下のように表示されます。


#bf(ゲーム)
    </description>
    <dc:date>2013-06-10T19:25:12+09:00</dc:date>
    <utime>1370859912</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/shikaei/pages/10.html">
    <title>プラグイン</title>
    <link>https://w.atwiki.jp/shikaei/pages/10.html</link>
    <description>
      @wikiにはいくつかの便利なプラグインがあります。

-----


#ls

-----

これ以外のプラグインについては@wikiガイドをご覧ください
=&gt;http://atwiki.jp/guide/
    </description>
    <dc:date>2013-06-10T19:25:12+09:00</dc:date>
    <utime>1370859912</utime>
  </item>
  </rdf:RDF>
