<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>NintendoSwitch &#8211; リビングの魔王</title>
	<atom:link href="https://living-maou.com/tag/nintendoswitch/feed/" rel="self" type="application/rss+xml" />
	<link>https://living-maou.com</link>
	<description></description>
	<lastBuildDate>Sun, 07 Jan 2024 02:32:48 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://living-maou.com/wp-content/uploads/2020/02/cropped-favicon-32x32.png</url>
	<title>NintendoSwitch &#8211; リビングの魔王</title>
	<link>https://living-maou.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>【プログラミング】オートノーツ(Autonauts)攻略メモ（Switch版）</title>
		<link>https://living-maou.com/autonauts-program/</link>
					<comments>https://living-maou.com/autonauts-program/#respond</comments>
		
		<dc:creator><![CDATA[メソ]]></dc:creator>
		<pubDate>Sat, 15 Apr 2023 01:35:56 +0000</pubDate>
				<category><![CDATA[ビジュアルプログラミング]]></category>
		<category><![CDATA[Autonauts]]></category>
		<category><![CDATA[NintendoSwitch]]></category>
		<category><![CDATA[ゲーム]]></category>
		<guid isPermaLink="false">https://living-maou.com/?p=5237</guid>

					<description><![CDATA[ロボットを使って未開の惑星を開拓していくシミュレーションゲーム『オートノーツ(Autonauts)』 プログラミングは、オートノーツの大切な要素の一つ。ボットにプログラミングすることで、すべての作業を自動化することが可能 [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-eyecatch.png"><img fetchpriority="high" decoding="async" class="aligncenter size-full wp-image-5238" src="https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-eyecatch.png" alt="" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-eyecatch.png 800w, https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-eyecatch-500x281.png 500w, https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-eyecatch-300x169.png 300w, https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-eyecatch-768x432.png 768w, https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-eyecatch-120x68.png 120w, https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-eyecatch-160x90.png 160w, https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-eyecatch-320x180.png 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>ロボットを使って未開の惑星を開拓していくシミュレーションゲーム『オートノーツ(Autonauts)』</p>
<p>プログラミングは、オートノーツの大切な要素の一つ。ボットにプログラミングすることで、すべての作業を自動化することが可能です。</p>
<p>Scratchのようなブロックを使った視覚的なプログラミングなので、プログラミング経験がなくても内容を理解できますよ。</p>
<p>しかも、ボットにお手本を見せてプログラミングをするので、ブロックの機能を全部覚える必要はありません。</p>
<p>この記事では、「繰り返し」や「もし」など<b>命令ブロック</b>と条件ついて解説。また、<a href="#pattern">基本的なプログラムのパターン</a>も紹介します。</p>
<h2><span id="toc1">プログラミングの手順</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/01/autonauts-operate13.jpg"><img decoding="async" class="aligncenter size-full wp-image-4846" src="https://living-maou.com/wp-content/uploads/2023/01/autonauts-operate13.jpg" sizes="(max-width: 800px) 100vw, 800px" srcset="https://living-maou.com/wp-content/uploads/2023/01/autonauts-operate13.jpg 800w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-operate13-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-operate13-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-operate13-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-operate13-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-operate13-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-operate13-320x180.jpg 320w" alt="オートノーツ プログラミング" width="800" height="450" /></a></p>
<p>オートノーツのプログラミングは、ボットにやってもらいたい作業を見せて覚えてもらう「ならって学ぶ」方式で行います。</p>
<p>また、移動、拾う、置くなどの基本的なコマンドの他に、<ruby>繰<rt>く</rt></ruby>り返しや条件文（もし）を使うこともできます。スクリプトエリアの右下にある追加命令タブから追加しましょう。</p>
<div class="blank-box bb-blue">
<ol>
<li>自分が必要な道具を持つ</li>
<li>ホイッスルでボットの注意を引く（Yボタン）</li>
<li>プログラミングしたいボットを選ぶ（カーソルを合わせ、Aボタン）</li>
<li>記録ボタン（赤い丸）をおす（カーソルを合わせ、Aボタン）</li>
<li>ボットブレーンの選択を解除（十字←ボタン）</li>
<li>ボットにお手本を見せる</li>
<li>ボットブレーンを選ぶ（十字←ボタン）</li>
<li>プログラムを手直し<br />
<ruby>繰<rt>く</rt></ruby>り返し・もし・待機を追加、探知エリアの指定など</li>
<li>再生ボタン（緑の三角）をおす（カーソルを合わせ、Aボタン）</li>
<li>ボットブレーンを閉じる（Bボタン）</li>
<li>ボットに必要な道具を持たせる（カーソルを合わせ、Bボタン）</li>
</ol>
</div>
<h3><span id="toc2">スクリプトの修正方法</span></h3>
<p>後でプログラムを修正することもできます。</p>
<div class="blank-box bb-blue">
<ol>
<li>ホイッスルでボットの注意を引く（Yボタン）</li>
<li>プログラミングしたいボットを選ぶ（カーソルを合わせ、Aボタン）</li>
<li>停止ボタン（青い四角）をおす（カーソルを合わせ、Aボタン）</li>
<li>記録ボタン（赤い丸）をおす（カーソルを合わせ、Aボタン）</li>
<li>スクリプトエリアを編集する</li>
</ol>
</div>
<p>&nbsp;</p>
<h2><span id="toc3">ブロック解説</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/01/autonauts-operate05.jpg"><img decoding="async" class="aligncenter size-full wp-image-4838" src="https://living-maou.com/wp-content/uploads/2023/01/autonauts-operate05.jpg" alt="オートノーツ スクリプトエリア" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/01/autonauts-operate05.jpg 800w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-operate05-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-operate05-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-operate05-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-operate05-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-operate05-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-operate05-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>追加命令タブにある命令ブロックを解説します。</p>
<div class="blank-box bb-blue">
<ul>
<li><a href="#loop"><ruby>繰<rt>く</rt></ruby>り返し</a></li>
<li><a href="#break"><ruby>繰<rt>く</rt></ruby>り返し終了</a></li>
<li><a href="#if">もし</a></li>
<li><a href="#ifelse">もし／でなければ</a></li>
<li><a href="#wait">待機</a></li>
</ul>
</div>
<h3 id="loop"><span id="toc4">繰り返し</span></h3>
<p><ruby>繰<rt>く</rt></ruby>り返しブロックは、条件を満たすまで中にあるプログラムをくり返します。</p>
<p><ruby>繰<rt>く</rt></ruby>り返しブロック内の命令が実行できない場合（例：アイテムを拾う命令で対象のアイテムがない）、ボットはその命令が実行できるようになるまで一時停止します。</p>
<p>ただし、条件の右側のボックスにチェックを入れると、<ruby>繰<rt>く</rt></ruby>り返しブロック内の命令が実行できない場合、<ruby>繰<rt>く</rt></ruby>り返しからぬけ出します。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-01.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5239" src="https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-01.jpg" alt="条件の右側のボックスは、ブロック内の命令が実行できない場合くり返しからぬけ出す。" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-01.jpg 800w, https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-01-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-01-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-01-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-01-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-01-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-01-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<h3 id="break"><span id="toc5">繰り返し終了</span></h3>
<p><ruby>繰<rt>く</rt></ruby>り返し終了ブロックは、現在の<ruby>繰<rt>く</rt></ruby>り返しからぬけ出す命令です。</p>
<h3 id="if"><span id="toc6">もし</span></h3>
<p>もしブロックは、条件を満たした場合、中にあるプログラムを実行します。</p>
<h3 id="ifelse"><span id="toc7">もし／でなければ</span></h3>
<p>もし／でなければブロックは、条件を満たした場合とそれ以外の場合で、実行するプログラムを分けます。</p>
<h3 id="wait"><span id="toc8">待機</span></h3>
<p>待機ブロックは、指定された秒数、一時停止します。</p>
<p>&nbsp;</p>
<h2><span id="toc9">条件解説</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-02.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5240" src="https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-02.jpg" alt="オートノーツ 条件" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-02.jpg 800w, https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-02-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-02-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-02-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-02-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-02-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-02-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><ruby>繰<rt>く</rt></ruby>り返しブロックと、もしブロックの条件について解説します。</p>
<div class="blank-box bb-blue">
<ul>
<li><a href="#terms01">手がいっぱいになるまで／手がいっぱいです</a></li>
<li><a href="#terms02">手が空になるまで／手が空です</a></li>
<li><a href="#terms03">バックパックがいっぱいになるまで／バックパックがいっぱいです</a></li>
<li><a href="#terms04">バックパックが空になるまで／バックパックが空です</a></li>
<li><a href="#terms05">?がいっぱいになるまで／?がいっぱいです</a></li>
<li><a href="#terms06">?が空になるまで／?が空です</a></li>
<li><a href="#terms07">持っているオブジェクトがいっぱいになるまで／持っているオブジェクトがいっぱいです</a></li>
<li><a href="#terms08">持っているオブジェクトが空になるまで／持っているオブジェクトが空です</a></li>
<li><a href="#terms09">回</a></li>
<li><a href="#terms10">永遠に！</a></li>
<li><a href="#terms11">次を聞くまで／聞く</a></li>
</ul>
</div>
<div class="blank-box bb-tab bb-memo bb-blue">条件の「～でなくなるまで」系は解説しません。なるべく使わないようにしましょう。条件が分かりにくくなり、まちがえやすくなってしまいます。</div>
<h3 id="terms01"><span id="toc10">手がいっぱいになるまで／手がいっぱいです</span></h3>
<ul>
<li><ruby>繰<rt>く</rt></ruby>り返し：ハンドスロットがいっぱいになるまで、中にあるプログラムをくり返します。</li>
<li>もし：ハンドスロットがいっぱいなら、中にあるプログラムを実行します。</li>
</ul>
<h3 id="terms02"><span id="toc11">手が空になるまで／手が空です</span></h3>
<ul>
<li><ruby>繰<rt>く</rt></ruby>り返し：ハンドスロットが空になるまで、中にあるプログラムをくり返します。</li>
<li>もし：ハンドスロットが空なら、中にあるプログラムを実行します。</li>
</ul>
<h3 id="terms03"><span id="toc12">バックパックがいっぱいになるまで／バックパックがいっぱいです</span></h3>
<ul>
<li><ruby>繰<rt>く</rt></ruby>り返し：バックパックスロットがいっぱいになるまで、中にあるプログラムをくり返します。</li>
<li>もし：バックパックスロットがいっぱいなら、中にあるプログラムを実行します。</li>
</ul>
<h3 id="terms04"><span id="toc13">バックパックが空になるまで／バックパックが空です</span></h3>
<ul>
<li><ruby>繰<rt>く</rt></ruby>り返し：バックパックスロットが空になるまで、中にあるプログラムをくり返します。</li>
<li>もし：バックパックスロットが空なら、中にあるプログラムを実行します。</li>
</ul>
<h3 id="terms05"><span id="toc14">?がいっぱいになるまで／?がいっぱいです</span></h3>
<ul>
<li><ruby>繰<rt>く</rt></ruby>り返し：指定された構造物がいっぱい（95%以上）になるまで、中にあるプログラムをくり返します。</li>
<li>もし：指定された構造物がいっぱい（95%以上）なら、中にあるプログラムを実行します。</li>
</ul>
<p>構造物は？をおして指定します。また、作業台など何かを作る構造物は、作るアイテムが出力タイルにある場合、いっぱいと判断されます。</p>
<h3 id="terms06"><span id="toc15">?が空になるまで／?が空です</span></h3>
<ul>
<li><ruby>繰<rt>く</rt></ruby>り返し：指定された構造物が空になるまで、中にあるプログラムをくり返します。</li>
<li>もし：指定された構造物が空なら、中にあるプログラムを実行します。</li>
</ul>
<p>構造物は？をおして指定します。また、作業台など何かを作る構造物は、作るアイテムが出力タイルにない場合、空と判断されます。</p>
<h3 id="terms07"><span id="toc16">持っているオブジェクトがいっぱいになるまで／持っているオブジェクトがいっぱいです</span></h3>
<ul>
<li><ruby>繰<rt>く</rt></ruby>り返し：ボットが持っているアイテムがいっぱいになるまで、中にあるプログラムをくり返します。</li>
<li>もし：ボットが持っているアイテムがいっぱいなら、中にあるプログラムを実行します。</li>
</ul>
<p>上質なバケツやジョウロなどの中を判定します。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-08.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5263" src="https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-08.jpg" alt="複数のアイテムを持ち運べるアイテム" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-08.jpg 800w, https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-08-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-08-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-08-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-08-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-08-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-08-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<h3 id="terms08"><span id="toc17">持っているオブジェクトが空になるまで／持っているオブジェクトが空です</span></h3>
<ul>
<li><ruby>繰<rt>く</rt></ruby>り返し：ボットが持っているアイテム(バケツなど) が空になるまで、中にあるプログラムをくり返します。</li>
<li>もし：ボットが持っているアイテム(バケツなど) が空なら、中にあるプログラムを実行します。</li>
</ul>
<p>上質なバケツやジョウロなどの中を判定します。</p>
<h3 id="terms09"><span id="toc18">回</span></h3>
<p><ruby>繰<rt>く</rt></ruby>り返し：中にあるプログラムを指定された回数くり返します。</p>
<h3 id="terms10"><span id="toc19">永遠に！</span></h3>
<p><ruby>繰<rt>く</rt></ruby>り返し：中にあるプログラムをずっとくり返します。</p>
<h3 id="terms11"><span id="toc20">次を聞くまで／聞く</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-03.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5241" src="https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-03.jpg" alt="オートノーツ 聞くと叫ぶ" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-03.jpg 800w, https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-03-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-03-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-03-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-03-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-03-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-03-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<ul>
<li><ruby>繰<rt>く</rt></ruby>り返し：ボットが<ruby>叫<rt>さけ</rt></ruby>び声を聞くまで、中にあるプログラムをくり返します。</li>
<li>もし：ボットが<ruby>叫<rt>さけ</rt></ruby>び声を聞いたら、中にあるプログラムを実行します。</li>
</ul>
<p>Yボタン長おしで「<ruby>叫<rt>さけ</rt></ruby>ぶ」命令を追加でき、<ruby>叫<rt>さけ</rt></ruby>ぶ内容も指定できます。プレイヤーが<ruby>叫<rt>さけ</rt></ruby>ぶ場合は「Go!」固定のようです。</p>
<p>聞くブロックの右側のテキストボックスに<ruby>叫<rt>さけ</rt></ruby>ぶ内容を指定します。</p>
<p>&nbsp;</p>
<div class="ad-area no-icon ad-shortcode ad-rectangle ad-label-visible cf" itemscope itemtype="https://schema.org/WPAdBlock">
  <div class="ad-label" itemprop="name" data-nosnippet>スポンサーリンク</div>
  <div class="ad-wrap">
    <div class="ad-responsive ad-usual"><!-- レスポンシブコード -->
<ins class="adsbygoogle"
  style="display:block"
  data-ad-client="ca-pub-9126458450711382"
  data-ad-slot="2965068638"
  data-ad-format="rectangle"
  data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div>
          </div>

</div>

<h2 id="pattern"><span id="toc21">プログラミングの基本パターン</span></h2>
<p>ほとんどの作業は、大きく3つのパターンに分けられます。</p>
<div class="blank-box bb-blue">
<ul>
<li><a href="#pattern1">アイテムを集めて保管</a></li>
<li><a href="#pattern2">アイテムを作る</a></li>
<li><a href="#pattern3">道具を使う</a></li>
</ul>
</div>
<h3 id="pattern1"><span id="toc22">アイテムを集めて保管</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-04.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5242" src="https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-04.jpg" alt="オートノーツ アイテムを集めて保管するプログラム" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-04.jpg 800w, https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-04-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-04-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-04-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-04-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-04-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-04-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>ハンドスロットいっぱいになるまでアイテムを拾い、ハンドスロットが空になるまでケースなどの保管場所に追加します。</p>
<h3 id="pattern2"><span id="toc23">アイテムを作る</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-05.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5243" src="https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-05.jpg" alt="オートノーツ アイテムを作るプログラム" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-05.jpg 800w, https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-05-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-05-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-05-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-05-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-05-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-05-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>保管場所からアイテムを取り、何かを作る構造物（作業台など）に追加してアイテムを作ります。</p>
<p>バックパックを使うと一度に2種類以上のアイテムを運ぶことができます。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-06.png"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5244" src="https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-06.png" alt="オートノーツ バックパックを使ったプログラム" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-06.png 800w, https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-06-500x281.png 500w, https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-06-300x169.png 300w, https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-06-768x432.png 768w, https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-06-120x68.png 120w, https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-06-160x90.png 160w, https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-06-320x180.png 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<h3 id="pattern3"><span id="toc24">道具を使う</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-07.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5245" src="https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-07.jpg" alt="オートノーツ 道具を使うプログラム" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-07.jpg 800w, https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-07-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-07-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-07-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-07-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-07-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/04/autonauts-program-07-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>道具がこわれるまで（手が空になるまで）、道具を使ってアイテムの採取などを行います。</p>
<p>さらに保管場所がいっぱいなるまでの<ruby>繰<rt>く</rt></ruby>り返しで囲むことで、保管場所がいっぱいの時は作業をしないようにすることができます。</p>
<p>&nbsp;</p>
<h2><span id="toc25">まとめ</span></h2>
<p>「<ruby>繰<rt>く</rt></ruby>り返し」や「もし」など命令ブロックについて解説しました。</p>
<p>ボットのメモリの大きさに制限があるため、一つのボットでできることは限られます。</p>
<p>作業を小さく分けて、シンプルなプログラムになるよう心がけましょう。</p>
<p>&nbsp;</p>
<p>集落モードの解説もしています。よかったら見てみてください。</p>
<div class="blank-box bb-blue">
<ul>
<li><a rel="noopener" target="_self" href="https://living-maou.com/autonauts-operate/">操作方法（Switch版）<span class="fa fa-external-link internal-icon anchor-icon"></span></a></li>
<li><a rel="noopener" target="_self" href="https://living-maou.com/autonauts-stage1/">ステージ1：社会基盤<span class="fa fa-external-link internal-icon anchor-icon"></span></a></li>
<li><a rel="noopener" target="_self" href="https://living-maou.com/autonauts-stage2/">ステージ2：遊牧民共同体<span class="fa fa-external-link internal-icon anchor-icon"></span></a></li>
<li><a rel="noopener" target="_self" href="https://living-maou.com/autonauts-stage3/">ステージ3：孤立した住宅<span class="fa fa-external-link internal-icon anchor-icon"></span></a></li>
<li><a rel="noopener" target="_self" href="https://living-maou.com/autonauts-stage4/">ステージ4：村落<span class="fa fa-external-link internal-icon anchor-icon"></span></a></li>
<li><a rel="noopener" target="_self" href="https://living-maou.com/autonauts-stage5/">ステージ5：村<span class="fa fa-external-link internal-icon anchor-icon"></span></a></li>
<li><a rel="noopener" target="_self" href="https://living-maou.com/autonauts-stage6/">ステージ6：町<span class="fa fa-external-link internal-icon anchor-icon"></span></a></li>
<li><a rel="noopener" target="_self" href="https://living-maou.com/autonauts-stage7/">ステージ7：街<span class="fa fa-external-link internal-icon anchor-icon"></span></a></li>
<li><a rel="noopener" target="_self" href="https://living-maou.com/autonauts-stage8/">ステージ8：メトロポリス<span class="fa fa-external-link internal-icon anchor-icon"></span></a></li>
<li><a rel="noopener" target="_self" href="https://living-maou.com/autonauts-railroad/">レールやトロッコなど鉄道関連<span class="fa fa-external-link internal-icon anchor-icon"></span></a></li>
</ul>
</div>
<p>&nbsp;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://living-maou.com/autonauts-program/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>【鉄道関連】オートノーツ(Autonauts)攻略メモ（Switch版）</title>
		<link>https://living-maou.com/autonauts-railroad/</link>
					<comments>https://living-maou.com/autonauts-railroad/#respond</comments>
		
		<dc:creator><![CDATA[メソ]]></dc:creator>
		<pubDate>Wed, 05 Apr 2023 01:45:35 +0000</pubDate>
				<category><![CDATA[ビジュアルプログラミング]]></category>
		<category><![CDATA[Autonauts]]></category>
		<category><![CDATA[NintendoSwitch]]></category>
		<category><![CDATA[ゲーム]]></category>
		<guid isPermaLink="false">https://living-maou.com/?p=5205</guid>

					<description><![CDATA[ロボットを使って未開の惑星を開拓していくシミュレーションゲーム『オートノーツ(Autonauts)』 プログラミング的思考を養うのに、とてもおすすめなゲームなのですが、操作がちょっと分かりにくいのが難点。 この記事では、 [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-eyecatch.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5206" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-eyecatch.jpg" alt="" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-eyecatch.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-eyecatch-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-eyecatch-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-eyecatch-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-eyecatch-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-eyecatch-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-eyecatch-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>ロボットを使って未開の惑星を開拓していくシミュレーションゲーム『オートノーツ(Autonauts)』</p>
<p>プログラミング的思考を養うのに、とてもおすすめなゲームなのですが、操作がちょっと分かりにくいのが難点。</p>
<p>この記事では、線路まわりの構造物や車両について解説します。</p>
<h2><span id="toc1">粗雑な線路／粗雑なカーブ線路／線路橋</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-01.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5207" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-01.jpg" alt="オートノーツ 粗雑な線路" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-01.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-01-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-01-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-01-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-01-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-01-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-01-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b><ruby>粗雑<rt>そざつ</rt></ruby>な線路</b>は、列車を走らせるために使用される構造物です。</p>
<p><b>線路橋</b>は、水の上にも設置できます。</p>
<p>&nbsp;</p>
<h2><span id="toc2">レールトラックポイント</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-02.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5208" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-02.jpg" alt="オートノーツ レールトラックポイント" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-02.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-02-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-02-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-02-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-02-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-02-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-02-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b>レールトラックポイント</b>は、1本の線路を2本に分割したり、2本の線路を1つにまとめたりできる構造物です。</p>
<p>次の2種類があります。</p>
<ul>
<li>左：本線の左側に、線路を追加</li>
<li>右：本線の右側に、線路を追加</li>
</ul>
<p>トロッコまたは列車のエンジンに乗ると、同じ線路に配置されたレールトラックポイントに矢印が表示されます。レールトラックポイントをおすと、ポイントを通過するときの方向が変わります。</p>
<p>&nbsp;</p>
<h2><span id="toc3">線路の遮断機</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-03.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5209" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-03.jpg" alt="オートノーツ 遮断機" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-03.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-03-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-03-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-03-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-03-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-03-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-03-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b>線路の<ruby>遮断機<rt>しゃだんき</rt></ruby></b>は、列車が停止するポイントとして使う構造物です。<ruby>遮断機<rt>しゃだんき</rt></ruby>というより駅の方が近いかも。</p>
<p>線路のとなりに配置します。向きに注意しましょう。</p>
<p>トロッコまたは列車のエンジンに乗ると、赤い八角形または緑色の丸が表示されます。</p>
<ul>
<li>赤い八角形：列車がポイントで停車</li>
<li>緑色の丸　：列車がポイントを通過</li>
</ul>
<p>線路の<ruby>遮断機<rt>しゃだんき</rt></ruby>をおすと、停車と通過が切りかわります。</p>
<p>&nbsp;</p>
<h2><span id="toc4">燃料補給駅</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-04.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5210" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-04.jpg" alt="オートノーツ 燃料補給駅" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-04.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-04-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-04-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-04-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-04-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-04-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-04-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b>燃料補給駅</b>は、列車のエンジンに燃料を補じゅうできる構造物です。列車が停車するポイントにもなります。</p>
<p>線路のとなりに配置しましょう。</p>
<p>トロッコまたは列車のエンジンに乗ると、停車（赤い八角形）または通過（緑色の丸）が表示され、燃料補給駅をおすと切りかわります。</p>
<p>列車のエンジンが燃料補給駅で停車すると、燃料補給駅に保管されている燃料（石炭と<ruby>淡水<rt>たんすい</rt></ruby>）が自動的に列車のエンジンに補じゅうされます。</p>
<p>&nbsp;</p>
<h2><span id="toc5">粗雑なクレーン</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-05.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5211" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-05.jpg" alt="オートノーツ 粗雑なクレーン" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-05.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-05-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-05-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-05-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-05-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-05-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-05-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b><ruby>粗雑<rt>そざつ</rt></ruby>なクレーン</b>は、他の車両を運ぶことができます。</p>
<p>列車を線路に乗せたり、不要な車両を神秘的な石頭で処分したりする時に使います。</p>
<ol>
<li>Aボタン長おしして、クレーンを動かす</li>
<li>運びたい車両にカーソルを合わせて、Aボタンをおす</li>
<li>車両を下ろしたい場所にカーソルを合わせて、Bボタンをおす</li>
<li>Bボタン長おしして、クレーンを動かすのをやめる</li>
</ol>
<p>&nbsp;</p>
<h2><span id="toc6">トロッコ</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-06.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5212" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-06.jpg" alt="オートノーツ トロッコ" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-06.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-06-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-06-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-06-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-06-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-06-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-06-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b>トロッコ</b>は、線路にそって移動できる車両です。<ruby>粗雑<rt>そざつ</rt></ruby>なクレーンを使って線路に乗せましょう。</p>
<p>車両を1両、引っぱることができます。</p>
<ul>
<li>Aボタン長おし：トロッコに乗る</li>
<li>Bボタン長おし：トロッコから降りる</li>
</ul>
<p>&nbsp;</p>
<h2><span id="toc7">列車のエンジン</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-07.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5213" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-07.jpg" alt="オートノーツ 列車のエンジン" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-07.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-07-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-07-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-07-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-07-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-07-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-07-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b>列車のエンジン</b>は、線路にそって移動できる車両です。<ruby>粗雑<rt>そざつ</rt></ruby>なクレーンを使って線路に乗せましょう。</p>
<p>運転には石炭と<ruby>淡水<rt>たんすい</rt></ruby>が必要です。プレイヤーまたはボットで直接補じゅうするか、燃料補給駅で補じゅうできます。</p>
<p>車両は2両まで引っぱることができます。</p>
<ul>
<li>Aボタン長おし：列車のエンジンに乗る</li>
<li>Bボタン長おし：列車のエンジンから降りる</li>
</ul>
<p>&nbsp;</p>
<h2><span id="toc8">50個運べる列車の車両（粗雑）</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-08.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5214" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-08.jpg" alt="オートノーツ 列車の車両" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-08.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-08-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-08-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-08-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-08-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-08-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-08-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b>列車の車両（<ruby>粗雑<rt>そざつ</rt></ruby>）</b>は、同じ種類のアイテム（最大50個）を一度に運ぶことができる車両です。</p>
<p>液体（水、ハチミツ、牛乳など）には対応していません。</p>
<p><ruby>粗雑<rt>そざつ</rt></ruby>なクレーンを使って、トロッコや列車のエンジンなどに取りつけましょう。</p>
<p>&nbsp;</p>
<h2><span id="toc9">200個運べる列車の車両（粗雑）</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-09.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5215" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-09.jpg" alt="オートノーツ 列車の車両" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-09.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-09-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-09-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-09-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-09-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-09-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-09-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b>列車の車両（<ruby>粗雑<rt>そざつ</rt></ruby>）</b>は、同じ種類のアイテム（最大200個）を一度に運ぶことができる車両です。</p>
<p>液体（水、ハチミツ、牛乳など）には対応していません。</p>
<p><ruby>粗雑<rt>そざつ</rt></ruby>なクレーンを使って、トロッコや列車のエンジンなどに取りつけましょう。</p>
<p>&nbsp;</p>
<h2><span id="toc10">液体貨物の車両（粗雑）</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-10.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5216" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-10.jpg" alt="オートノーツ 液体貨物の車両" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-10.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-10-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-10-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-10-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-10-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-10-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-10-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b>液体貨物の車両（<ruby>粗雑<rt>そざつ</rt></ruby>）</b>は、水、ハチミツ、牛乳など同じ種類の液体（最大100個）を一度に運ぶことができる車両です。</p>
<p><ruby>粗雑<rt>そざつ</rt></ruby>なクレーンを使って、トロッコや列車のエンジンなどに取りつけましょう。</p>
<p>&nbsp;</p>
<h2><span id="toc11">まとめ</span></h2>
<p>線路まわりの構造物や列車について解説しました。</p>
<p>集落モードの解説もしています。よかったら見てみてください。</p>
<div class="blank-box bb-blue">
<ul>
<li><a rel="noopener" target="_self" href="https://living-maou.com/autonauts-stage1/">ステージ1：社会基盤<span class="fa fa-external-link internal-icon anchor-icon"></span></a></li>
<li><a rel="noopener" target="_self" href="https://living-maou.com/autonauts-stage2/">ステージ2：遊牧民共同体<span class="fa fa-external-link internal-icon anchor-icon"></span></a></li>
<li><a rel="noopener" target="_self" href="https://living-maou.com/autonauts-stage3/">ステージ3：孤立した住宅<span class="fa fa-external-link internal-icon anchor-icon"></span></a></li>
<li><a rel="noopener" target="_self" href="https://living-maou.com/autonauts-stage4/">ステージ4：村落<span class="fa fa-external-link internal-icon anchor-icon"></span></a></li>
<li><a rel="noopener" target="_self" href="https://living-maou.com/autonauts-stage5/">ステージ5：村<span class="fa fa-external-link internal-icon anchor-icon"></span></a></li>
<li><a rel="noopener" target="_self" href="https://living-maou.com/autonauts-stage6/">ステージ6：町<span class="fa fa-external-link internal-icon anchor-icon"></span></a></li>
<li><a rel="noopener" target="_self" href="https://living-maou.com/autonauts-stage7/">ステージ7：街<span class="fa fa-external-link internal-icon anchor-icon"></span></a></li>
<li><a rel="noopener" target="_self" href="https://living-maou.com/autonauts-stage8/">ステージ8：メトロポリス<span class="fa fa-external-link internal-icon anchor-icon"></span></a></li>
</ul>
</div>
<p>&nbsp;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://living-maou.com/autonauts-railroad/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>【集落：ステージ8】オートノーツ(Autonauts)攻略メモ（Switch版）</title>
		<link>https://living-maou.com/autonauts-stage8/</link>
					<comments>https://living-maou.com/autonauts-stage8/#respond</comments>
		
		<dc:creator><![CDATA[メソ]]></dc:creator>
		<pubDate>Sat, 25 Mar 2023 02:27:41 +0000</pubDate>
				<category><![CDATA[ビジュアルプログラミング]]></category>
		<category><![CDATA[Autonauts]]></category>
		<category><![CDATA[NintendoSwitch]]></category>
		<category><![CDATA[ゲーム]]></category>
		<guid isPermaLink="false">https://living-maou.com/?p=5151</guid>

					<description><![CDATA[ロボットを使って未開の惑星を開拓していくシミュレーションゲーム『オートノーツ(Autonauts)』 プログラミング的思考を養うのに、とてもおすすめなゲームなのですが、アイテムの使い方がちょっと分かりにくいのが難点。 こ [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-eyecatch.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5152" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-eyecatch.jpg" alt="" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-eyecatch.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-eyecatch-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-eyecatch-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-eyecatch-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-eyecatch-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-eyecatch-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-eyecatch-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>ロボットを使って未開の惑星を開拓していくシミュレーションゲーム『オートノーツ(Autonauts)』</p>
<p>プログラミング的思考を養うのに、とてもおすすめなゲームなのですが、アイテムの使い方がちょっと分かりにくいのが難点。</p>
<p>この記事では、オートノーツの集落モードの各ステージの進め方を解説します。</p>
<p>楽しみを奪わないようにプログラムの解説は基本的になし。アイテムの使い方の解説がメインです。</p>
<p>今回は「ステージ8：メトロポリス」です。</p>
<div class="blogcard-type bct-prev">

<a rel="noopener" target="_self" href="https://living-maou.com/autonauts-stage7/" title="【集落：ステージ7】オートノーツ(Autonauts)攻略メモ（Switch版）" class="blogcard-wrap internal-blogcard-wrap a-wrap cf"><div class="blogcard internal-blogcard ib-left cf"><div class="blogcard-label internal-blogcard-label"><span class="fa"></span></div><figure class="blogcard-thumbnail internal-blogcard-thumbnail"><img loading="lazy" decoding="async" width="160" height="90" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-eyecatch-160x90.jpg" class="blogcard-thumb-image internal-blogcard-thumb-image wp-post-image" alt="" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-eyecatch-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-eyecatch-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-eyecatch-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-eyecatch-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-eyecatch-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-eyecatch-320x180.jpg 320w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-eyecatch.jpg 800w" sizes="(max-width: 160px) 100vw, 160px" /></figure><div class="blogcard-content internal-blogcard-content"><div class="blogcard-title internal-blogcard-title">【集落：ステージ7】オートノーツ(Autonauts)攻略メモ（Switch版）</div><div class="blogcard-snippet internal-blogcard-snippet">『オートノーツ(Autonauts)』の集落モード「ステージ7：街」の進め方解説。【リビングの魔王】ではアイテムの使い方をメインに解説します。楽しみを奪わないようプログラムの解説は基本的になしです。</div></div><div class="blogcard-footer internal-blogcard-footer cf"><div class="blogcard-site internal-blogcard-site"><div class="blogcard-favicon internal-blogcard-favicon"><img loading="lazy" decoding="async" src="https://www.google.com/s2/favicons?domain=https://living-maou.com" alt="" class="blogcard-favicon-image internal-blogcard-favicon-image" width="16" height="16" /></div><div class="blogcard-domain internal-blogcard-domain">living-maou.com</div></div></div></div></a>
</div>
<h2><span id="toc1">【ステージ8】メトロポリスの計画</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-01.png"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5153" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-01.png" alt="オートノーツ ステージ8の計画" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-01.png 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-01-500x281.png 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-01-300x169.png 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-01-768x432.png 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-01-120x68.png 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-01-160x90.png 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-01-320x180.png 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>ステージ8の計画は、12個あります。</p>
<div class="blank-box bb-blue">
<ul>
<li>科学6.0</li>
<li>パティスリー</li>
<li><ruby>養殖<rt>ようしょく</rt></ruby></li>
<li>絹工場</li>
<li>衣料品工場</li>
<li>エンターテインメント</li>
<li>健康</li>
<li>教育</li>
<li>キャンパス工場</li>
<li><ruby>塗料<rt>とりょう</rt></ruby>工場</li>
<li>アートスタジオ</li>
<li>住居</li>
</ul>
</div>
<p>集落モード最後のステージです。</p>
<p>&nbsp;</p>
<h2><span id="toc2">科学6.0</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-02.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5154" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-02.jpg" alt="オートノーツ ステージ8の研究" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-02.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-02-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-02-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-02-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-02-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-02-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-02-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>研究所をレベル6にアップグレードし、新しい技術の開発をします。</p>
<div class="blank-box bb-blue">
<ul>
<li>輸送技術（蒸気機関車）</li>
<li>調理技術（最高の料理レシピ）</li>
<li>動物飼育技術（<ruby>蚕<rt>かいこ</rt></ruby>）</li>
<li><ruby>服飾<rt>ふくしょく</rt></ruby>技術（最高の服）</li>
<li><ruby>余暇<rt>よか</rt></ruby>技術（最高の<ruby>玩具<rt>おもちゃ</rt></ruby>！）</li>
<li>健康技術（<ruby>錠剤<rt>じょうざい</rt></ruby>）</li>
<li>通信技術（高度な教育）</li>
<li>文化技術（芸術）</li>
<li>住居の技術（お城）</li>
</ul>
</div>
<p>輸送技術の研究完了で使えるようになる鉄道関連のアイテムについては「<a rel="noopener" target="_self" href="https://living-maou.com/autonauts-railroad/">【鉄道関連】オートノーツ(Autonauts)攻略メモ（Switch版）<span class="fa fa-external-link internal-icon anchor-icon"></span></a>」で解説します。</p>
<h3><span id="toc3">粗雑な生地の入手方法</span></h3>
<p><b><ruby>粗雑<rt>そざつ</rt></ruby>な生地</b>は、<b>キッチンテーブル</b>で作ることができます。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-03.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5155" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-03.jpg" alt="オートノーツ 粗雑な生地" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-03.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-03-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-03-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-03-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-03-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-03-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-03-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>&nbsp;</p>
<p>材料の<b>水っぽいポリッジ</b>は<b><ruby>粗雑<rt>そざつ</rt></ruby>な<ruby>撹拌器<rt>かくはんき</rt></ruby></b>で作りましょう。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-04.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5156" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-04.jpg" alt="オートノーツ 水っぽいポリッジ" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-04.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-04-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-04-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-04-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-04-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-04-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-04-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<div class="blank-box bb-tab bb-memo bb-blue">ポリッジとは、穀類（オートミールなど）を水や牛乳でにて、おかゆのようにしたものです。</div>
<p>&nbsp;</p>
<h3><span id="toc4">蚕の入手方法</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-05.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5157" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-05.jpg" alt="オートノーツ 蚕" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-05.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-05-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-05-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-05-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-05-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-05-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-05-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b><ruby>桑<rt>くわ</rt></ruby>の木</b>を<b><ruby>木槌<rt>きづち</rt></ruby></b>でたたくと、<b><ruby>桑<rt>くわ</rt></ruby>の種</b>と<b><ruby>蚕<rt>かいこ</rt></ruby></b>が手に入ります。</p>
<p>&nbsp;</p>
<div class="ad-area no-icon ad-shortcode ad-rectangle ad-label-visible cf" itemscope itemtype="https://schema.org/WPAdBlock">
  <div class="ad-label" itemprop="name" data-nosnippet>スポンサーリンク</div>
  <div class="ad-wrap">
    <div class="ad-responsive ad-usual"><!-- レスポンシブコード -->
<ins class="adsbygoogle"
  style="display:block"
  data-ad-client="ca-pub-9126458450711382"
  data-ad-slot="2965068638"
  data-ad-format="rectangle"
  data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div>
          </div>

</div>

<h2><span id="toc5">パティスリー</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-06.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5158" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-06.jpg" alt="オートノーツ ベリーデニッシュペストリー" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-06.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-06-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-06-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-06-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-06-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-06-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-06-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>完了させておく研究：調理技術</p>
<p><b>キッチンテーブル</b>で<b>上質な生地</b>を作成し、<b>上質なオーブン</b>で<b>ベリーデニッシュペストリー</b>を焼きましょう。</p>
<p>作成したベリーデニッシュペストリーは住民（レベル7）に食べさせます。</p>
<p>&nbsp;</p>
<h2><span id="toc6">養殖</span></h2>
<p>完了させておく研究：動物飼育技術、ゴミの加工技術（ステージ5）、林業技術（ステージ5）</p>
<p><b><ruby>桑<rt>くわ</rt></ruby>の木</b>を<b><ruby>木槌<rt>きづち</rt></ruby></b>でたたくと、<b><ruby>桑<rt>くわ</rt></ruby>の種</b>と<b><ruby>蚕<rt>かいこ</rt></ruby></b>が手に入ります。</p>
<p><b>肥料</b>は<b><ruby>堆肥桶<rt>たいひおけ</rt></ruby></b>に<b>牛のフン</b>を追加して作りましょう。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-08.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5159" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-08.jpg" alt="オートノーツ 肥料" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-08.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-08-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-08-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-08-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-08-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-08-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-08-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>&nbsp;</p>
<p><ruby>苗木<rt>なえぎ</rt></ruby>のトレイを建設します。</p>
<p><b><ruby>苗木<rt>なえぎ</rt></ruby>のトレイ</b>に<b><ruby>桑<rt>くわ</rt></ruby>の種</b>と<b>肥料</b>を追加し、<b><ruby>桑<rt>くわ</rt></ruby>の<ruby>苗木<rt>なえぎ</rt></ruby></b>を作成します。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-07.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5160" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-07.jpg" alt="オートノーツ 桑の苗" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-07.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-07-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-07-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-07-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-07-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-07-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-07-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>作成した<b><ruby>桑<rt>くわ</rt></ruby>の<ruby>苗木<rt>なえぎ</rt></ruby></b>は、穴をほって植えましょう。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-09.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5161" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-09.jpg" alt="オートノーツ 穴を掘り桑の苗を植える" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-09.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-09-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-09-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-09-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-09-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-09-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-09-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>&nbsp;</p>
<p><b><ruby>養蚕<rt>ようさん</rt></ruby>ステーション</b>を建設し、<b><ruby>蚕<rt>かいこ</rt></ruby></b>と<b><ruby>桑<rt>くわ</rt></ruby>の種</b>を追加して、<b>まゆ</b>を作成します。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-10.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5162" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-10.jpg" alt="オートノーツ 養蚕ステーション" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-10.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-10-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-10-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-10-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-10-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-10-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-10-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>まゆを回収すると、<ruby>蛾<rt>が</rt></ruby>（絹蛾）が飛び立ち、近くの<ruby>桑<rt>くわ</rt></ruby>の木に<ruby>蚕<rt>かいこ</rt></ruby>を産みます。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-11.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5163" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-11.jpg" alt="オートノーツ まゆを回収すると絹蛾が飛び立つ" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-11.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-11-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-11-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-11-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-11-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-11-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-11-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>なお、<span class="marker-under-red"><ruby>蚕<rt>かいこ</rt></ruby>のついていない<ruby>桑<rt>くわ</rt></ruby>の木をたたいても、<ruby>蚕<rt>かいこ</rt></ruby>は落ちてきません</span>。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-12.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5164" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-12.jpg" alt="オートノーツ 桑の木" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-12.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-12-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-12-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-12-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-12-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-12-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-12-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>&nbsp;</p>
<h3><span id="toc7">木の苗木</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-13.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5165" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-13.jpg" alt="オートノーツ 木の苗木" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-13.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-13-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-13-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-13-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-13-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-13-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-13-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b><ruby>苗木<rt>なえぎ</rt></ruby>のトレイ</b>に<b>木の種</b>を追加すると、<ruby>苗木<rt>なえぎ</rt></ruby>を作ることができます。</p>
<p><ruby>苗木<rt>なえぎ</rt></ruby>は、木の種を植えた時より3倍の速さで成長します。</p>
<p>&nbsp;</p>
<h2><span id="toc8">絹工場</span></h2>
<p><b>上質な<ruby>紡ぎ車<rt>つむぎぐるま</rt></ruby></b>を建設し、<b><ruby>絹糸<rt>きぬいと</rt></ruby></b>を作ります。</p>
<p>上質な<ruby>紡ぎ車<rt>つむぎぐるま</rt></ruby>は、<ruby>床<rt>ゆか</rt></ruby>・<ruby>壁<rt>かべ</rt></ruby>・電力(50)が必要です。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-14.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5166" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-14.jpg" alt="オートノーツ 絹糸" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-14.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-14-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-14-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-14-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-14-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-14-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-14-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>&nbsp;</p>
<p><b>パワフルな織機</b>を建設し、<b><ruby>絹布<rt>けんぷ</rt></ruby></b>を作ります。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-15.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5167" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-15.jpg" alt="オートノーツ 絹布" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-15.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-15-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-15-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-15-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-15-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-15-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-15-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>&nbsp;</p>
<h2><span id="toc9">衣料品工場</span></h2>
<p>完了させておく研究：<ruby>服飾<rt>ふくしょく</rt></ruby>技術</p>
<p><b>パワフルな織機</b>を建設し、<b><ruby>三つ揃い<rt>みつぞろい</rt></ruby></b>を作ります。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-16.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5168" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-16.jpg" alt="オートノーツ 三つ揃い" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-16.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-16-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-16-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-16-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-16-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-16-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-16-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><ruby>三つ揃い<rt>みつぞろい</rt></ruby>は住民（レベル7）に着せましょう。</p>
<div class="blank-box bb-tab bb-memo bb-blue">三つ揃い（みつぞろい）とは、三つで一組になっているもの。特に上着・チョッキ・ズボンの三つがそろっているスーツをいいます。</div>
<p>&nbsp;</p>
<h2><span id="toc10">エンターテインメント</span></h2>
<p>完了させておく研究：<ruby>余暇<rt>よか</rt></ruby>技術</p>
<p><b><ruby>玩具<rt>おもちゃ</rt></ruby>ステーション</b>を建設し、<b>汽車の<ruby>玩具<rt>おもちゃ</rt></ruby></b>を作ります。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-17.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5169" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-17.jpg" alt="オートノーツ 汽車の玩具" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-17.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-17-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-17-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-17-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-17-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-17-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-17-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>住民（レベル7）に汽車の<ruby>玩具<rt>おもちゃ</rt></ruby>をあたえましょう。</p>
<p>&nbsp;</p>
<h2><span id="toc11">健康</span></h2>
<p>完了させておく研究：健康技術</p>
<p><b><ruby>錬金術<rt>れんきんじゅつ</rt></ruby>ステーション</b>を建設し、<b><ruby>錠剤<rt>じょうざい</rt></ruby></b>を作ります。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-18.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5170" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-18.jpg" alt="オートノーツ 錠剤" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-18.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-18-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-18-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-18-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-18-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-18-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-18-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>作成した<ruby>錠剤<rt>じょうざい</rt></ruby>は住民（レベル7）にあたえましょう。</p>
<p>ニセ薬と石で作る薬って、何の薬なんでしょうね……</p>
<p>&nbsp;</p>
<h2><span id="toc12">教育</span></h2>
<p>完了させておく研究：通信技術</p>
<p><b>印刷機</b>を建設し、<b>百科事典</b>を作ります。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-19.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5171" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-19.jpg" alt="オートノーツ 百科事典" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-19.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-19-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-19-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-19-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-19-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-19-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-19-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>作成した百科事典は住民（レベル7）にあたえましょう。</p>
<p>&nbsp;</p>
<h2><span id="toc13">キャンバス工場</span></h2>
<p>完了させておく研究：文化技術</p>
<p><b>上質な作業台</b>を建設し、<b>キャンバス</b>を作ります。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-20.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5172" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-20.jpg" alt="オートノーツ キャンバス" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-20.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-20-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-20-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-20-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-20-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-20-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-20-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>&nbsp;</p>
<h2><span id="toc14">塗料工場</span></h2>
<p>完了させておく研究：文化技術</p>
<p>絵の具の材料になる<b>ヒエンソウ</b>、<b>バラ</b>、<b>グラジオラス</b>を<ruby>栽培<rt>さいばい</rt></ruby>し、花束を集めましょう。</p>
<p><b><ruby>錬金術<rt>れんきんじゅつ</rt></ruby>ステーション</b>を建設し、<b>赤い絵の具</b>、<b>黄色い絵の具</b>、<b>青い絵の具</b>を作ります。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-21.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5173" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-21.jpg" alt="オートノーツ 絵の具" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-21.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-21-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-21-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-21-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-21-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-21-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-21-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>&nbsp;</p>
<h2><span id="toc15">アートスタジオ</span></h2>
<p>完了させておく研究：文化技術</p>
<p><b>イーゼル</b>を建設し、芸術品を作ります。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-22.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5174" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-22.jpg" alt="オートノーツ 芸術品" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-22.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-22-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-22-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-22-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-22-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-22-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-22-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>芸術品は、<b><ruby>肖像画<rt>しょうぞうが</rt></ruby></b>、<b>静止画</b>（静物画？）、<b><ruby>抽象画<rt>ちゅうしょうが</rt></ruby></b>の3種類ありますが、どれでもOKです。</p>
<p>作った芸術品は、住民（レベル7）にあたえましょう。</p>
<p>&nbsp;</p>
<h2><span id="toc16">住居</span></h2>
<p>完了させておく研究：住居の技術</p>
<p><b>お城</b>を建設し、住民（レベル7）に住まわせます。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-23.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5175" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-23.jpg" alt="オートノーツ お城" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-23.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-23-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-23-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-23-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-23-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-23-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-23-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>&nbsp;</p>
<div class="ad-area no-icon ad-shortcode ad-rectangle ad-label-visible cf" itemscope itemtype="https://schema.org/WPAdBlock">
  <div class="ad-label" itemprop="name" data-nosnippet>スポンサーリンク</div>
  <div class="ad-wrap">
    <div class="ad-responsive ad-usual"><!-- レスポンシブコード -->
<ins class="adsbygoogle"
  style="display:block"
  data-ad-client="ca-pub-9126458450711382"
  data-ad-slot="2965068638"
  data-ad-format="rectangle"
  data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div>
          </div>

</div>

<h2><span id="toc17">まとめ</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-24.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5176" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-24.jpg" alt="オートノーツ メトロポリス完成" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-24.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-24-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-24-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-24-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-24-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-24-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-24-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>オートノーツ「ステージ8：メトロポリス」について解説しました。</p>
<p>私が、集落モードクリアまでにかかった時間は220時間。</p>
<p>作ったボットは263機でした。</p>
<p>&nbsp;</p>
<h2><span id="toc18">やりこみ要素：宇宙空港</span></h2>
<p>ステージ8クリア後に<b>宇宙空港</b>を建設すると、他の星からの任務を受けることができます。</p>
<p>任務をクリアすると<b>トークン</b>が手に入り、オートノートペディアでアイテムと交かんできます。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-25.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5177" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-25.jpg" alt="オートノーツ 宇宙空港" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-25.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-25-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-25-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-25-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-25-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-25-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-25-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>&nbsp;</p>
<p>交かんできるアイテムは拡張アイテムや服、構造物など。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-26.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5178" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-26.jpg" alt="オートノーツ オートノートペディアでアイテムを交換" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-26.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-26-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-26-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-26-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-26-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-26-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-26-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>たとえば、一番左上にある<b>アヒルの笛</b>は、オートノート（自分）用の拡張アイテム。</p>
<p>アップグレードスロットに追加すると、ボットを呼ぶホイッスルの音が変わります。</p>
<p>&nbsp;</p>
<div class="blogcard-type bct-next">

<a rel="noopener" target="_self" href="https://living-maou.com/autonauts-railroad/" title="【鉄道関連】オートノーツ(Autonauts)攻略メモ（Switch版）" class="blogcard-wrap internal-blogcard-wrap a-wrap cf"><div class="blogcard internal-blogcard ib-left cf"><div class="blogcard-label internal-blogcard-label"><span class="fa"></span></div><figure class="blogcard-thumbnail internal-blogcard-thumbnail"><img loading="lazy" decoding="async" width="160" height="90" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-eyecatch-160x90.jpg" class="blogcard-thumb-image internal-blogcard-thumb-image wp-post-image" alt="" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-eyecatch-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-eyecatch-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-eyecatch-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-eyecatch-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-eyecatch-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-eyecatch-320x180.jpg 320w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-railroad-eyecatch.jpg 800w" sizes="(max-width: 160px) 100vw, 160px" /></figure><div class="blogcard-content internal-blogcard-content"><div class="blogcard-title internal-blogcard-title">【鉄道関連】オートノーツ(Autonauts)攻略メモ（Switch版）</div><div class="blogcard-snippet internal-blogcard-snippet">『オートノーツ(Autonauts)』の線路まわりの構造物や車両について解説。【リビングの魔王】では遮断機や燃料補給駅の使い方、クレーンを使って列車を線路に運ぶ方法などを分かりやすく解説します。楽しみを奪わないようプログラムの解説は基本的になしです。</div></div><div class="blogcard-footer internal-blogcard-footer cf"><div class="blogcard-site internal-blogcard-site"><div class="blogcard-favicon internal-blogcard-favicon"><img loading="lazy" decoding="async" src="https://www.google.com/s2/favicons?domain=https://living-maou.com" alt="" class="blogcard-favicon-image internal-blogcard-favicon-image" width="16" height="16" /></div><div class="blogcard-domain internal-blogcard-domain">living-maou.com</div></div></div></div></a>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://living-maou.com/autonauts-stage8/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>【集落：ステージ7】オートノーツ(Autonauts)攻略メモ（Switch版）</title>
		<link>https://living-maou.com/autonauts-stage7/</link>
					<comments>https://living-maou.com/autonauts-stage7/#respond</comments>
		
		<dc:creator><![CDATA[メソ]]></dc:creator>
		<pubDate>Wed, 15 Mar 2023 02:10:19 +0000</pubDate>
				<category><![CDATA[ビジュアルプログラミング]]></category>
		<category><![CDATA[Autonauts]]></category>
		<category><![CDATA[NintendoSwitch]]></category>
		<category><![CDATA[ゲーム]]></category>
		<guid isPermaLink="false">https://living-maou.com/?p=5105</guid>

					<description><![CDATA[ロボットを使って未開の惑星を開拓していくシミュレーションゲーム『オートノーツ(Autonauts)』 プログラミング的思考を養うのに、とてもおすすめなゲームなのですが、アイテムの使い方がちょっと分かりにくいのが難点。 こ [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-eyecatch.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5106" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-eyecatch.jpg" alt="" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-eyecatch.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-eyecatch-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-eyecatch-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-eyecatch-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-eyecatch-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-eyecatch-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-eyecatch-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>ロボットを使って未開の惑星を開拓していくシミュレーションゲーム『オートノーツ(Autonauts)』</p>
<p>プログラミング的思考を養うのに、とてもおすすめなゲームなのですが、アイテムの使い方がちょっと分かりにくいのが難点。</p>
<p>この記事では、オートノーツの集落モードの各ステージの進め方を解説します。</p>
<p>楽しみを奪わないようにプログラムの解説は基本的になし。アイテムの使い方の解説がメインです。</p>
<p>今回は「ステージ7：街」です。</p>
<div class="blogcard-type bct-prev">

<a rel="noopener" target="_self" href="https://living-maou.com/autonauts-stage6/" title="【集落：ステージ6】オートノーツ(Autonauts)攻略メモ（Switch版）" class="blogcard-wrap internal-blogcard-wrap a-wrap cf"><div class="blogcard internal-blogcard ib-left cf"><div class="blogcard-label internal-blogcard-label"><span class="fa"></span></div><figure class="blogcard-thumbnail internal-blogcard-thumbnail"><img loading="lazy" decoding="async" width="160" height="90" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-eyecatch-160x90.jpg" class="blogcard-thumb-image internal-blogcard-thumb-image wp-post-image" alt="" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-eyecatch-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-eyecatch-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-eyecatch-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-eyecatch-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-eyecatch-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-eyecatch-320x180.jpg 320w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-eyecatch.jpg 800w" sizes="(max-width: 160px) 100vw, 160px" /></figure><div class="blogcard-content internal-blogcard-content"><div class="blogcard-title internal-blogcard-title">【集落：ステージ6】オートノーツ(Autonauts)攻略メモ（Switch版）</div><div class="blogcard-snippet internal-blogcard-snippet">『オートノーツ(Autonauts)』の集落モード「ステージ6：町」の進め方解説。【リビングの魔王】ではアイテムの使い方をメインに解説します。楽しみを奪わないようプログラムの解説は基本的になしです。</div></div><div class="blogcard-footer internal-blogcard-footer cf"><div class="blogcard-site internal-blogcard-site"><div class="blogcard-favicon internal-blogcard-favicon"><img loading="lazy" decoding="async" src="https://www.google.com/s2/favicons?domain=https://living-maou.com" alt="" class="blogcard-favicon-image internal-blogcard-favicon-image" width="16" height="16" /></div><div class="blogcard-domain internal-blogcard-domain">living-maou.com</div></div></div></div></a>
</div>
<h2><span id="toc1">【ステージ7】街の計画</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-01.png"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5108" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-01.png" alt="ステージ7の計画" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-01.png 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-01-500x281.png 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-01-300x169.png 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-01-768x432.png 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-01-120x68.png 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-01-160x90.png 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-01-320x180.png 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>ステージ7は13個計画があります。</p>
<div class="blank-box bb-blue">
<ul>
<li>科学5.0</li>
<li><ruby>採掘<rt>さいくつ</rt></ruby></li>
<li><ruby>冶金<rt>やきん</rt></ruby></li>
<li>農業（<ruby>家畜<rt>かちく</rt></ruby>）</li>
<li>製粉所</li>
<li>ケーキ屋</li>
<li>衣服</li>
<li>エンターテインメント</li>
<li>草花<ruby>栽培<rt>さいばい</rt></ruby></li>
<li>健康</li>
<li>製紙工場</li>
<li>プリンター</li>
<li>住居</li>
</ul>
</div>
<p>本を作り、住民への教育を自動化します。</p>
<p>&nbsp;</p>
<h2><span id="toc2">科学5.0</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-02.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5109" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-02.jpg" alt="研究所をレベル5にアップグレード" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-02.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-02-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-02-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-02-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-02-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-02-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-02-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>研究所をレベル5にアップグレードし、新しい技術の開発をします。</p>
<div class="blank-box bb-blue">
<ul>
<li>ロボット工学（もっとボット！）</li>
<li>金属技術（金属加工）</li>
<li>輸送技術（鉄道、<ruby>軌道<rt>きどう</rt></ruby>自動車、トロッコ）</li>
<li>電力技術（定置式蒸気機関）</li>
<li>農業技術7（<ruby>養鶏業<rt>ようけいぎょう</rt></ruby>）</li>
<li>調理技術（上質なベーキング、レシピ）</li>
<li><ruby>服飾<rt>ふくしょく</rt></ruby>技術（もっと良い衣服）</li>
<li><ruby>余暇<rt>よか</rt></ruby>技術（もっと楽しい！）</li>
<li>健康技術（フラワーパワー！）</li>
<li>通信技術（<ruby>基礎的<rt>きそてき</rt></ruby>な教育）</li>
<li>住居の技術（館）</li>
</ul>
</div>
<p>輸送技術の研究完了で使えるようになる鉄道関連のアイテムについては「<a rel="noopener" target="_self" href="https://living-maou.com/autonauts-railroad/">【鉄道関連】オートノーツ(Autonauts)攻略メモ（Switch版）<span class="fa fa-external-link internal-icon anchor-icon"></span></a>」で解説します。</p>
<h3><span id="toc3">金属の車輪の入手方法</span></h3>
<p><b>金属の車輪</b>は、<b>スチームハンマー</b>で作ることができます。</p>
<p><a href="#yakin"><ruby>冶金<rt>やきん</rt></ruby>の計画</a>でくわしく解説します。</p>
<h3><span id="toc4">石炭の入手方法</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-03.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5110" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-03.jpg" alt="オートノーツ 石炭堆積物から石炭を入手" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-03.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-03-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-03-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-03-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-03-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-03-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-03-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b>石炭</b>は、<b>石炭<ruby>堆積物<rt>たいせきぶつ</rt></ruby></b>に落ちています。</p>
<p>石炭の<ruby>堆積物<rt>たいせきぶつ</rt></ruby>の場所は惑星スキャン（＋ボタン）の画面で場所を確認できます。</p>
<h3><span id="toc5">卵の入手方法</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-04.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5111" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-04.jpg" alt="オートノーツ ニワトリから卵を入手" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-04.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-04-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-04-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-04-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-04-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-04-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-04-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b>卵</b>は<b>ニワトリ</b>から手に入れることができます。</p>
<p>ニワトリは土のエリアにおり、満腹になると卵を産みます。</p>
<p>近くに卵が落ちていない場合は、ニワトリが卵を産むのを待ってください。</p>
<p>&nbsp;</p>
<div class="ad-area no-icon ad-shortcode ad-rectangle ad-label-visible cf" itemscope itemtype="https://schema.org/WPAdBlock">
  <div class="ad-label" itemprop="name" data-nosnippet>スポンサーリンク</div>
  <div class="ad-wrap">
    <div class="ad-responsive ad-usual"><!-- レスポンシブコード -->
<ins class="adsbygoogle"
  style="display:block"
  data-ad-client="ca-pub-9126458450711382"
  data-ad-slot="2965068638"
  data-ad-format="rectangle"
  data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div>
          </div>

</div>

<h2><span id="toc6">採掘</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-05.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5112" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-05.jpg" alt="オートノーツ 石炭堆積物の層を掘る" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-05.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-05-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-05-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-05-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-05-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-05-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-05-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b>石炭<ruby>堆積物<rt>たいせきぶつ</rt></ruby></b>からツルハシを使って<b>石炭</b>をほり出します。</p>
<p><b><ruby>粗雑<rt>そざつ</rt></ruby>な金属製のツルハシ</b>で<b><ruby>微量<rt>びりょう</rt></ruby>の石炭<ruby>堆積物<rt>たいせきぶつ</rt></ruby></b>をほると、<b>石炭<ruby>堆積物<rt>たいせきぶつ</rt></ruby></b>の層が出てきます。</p>
<p>石炭をほり出すまでの時間が短くなるので、ぜひやっておきましょう。</p>
<p>&nbsp;</p>
<h2 id="yakin"><span id="toc7">冶金</span></h2>
<p>完了させておく研究：金属技術</p>
<p><b><ruby>粗雑<rt>そざつ</rt></ruby>な<ruby>炉<rt>ろ</rt></ruby></b>を<b>上質な<ruby>炉<rt>ろ</rt></ruby></b>にアップグレードし、<b><ruby>粗雑<rt>そざつ</rt></ruby>な金属</b>を作ります。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-06.jpg"><img loading="lazy" decoding="async" class="aligncenter wp-image-5113 size-full" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-06.jpg" alt="オートノーツ 上質な炉で粗雑な金属を作る" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-06.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-06-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-06-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-06-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-06-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-06-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-06-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>上質な<ruby>炉<rt>ろ</rt></ruby>は燃料に<b>石炭</b>が必要です。</p>
<p>なお、<ruby>粗雑<rt>そざつ</rt></ruby>な<ruby>炉<rt>ろ</rt></ruby>と上質な<ruby>炉<rt>ろ</rt></ruby>では<ruby>粗雑<rt>そざつ</rt></ruby>な金属を作るのに金属鉱石の数がちがいます。</p>
<ul>
<li><ruby>粗雑<rt>そざつ</rt></ruby>な<ruby>炉<rt>ろ</rt></ruby>：4個</li>
<li>上質な<ruby>炉<rt>ろ</rt></ruby>：2個</li>
</ul>
<p>&nbsp;</p>
<p><b><ruby>粗雑<rt>そざつ</rt></ruby>な金属加工台</b>を<b>スチームハンマー</b>にアップグレードし、<b>リベット</b>を作ります。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-07.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5114" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-07.jpg" alt="オートノーツ スチームハンマーでリベットを作る" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-07.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-07-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-07-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-07-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-07-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-07-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-07-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>スチームハンマーは電力(100)が必要です。</p>
<p>輸送技術の研究に必要な<b>金属の車輪</b>もスチームハンマーで作ることができます。</p>
<p>&nbsp;</p>
<h2><span id="toc8">新しいボット(Mk3)</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-08.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5115" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-08.jpg" alt="オートノーツ ボット(Mk3)" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-08.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-08-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-08-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-08-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-08-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-08-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-08-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>ロボット工学の研究が完了していれば、新しいボット(Mk3)を作ることができます。</p>
<p>一番性能のいいボットです。</p>
<div class="scrollable-table"><table>
<tbody>
<tr>
<th></th>
<th>Mk0</th>
<th>Mk1</th>
<th>Mk2</th>
<th>Mk3</th>
</tr>
<tr>
<td>メモリ</td>
<td align="center">12KB</td>
<td align="center">16KB</td>
<td align="center">20KB</td>
<td align="center">32KB</td>
</tr>
<tr>
<td>ハンドスロット</td>
<td align="center">3</td>
<td align="center">4</td>
<td align="center">6</td>
<td align="center">8</td>
</tr>
<tr>
<td>バックパック</td>
<td align="center">0</td>
<td align="center">1</td>
<td align="center">2</td>
<td align="center">4</td>
</tr>
<tr>
<td>アップグレードスロット</td>
<td align="center">1</td>
<td align="center">2</td>
<td align="center">2</td>
<td align="center">3</td>
</tr>
<tr>
<td>探知<ruby>範囲<rt>はんい</rt></ruby></td>
<td align="center">13&#215;13</td>
<td align="center">17&#215;17</td>
<td align="center">31&#215;31</td>
<td align="center">36&#215;36</td>
</tr>
</tbody>
</table></div>
<h3><span id="toc9">ココナッツの入手方法</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-09.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5116" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-09.jpg" alt="オートノーツ ヤシの木からココナッツを入手" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-09.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-09-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-09-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-09-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-09-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-09-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-09-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b>ココナッツ</b>は、<b>ヤシの木</b>を<b><ruby>木槌<rt>きづち</rt></ruby></b>でたたくと手に入ります。</p>
<p>ヤシの木は、シャベルで土に穴をほってココナッツを植えると生えてきます。</p>
<p>ココナッツが再び成長するまで時間がかかるので、何本か植えておくとよいでしょう。</p>
<p>&nbsp;</p>
<h2><span id="toc10">農業（家畜）</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-10.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5117" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-10.jpg" alt="オートノーツ 鶏を飼育する" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-10.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-10-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-10-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-10-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-10-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-10-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-10-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>完了させておく研究：農業技術7</p>
<p>牛や羊と同じように、<b>ニワトリ</b>も囲いに入れます。</p>
<p>ニワトリの場合、地面は土でOKです。ニワトリは土からエサをとって食べることができますが、<b>穀物の種</b>や<ruby>刈<rt>か</rt></ruby>られた草も食べます。</p>
<p><b><ruby>鶏小屋<rt>にわとりごや</rt></ruby></b>は囲いの中に置きましょう。満腹になったニワトリ（小屋から10マス以内）が、<ruby>鶏小屋<rt>にわとりごや</rt></ruby>で<b>卵</b>を産むようになります。</p>
<p>また、<ruby>鶏小屋<rt>にわとりごや</rt></ruby>にニワトリ2羽と穀物の種を10個追加すると、ニワトリが1羽増えます。</p>
<p>この星のニワトリは卵で増えないみたいですね。</p>
<p>&nbsp;</p>
<h2><span id="toc11">製粉所</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-11.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5118" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-11.jpg" alt="オートノーツ 製粉所で上質な小麦粉を作る" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-11.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-11-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-11-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-11-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-11-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-11-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-11-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>完了させておく研究：調理技術</p>
<p><b><ruby>挽臼<rt>ひきうす</rt></ruby></b>を建設して<b>製粉所</b>にアップグレード。<b>上質な小麦粉</b>を作ります。</p>
<p><b><ruby>石臼<rt>いしうす</rt></ruby></b>は<b>石工台</b>で作れます。</p>
<p>製粉所は、<ruby>床<rt>ゆか</rt></ruby>・<ruby>壁<rt>かべ</rt></ruby>・電力(50)が必要です。</p>
<p>&nbsp;</p>
<h2><span id="toc12">ケーキ屋</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-12.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5119" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-12.jpg" alt="オートノーツ 上質なオーブンでベリーケーキを作る" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-12.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-12-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-12-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-12-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-12-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-12-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-12-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b>ベリーケーキ</b>を作ります。</p>
<p><b>上質なオーブン</b>は、<b><ruby>粗雑<rt>そざつ</rt></ruby>なオーブン</b>をアップグレードして作ります。</p>
<p>作成したベリーケーキは住民（レベル6）に食べさせましょう。</p>
<p>ベリーケーキは重たい(12)です。ボットに最高のボットパワーのアップグレードをつけて運ばせましょう。</p>
<p>&nbsp;</p>
<h2><span id="toc13">衣服</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-13.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5120" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-13.jpg" alt="オートノーツ パワフルな織機でコートとスカーフを作る" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-13.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-13-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-13-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-13-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-13-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-13-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-13-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>完了させておく研究：<ruby>服飾<rt>ふくしょく</rt></ruby>技術</p>
<p><b>パワフルな織機</b>を建設し、<b>コートとスカーフ</b>を作ります。</p>
<p>パワフルな織機は、<ruby>床<rt>ゆか</rt></ruby>・<ruby>壁<rt>かべ</rt></ruby>・電力(100)が必要です。</p>
<p>コートとスカーフは住民（レベル6）に着せましょう。</p>
<p>&nbsp;</p>
<h2><span id="toc14">エンターテインメント</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-14.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5121" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-14.jpg" alt="オートノーツ 玩具ステーションで二頭立て馬車の玩具を作る" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-14.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-14-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-14-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-14-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-14-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-14-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-14-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>完了させておく研究：<ruby>余暇<rt>よか</rt></ruby>技術</p>
<p><b><ruby>玩具<rt>おもちゃ</rt></ruby>ステーション</b>を建設し、<b>二頭立て馬車の<ruby>玩具<rt>おもちゃ</rt></ruby></b>を作ります。</p>
<p>住民（レベル6）に二頭立て馬車の<ruby>玩具<rt>おもちゃ</rt></ruby>をあたえましょう。</p>
<p>&nbsp;</p>
<h2><span id="toc15">草花栽培</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-15.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5122" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-15.jpg" alt="オートノーツ 花を栽培" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-15.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-15-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-15-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-15-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-15-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-15-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-15-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>薬の材料になる花を<ruby>栽培<rt>さいばい</rt></ruby>します。</p>
<p>材料になる花は、<b>アスター</b>と<b>サクラソウ</b>、<b>カモミール</b>。</p>
<p>ついでに<b>ヒエンソウ</b>、<b>バラ</b>、<b>グラジオラス</b>も<ruby>栽培<rt>さいばい</rt></ruby>しておきましょう。ステージ8で必要になります。</p>
<p>マップ上に生えている<b>野花</b>を<b><ruby>粗雑<rt>そざつ</rt></ruby>なカマ</b>を使って<ruby>収穫<rt>しゅうかく</rt></ruby>すると、<b>花の種</b>と<b>花束</b>が手に入ります。</p>
<p><b><ruby>粗雑<rt>そざつ</rt></ruby>なクワ</b>を使って土を耕し、<b>花の種</b>を植えましょう。</p>
<p>なお、ボットで野花を<ruby>収穫<rt>しゅうかく</rt></ruby>する場合、花の種類を指定できません。</p>
<p>種や花束を拾う命令は花の種類毎に分かれています。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/c027a7522293fe76e5b5488e75c61b51.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5123" src="https://living-maou.com/wp-content/uploads/2023/03/c027a7522293fe76e5b5488e75c61b51.jpg" alt="オートノーツ 花関連のプログラム" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/c027a7522293fe76e5b5488e75c61b51.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/c027a7522293fe76e5b5488e75c61b51-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/c027a7522293fe76e5b5488e75c61b51-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/c027a7522293fe76e5b5488e75c61b51-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/c027a7522293fe76e5b5488e75c61b51-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/c027a7522293fe76e5b5488e75c61b51-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/c027a7522293fe76e5b5488e75c61b51-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>&nbsp;</p>
<h2><span id="toc16">健康</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-17.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5124" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-17.jpg" alt="オートノーツ 錬金術ステーションで偽薬を作る" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-17.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-17-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-17-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-17-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-17-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-17-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-17-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>完了させておく研究：健康技術</p>
<p><b><ruby>錬金術<rt>れんきんじゅつ</rt></ruby>ステーション</b>を建設し、<b><ruby>偽薬<rt>にせぐすり</rt></ruby></b>を作ります。</p>
<p>作成した<ruby>偽薬<rt>にせぐすり</rt></ruby>は住民（レベル6）にあたえましょう。</p>
<p>それにしてもニセ薬って……プラシーボ効果で病気を治すのでしょうか……？</p>
<p>&nbsp;</p>
<h2><span id="toc17">製紙工場</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-18.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5125" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-18.jpg" alt="オートノーツ 製紙工場で紙を作る" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-18.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-18-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-18-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-18-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-18-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-18-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-18-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>完了させておく研究：通信技術</p>
<p><b>製紙工場</b>を建設し、<b>紙</b>を作ります。</p>
<p>製紙工場は、<ruby>床<rt>ゆか</rt></ruby>・<ruby>壁<rt>かべ</rt></ruby>・電力(100)が必要です。</p>
<p>&nbsp;</p>
<h2><span id="toc18">プリンター</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-19.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5126" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-19.jpg" alt="オートノーツ 印刷機でシンプルな本を作る" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-19.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-19-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-19-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-19-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-19-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-19-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-19-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b>印刷機</b>を建設し、<b>シンプルな本</b>を作ります。</p>
<p>印刷機は、<ruby>床<rt>ゆか</rt></ruby>・<ruby>壁<rt>かべ</rt></ruby>・電力(200)が必要です。</p>
<p><b>インク</b>は<b><ruby>大釜<rt>おおがま</rt></ruby></b>（<ruby>粗雑<rt>そざつ</rt></ruby>な<ruby>釜<rt>かま</rt></ruby>からアップグレード）で作成できます。</p>
<p>インクの材料になる<b>木炭</b>は、<b><ruby>粗雑<rt>そざつ</rt></ruby>な<ruby>炉<rt>ろ</rt></ruby></b>で作りましょう。</p>
<p>作成したシンプルな本は住民（レベル6）にあたえます。</p>
<p>&nbsp;</p>
<h2><span id="toc19">住居</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-20.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5127" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-20.jpg" alt="オートノーツ 館を建設" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-20.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-20-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-20-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-20-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-20-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-20-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-20-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>住居の技術研究を完了させましょう。</p>
<p><b>館</b>を建設し、住民（レベル6）に住まわせます。</p>
<p>&nbsp;</p>
<div class="ad-area no-icon ad-shortcode ad-rectangle ad-label-visible cf" itemscope itemtype="https://schema.org/WPAdBlock">
  <div class="ad-label" itemprop="name" data-nosnippet>スポンサーリンク</div>
  <div class="ad-wrap">
    <div class="ad-responsive ad-usual"><!-- レスポンシブコード -->
<ins class="adsbygoogle"
  style="display:block"
  data-ad-client="ca-pub-9126458450711382"
  data-ad-slot="2965068638"
  data-ad-format="rectangle"
  data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div>
          </div>

</div>

<h2><span id="toc20">アイテム解説</span></h2>
<p>オートノーツ「ステージ7：街」について解説しました。</p>
<p>最後に便利なアイテムをピックアップして解説します。</p>
<div class="blank-box bb-blue">
<ul>
<li><a href="#catapult">カタパルト</a></li>
<li><a href="#StoneCircle">古代のストーンサークル</a></li>
<li><a href="#SteamEngine">定置式蒸気機関</a></li>
<li><a href="#ziggurat">ジッグラト</a></li>
</ul>
</div>
<h3 id="catapult"><span id="toc21">カタパルト</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-21.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5128" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-21.jpg" alt="オートノーツ カタパルト" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-21.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-21-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-21-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-21-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-21-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-21-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-21-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b>カタパルト</b>は石や矢を発射させる古代の兵器です。</p>
<p>オートノーツでは、アイテムを遠く（直線<ruby>距離<rt>きょり</rt></ruby>で100マス分まで）に飛ばすことができます。</p>
<p>カタパルトの上でAボタンをおし、飛ばしたい場所を選ぶ</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-22.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5129" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-22.jpg" alt="オートノーツ カタパルト 飛ばしたい場所を選択" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-22.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-22-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-22-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-22-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-22-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-22-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-22-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>飛ばしたいアイテム（重さ5まで）を持って、カタパルトに置く（Bボタン）</p>
<p>&nbsp;</p>
<h3 id="StoneCircle"><span id="toc22">古代のストーンサークル</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-23.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5130" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-23.jpg" alt="オートノーツ 古代のストーンサークル" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-23.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-23-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-23-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-23-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-23-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-23-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-23-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b>古代のストーンサークル</b>は、ゲームスピードボタンを追加する構造物です。</p>
<p>起動するとゲームスピードが3倍速になります。</p>
<ol>
<li>↑ボタンをおす</li>
<li>カメのアイコンをおすと、ウサギのアイコンに変化<br />
ゲームスピードが3倍速になる</li>
<li>ウサギのアイコンをおすと、カメのアイコンに変化<br />
ゲームスピードが元にもどる</li>
</ol>
<p>&nbsp;</p>
<h3 id="SteamEngine"><span id="toc23">定置式蒸気機関</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-24.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5131" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-24.jpg" alt="オートノーツ 定量式蒸気機関" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-24.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-24-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-24-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-24-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-24-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-24-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-24-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b>定置式蒸気機関</b>は1000の電力を生み出せる構造物です。</p>
<p>作動には<b>石炭</b>と<b><ruby>淡水<rt>たんすい</rt></ruby></b>が必要です。</p>
<p>&nbsp;</p>
<h3 id="ziggurat"><span id="toc24">ジッグラト</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-25.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5132" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-25.jpg" alt="オートノーツ ジッグラト" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-25.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-25-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-25-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-25-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-25-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-25-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-25-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>オートノーツでは、増えすぎてしまった動物などを<b>ジッグラト</b>にささげて取り除くことができます。</p>
<p>使用するには電力(50)が必要です。</p>
<p>ささげた動物は鳥に変身し、飛びさって幸せに暮らすそうです。</p>
<div class="blank-box bb-tab bb-memo bb-blue">ジッグラトとは、古代メソポタミアの都市に造られた、階段状の<ruby>塔<rt>とう</rt></ruby>の形をした建築物のこと。</div>
<p>&nbsp;</p>
<div class="blogcard-type bct-next">

<a rel="noopener" target="_self" href="https://living-maou.com/autonauts-stage8/" title="【集落：ステージ8】オートノーツ(Autonauts)攻略メモ（Switch版）" class="blogcard-wrap internal-blogcard-wrap a-wrap cf"><div class="blogcard internal-blogcard ib-left cf"><div class="blogcard-label internal-blogcard-label"><span class="fa"></span></div><figure class="blogcard-thumbnail internal-blogcard-thumbnail"><img loading="lazy" decoding="async" width="160" height="90" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-eyecatch-160x90.jpg" class="blogcard-thumb-image internal-blogcard-thumb-image wp-post-image" alt="" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-eyecatch-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-eyecatch-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-eyecatch-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-eyecatch-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-eyecatch-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-eyecatch-320x180.jpg 320w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st8-eyecatch.jpg 800w" sizes="(max-width: 160px) 100vw, 160px" /></figure><div class="blogcard-content internal-blogcard-content"><div class="blogcard-title internal-blogcard-title">【集落：ステージ8】オートノーツ(Autonauts)攻略メモ（Switch版）</div><div class="blogcard-snippet internal-blogcard-snippet">『オートノーツ(Autonauts)』の集落モード「ステージ8：メトロポリス」の進め方解説。【リビングの魔王】ではアイテムの使い方をメインに解説します。楽しみを奪わないようプログラムの解説は基本的になしです。</div></div><div class="blogcard-footer internal-blogcard-footer cf"><div class="blogcard-site internal-blogcard-site"><div class="blogcard-favicon internal-blogcard-favicon"><img loading="lazy" decoding="async" src="https://www.google.com/s2/favicons?domain=https://living-maou.com" alt="" class="blogcard-favicon-image internal-blogcard-favicon-image" width="16" height="16" /></div><div class="blogcard-domain internal-blogcard-domain">living-maou.com</div></div></div></div></a>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://living-maou.com/autonauts-stage7/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>【集落：ステージ6】オートノーツ(Autonauts)攻略メモ（Switch版）</title>
		<link>https://living-maou.com/autonauts-stage6/</link>
					<comments>https://living-maou.com/autonauts-stage6/#respond</comments>
		
		<dc:creator><![CDATA[メソ]]></dc:creator>
		<pubDate>Sun, 05 Mar 2023 01:14:50 +0000</pubDate>
				<category><![CDATA[ビジュアルプログラミング]]></category>
		<category><![CDATA[Autonauts]]></category>
		<category><![CDATA[NintendoSwitch]]></category>
		<category><![CDATA[ゲーム]]></category>
		<guid isPermaLink="false">https://living-maou.com/?p=5058</guid>

					<description><![CDATA[ロボットを使って未開の惑星を開拓していくシミュレーションゲーム『オートノーツ(Autonauts)』 プログラミング的思考を養うのに、とてもおすすめなゲームなのですが、アイテムの使い方がちょっと分かりにくいのが難点。 こ [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-eyecatch.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5059" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-eyecatch.jpg" alt="" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-eyecatch.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-eyecatch-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-eyecatch-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-eyecatch-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-eyecatch-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-eyecatch-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-eyecatch-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>ロボットを使って未開の惑星を開拓していくシミュレーションゲーム『オートノーツ(Autonauts)』</p>
<p>プログラミング的思考を養うのに、とてもおすすめなゲームなのですが、アイテムの使い方がちょっと分かりにくいのが難点。</p>
<p>この記事では、オートノーツの集落モードの各ステージの進め方を解説します。</p>
<p>楽しみを奪わないようにプログラムの解説は基本的になし。アイテムの使い方の解説がメインです。</p>
<p>今回は「ステージ6：町」です。</p>
<div class="blogcard-type bct-prev">

<a rel="noopener" target="_self" href="https://living-maou.com/autonauts-stage5/" title="【集落：ステージ5】オートノーツ(Autonauts)攻略メモ（Switch版）" class="blogcard-wrap internal-blogcard-wrap a-wrap cf"><div class="blogcard internal-blogcard ib-left cf"><div class="blogcard-label internal-blogcard-label"><span class="fa"></span></div><figure class="blogcard-thumbnail internal-blogcard-thumbnail"><img loading="lazy" decoding="async" width="160" height="90" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-eyecatch-160x90.jpg" class="blogcard-thumb-image internal-blogcard-thumb-image wp-post-image" alt="" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-eyecatch-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-eyecatch-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-eyecatch-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-eyecatch-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-eyecatch-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-eyecatch-320x180.jpg 320w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-eyecatch.jpg 800w" sizes="(max-width: 160px) 100vw, 160px" /></figure><div class="blogcard-content internal-blogcard-content"><div class="blogcard-title internal-blogcard-title">【集落：ステージ5】オートノーツ(Autonauts)攻略メモ（Switch版）</div><div class="blogcard-snippet internal-blogcard-snippet">『オートノーツ(Autonauts)』の集落モード「ステージ5：村」の進め方解説。【リビングの魔王】ではアイテムの使い方をメインに解説します。楽しみを奪わないようプログラムの解説は基本的になしです。</div></div><div class="blogcard-footer internal-blogcard-footer cf"><div class="blogcard-site internal-blogcard-site"><div class="blogcard-favicon internal-blogcard-favicon"><img loading="lazy" decoding="async" src="https://www.google.com/s2/favicons?domain=https://living-maou.com" alt="" class="blogcard-favicon-image internal-blogcard-favicon-image" width="16" height="16" /></div><div class="blogcard-domain internal-blogcard-domain">living-maou.com</div></div></div></div></a>
</div>
<h2><span id="toc1">【ステージ6】町の計画</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-01.png"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5060" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-01.png" alt="オートノーツ ステージ6の計画" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-01.png 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-01-500x281.png 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-01-300x169.png 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-01-768x432.png 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-01-120x68.png 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-01-160x90.png 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-01-320x180.png 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>ステージ6は13個の計画があります。</p>
<div class="blank-box bb-blue">
<ul>
<li>科学4.0</li>
<li>電力</li>
<li><ruby>冶金<rt>やきん</rt></ruby></li>
<li>製材</li>
<li>農業（<ruby>家畜<rt>かちく</rt></ruby>）</li>
<li><ruby>基礎的<rt>きそてき</rt></ruby>な製粉所</li>
<li>パン作り</li>
<li>衣服のブティック</li>
<li>エンターテインメント</li>
<li><ruby>養殖<rt>ようしょく</rt></ruby></li>
<li>薬局</li>
<li>レンガの製造</li>
<li>住居</li>
</ul>
</div>
<p>ステージ6から薬を作って住民の病気を治します。</p>
<p>&nbsp;</p>
<h2><span id="toc2">科学4.0</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-02.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5061" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-02.jpg" alt="オートノーツ ステージ6の研究" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-02.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-02-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-02-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-02-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-02-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-02-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-02-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>研究所をレベル4にアップグレードし、新しい技術の開発をしましょう。</p>
<div class="blank-box bb-blue">
<ul>
<li>農業技術3（上質な<ruby>畜産業<rt>ちくさんぎょう</rt></ruby>）</li>
<li>電力技術（風車）</li>
<li>陶芸技術（<ruby>粘土<rt>ねんど</rt></ruby>加工台、<ruby>陶芸<rt>とうげい</rt></ruby>）</li>
<li>金属技術（<ruby>基礎的<rt>きそてき</rt></ruby>な<ruby>製錬<rt>せいれん</rt></ruby>、金属加工）</li>
<li>製材技術（ノコ台）</li>
<li>道具の技術（<ruby>粗雑<rt>そざつ</rt></ruby>な金属製の道具）</li>
<li>保管技術（もっと保管）</li>
<li>農業技術4（<ruby>酪農<rt>らくのう</rt></ruby>）</li>
<li>農業技術5（牧羊業）</li>
<li>農業技術6（上質な<ruby>畜産業<rt>ちくさんぎょう</rt></ruby>）</li>
<li>料理技術（<ruby>基礎的<rt>きそてき</rt></ruby>なベーキング、レシピ）</li>
<li>建築技術6（構造部品）</li>
<li>建築技術7（レンガの製造）</li>
<li><ruby>服飾<rt>ふくしょく</rt></ruby>技術（布地と衣服）</li>
<li><ruby>余暇<rt>よか</rt></ruby>技術（もっと楽しい！）</li>
<li>健康技術（<ruby>基礎<rt>きそ</rt></ruby>薬品）</li>
<li>住居の技術（レンガの家）</li>
</ul>
</div>
<p>&nbsp;</p>
<h3><span id="toc3">粗雑な金属の入手方法</span></h3>
<p><b><ruby>粗雑<rt>そざつ</rt></ruby>な金属</b>は、<b>金属鉱石</b>を<b><ruby>粗雑<rt>そざつ</rt></ruby>な炉</b>でとかすと入手できます。</p>
<p>くわしくは<a href="#yakin"><ruby>冶金<rt>やきん</rt></ruby>の計画</a>で解説します。</p>
<p>&nbsp;</p>
<h3><span id="toc4">箱枠の入手方法</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-03.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5062" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-03.jpg" alt="オートノーツ 箱枠" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-03.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-03-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-03-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-03-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-03-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-03-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-03-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b><ruby>箱枠<rt>はこわく</rt></ruby></b>は建築技術6研究完了で解放されます。</p>
<p><b>構造物の作業台</b>で作りましょう。</p>
<p>&nbsp;</p>
<h3><span id="toc5">ミルクの入手方法</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-04.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5063" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-04.jpg" alt="オートノーツ ミルク" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-04.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-04-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-04-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-04-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-04-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-04-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-04-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b>ミルク</b>は、牧草などを食べてミルクがとれるようになった<b>牛</b>から、<b>バケツ</b>を使って入手できます。</p>
<p>&nbsp;</p>
<h3><span id="toc6">干草の俵の入手方法</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-05.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5064" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-05.jpg" alt="オートノーツ クマデで干草の俵を作る" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-05.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-05-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-05-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-05-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-05-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-05-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-05-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b>干草の俵</b>は、牛や羊などを増やしたり、エサにしたりするために使うアイテムです。</p>
<p>農業技術3研究を完了させましょう。</p>
<p><b><ruby>刈<rt>か</rt></ruby>られた草</b>に対して5回<b>クマデ</b>を使うと作ることができます。</p>
<p>&nbsp;</p>
<h3><span id="toc7">ヒルの入手方法</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-06.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5065" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-06.jpg" alt="オートノーツ ヒルをつかまえる" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-06.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-06-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-06-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-06-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-06-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-06-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-06-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b>ヒル</b>は、<ruby>沼<rt>ぬま</rt></ruby>で<b><ruby>粗製<rt>そせい</rt></ruby>ハンドネット</b>または<b><ruby>手網<rt>てあみ</rt></ruby></b>を使ってつかまえます。</p>
<p>&nbsp;</p>
<h3><span id="toc8">レンガの入手方法</span></h3>
<p><b>レンガ</b>の入手方法は、<a href="#bricks">レンガの製造の計画</a>でくわしく解説します。</p>
<div class="ad-area no-icon ad-shortcode ad-rectangle ad-label-visible cf" itemscope itemtype="https://schema.org/WPAdBlock">
  <div class="ad-label" itemprop="name" data-nosnippet>スポンサーリンク</div>
  <div class="ad-wrap">
    <div class="ad-responsive ad-usual"><!-- レスポンシブコード -->
<ins class="adsbygoogle"
  style="display:block"
  data-ad-client="ca-pub-9126458450711382"
  data-ad-slot="2965068638"
  data-ad-format="rectangle"
  data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div>
          </div>

</div>

<h2><span id="toc9">電力</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-07.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5066" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-07.jpg" alt="オートノーツ 風車とベルト" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-07.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-07-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-07-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-07-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-07-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-07-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-07-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>完了させておく研究：電力技術、建築技術6</p>
<p>ステージ6以降、電力が必要な構造物が出てきます。</p>
<p><b>風車</b>は50の電力を生み出せる構造物、<b>ベルト</b>は電力を伝える構造物です。</p>
<p>&nbsp;</p>
<h2 id="yakin"><span id="toc10">冶金</span></h2>
<p>完了させておく研究：金属技術研究</p>
<div class="blank-box bb-tab bb-memo bb-blue">冶金（やきん）とは、鉱石からいろいろな金属を取り出したり、取り出した金属を加工したりすることです。</div>
<p><b><ruby>粗雑<rt>そざつ</rt></ruby>な<ruby>炉<rt>ろ</rt></ruby></b>を建設し、<b>木炭</b>を作ります。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-08.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5067" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-08.jpg" alt="オートノーツ 粗雑な炉で木炭を作る" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-08.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-08-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-08-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-08-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-08-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-08-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-08-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>&nbsp;</p>
<p><b><ruby>粗雑<rt>そざつ</rt></ruby>な<ruby>炉<rt>ろ</rt></ruby></b>をもうひとつ建設し、<b>金属鉱石</b>をとかして<b><ruby>粗雑<rt>そざつ</rt></ruby>な金属</b>を作りましょう。金属を作る<ruby>炉<rt>ろ</rt></ruby>は燃料に<b>木炭</b>が必要です。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-09.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5068" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-09.jpg" alt="オートノーツ 粗雑な金属を作る" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-09.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-09-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-09-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-09-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-09-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-09-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-09-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>&nbsp;</p>
<p><b>金属加工台</b>を建設します。金属加工台は、<ruby>床<rt>ゆか</rt></ruby>・<ruby>壁<rt>かべ</rt></ruby>・電力(50)が必要です。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-10.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5069" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-10.jpg" alt="オートノーツ 金属加工台" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-10.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-10-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-10-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-10-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-10-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-10-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-10-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>&nbsp;</p>
<h3><span id="toc11">必要な電力をチェック！</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-11.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5070" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-11.jpg" alt="オートノーツ ベルトにカーソルを合わせると、消費と供給両方の電力が分かる" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-11.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-11-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-11-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-11-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-11-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-11-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-11-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>電力が必要な構造物にカーソルを合わせると、必要な電力が分かります。</p>
<p>また、ベルトにカーソルを合わせると、消費と供給両方の電力が分かります。</p>
<p>電力が必要な構造物を建設したら、供給側の電力が足りているかチェックしましょう。</p>
<p>&nbsp;</p>
<h2><span id="toc12">製材</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-12.jpg"><img loading="lazy" decoding="async" class="aligncenter wp-image-5071 size-full" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-12.jpg" alt="オートノーツ ノコ台" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-12.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-12-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-12-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-12-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-12-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-12-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-12-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>完了させておく研究：製材技術</p>
<p><b>機械製のオサノコ<ruby>盤<rt>ばん</rt></ruby></b>をアップグレードして、<b>ノコ台</b>を建設します。</p>
<p>ノコ台も<ruby>床<rt>ゆか</rt></ruby>・<ruby>壁<rt>かべ</rt></ruby>・電力(50)が必要です。</p>
<p>ノコ台は木板、柱、固定<ruby>釘<rt>くぎ</rt></ruby>の他に、木の<ruby>梁<rt>はり</rt></ruby>を作れます。</p>
<p>機械製のオサノコ<ruby>盤<rt>ばん</rt></ruby>は、1回で木板、柱、固定<ruby>釘<rt>くぎ</rt></ruby>を2つ作成できましたが、ノコ台では3つ作ることができます。</p>
<p>&nbsp;</p>
<h2><span id="toc13">農業（家畜）</span></h2>
<p>完了させておく研究：農業技術4</p>
<p>羊と同じように牧草地を<ruby>柵<rt>さく</rt></ruby>で囲い、牛を入れます。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-13.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5072" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-13.jpg" alt="オートノーツ 牛を飼う" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-13.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-13-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-13-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-13-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-13-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-13-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-13-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b>バケツ</b>を使って<b>ミルク</b>をしぼり、保管しましょう。</p>
<p>&nbsp;</p>
<p><b>バター缶</b>を建設し、<b>バター</b>を作ります。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-14.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5073" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-14.jpg" alt="オートノーツ バター缶" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-14.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-14-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-14-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-14-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-14-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-14-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-14-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>&nbsp;</p>
<h2><span id="toc14">基礎的な製粉所</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-15.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5074" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-15.jpg" alt="オートノーツ 挽臼" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-15.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-15-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-15-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-15-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-15-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-15-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-15-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>完了させておく研究：料理技術</p>
<p><b><ruby>挽臼<rt>ひきうす</rt></ruby></b>を建設し、<b><ruby>粗雑<rt>そざつ</rt></ruby>な小麦粉</b>を作成します。</p>
<div class="blank-box bb-tab bb-memo bb-blue">挽臼（ひきうす）は、穀物や豆類をくだいて粉にする道具です。</div>
<p>&nbsp;</p>
<h2><span id="toc15">パン作り</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-17.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5076" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-17.jpg" alt="オートノーツ ベリーパイを作成" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-17.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-17-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-17-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-17-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-17-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-17-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-17-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b>キッチンテーブル</b>と<b><ruby>粗雑<rt>そざつ</rt></ruby>なオーブン</b>を建設し、<b>ベリーパイ</b>を作成します。</p>
<p><b>大型の土器の皿（未加工）</b>は、<b>上質な<ruby>粘土<rt>ねんど</rt></ruby>加工台</b>（<ruby>陶芸<rt>とうげい</rt></ruby>技術研究を完了し<ruby>粗雑<rt>そざつ</rt></ruby>な<ruby>粘土<rt>ねんど</rt></ruby>加工台をアップグレード）で作成できます。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-16.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5075" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-16.jpg" alt="オートノーツ 大型の土器の皿（未加工）を作る" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-16.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-16-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-16-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-16-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-16-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-16-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-16-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>作成したベリーパイは住民（レベル5）に食べさせましょう。</p>
<p>&nbsp;</p>
<h2><span id="toc16">衣服のブティック</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-18.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5077" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-18.jpg" alt="オートノーツ 粗雑な織機と縫製台" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-18.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-18-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-18-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-18-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-18-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-18-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-18-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>完了させておく研究：<ruby>服飾<rt>ふくしょく</rt></ruby>技術</p>
<p><b><ruby>粗雑<rt>そざつ</rt></ruby>な織機</b>と<b><ruby>縫製台<rt>ほうせいだい</rt></ruby></b>を建設し、コートを作成しましょう。</p>
<p><ruby>縫製台<rt>ほうせいだい</rt></ruby>は<ruby>床<rt>ゆか</rt></ruby>・<ruby>壁<rt>かべ</rt></ruby>・電力(120)が必要です。</p>
<p><ruby>粗雑<rt>そざつ</rt></ruby>な織機はウールのブランケットとパピルスの布地を、<ruby>粗雑<rt>そざつ</rt></ruby>な衣料制作台よりも早く作れます。</p>
<p>コートは住民（レベル5）に着せましょう。</p>
<p>&nbsp;</p>
<h2><span id="toc17">エンターテインメント</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-19.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5078" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-19.jpg" alt="オートノーツ 馬と荷車の玩具を作成" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-19.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-19-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-19-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-19-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-19-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-19-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-19-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>完了させておく研究：<ruby>余暇<rt>よか</rt></ruby>技術</p>
<p><b><ruby>玩具<rt>おもちゃ</rt></ruby>ステーション</b>を建設し、<b>馬と荷車の<ruby>玩具<rt>おもちゃ</rt></ruby></b>を作成します。</p>
<p>住民（レベル5）に馬と荷車の<ruby>玩具<rt>おもちゃ</rt></ruby>をあたえましょう。</p>
<p>&nbsp;</p>
<h2><span id="toc18">養殖</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-06.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5065" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-06.jpg" alt="オートノーツ ヒルをつかまえる" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-06.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-06-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-06-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-06-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-06-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-06-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-06-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b>ヒル</b>は、<ruby>沼<rt>ぬま</rt></ruby>で<b><ruby>粗製<rt>そせい</rt></ruby>ハンドネット</b>または<b><ruby>手網<rt>てあみ</rt></ruby></b>を使ってつかまえます。</p>
<p><ruby>粗製<rt>そせい</rt></ruby>ハンドネットより<ruby>手網<rt>てあみ</rt></ruby>の方が早くつかまえられます。</p>
<div class="blank-box bb-tab bb-memo bb-blue">ヒルは、池や<ruby>沼<rt>ぬま</rt></ruby>、水気の多い森などに住んでいるナメクジににた動物です。ほかの動物の血をすったり、小動物を食べたりします。</div>
<p>ヒルは実際に<ruby>医療<rt>いりょう</rt></ruby>に使われることもあるらしいですね。</p>
<p>&nbsp;</p>
<h2><span id="toc19">薬局</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-20.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5079" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-20.jpg" alt="オートノーツ 医療用ヒルを作成" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-20.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-20-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-20-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-20-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-20-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-20-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-20-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>完了させておく研究：健康技術</p>
<div class="blank-box bb-tab bb-memo bb-blue">錬金術（れんきんじゅつ）とは、不老長寿の薬や万能薬を製造する技術のこと。また酸化しやすい金属を貴金属（黄金など）に変成させる技術のことをいいます。</div>
<p>ヒルに<ruby>錬金術<rt>れんきんじゅつ</rt></ruby>……ちょっとうさんくさい……。</p>
<p><b><ruby>錬金術<rt>れんきんじゅつ</rt></ruby>ステーション</b>を建設し、<b><ruby>医療<rt>いりょう</rt></ruby>用ヒル</b>を作成します。</p>
<p><ruby>錬金術<rt>れんきんじゅつ</rt></ruby>ステーションは<ruby>床<rt>ゆか</rt></ruby>・<ruby>壁<rt>かべ</rt></ruby>・電力(120)が必要です。風車1基では電力が足りないので注意してください。</p>
<p><b>土器の<ruby>瓶<rt>びん</rt></ruby></b>は、<b>上質な<ruby>粘土<rt>ねんど</rt></ruby>加工台</b>で作成できます。</p>
<p><ruby>医療<rt>いりょう</rt></ruby>用ヒルを住民（レベル5）にあたえましょう。</p>
<p>なお、<b>土器の<ruby>瓶<rt>びん</rt></ruby></b>は<ruby>消耗品<rt>しょうもうひん</rt></ruby>です。住民にあたえてももどってきません。</p>
<p>&nbsp;</p>
<h2 id="bricks"><span id="toc20">レンガの製造</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-21.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5080" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-21.jpg" alt="オートノーツ 上質な粘土加工台" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-21.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-21-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-21-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-21-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-21-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-21-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-21-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>完了させておく研究：<ruby>陶芸<rt>とうげい</rt></ruby>技術、建築技術7</p>
<p><b><ruby>粗雑<rt>そざつ</rt></ruby>な<ruby>粘土<rt>ねんど</rt></ruby>加工台</b>を建設し、<b>上質な<ruby>粘土<rt>ねんど</rt></ruby>加工台</b>にアップグレードしましょう。</p>
<p>上質な<ruby>粘土<rt>ねんど</rt></ruby>加工台は<ruby>床<rt>ゆか</rt></ruby>・<ruby>壁<rt>かべ</rt></ruby>・電力(50)が必要です。<b>大型の土器の皿</b>や<b>土器の<ruby>瓶<rt>びん</rt></ruby></b>を作ることができます。</p>
<p><b>レンガ</b>は<b><ruby>粗雑<rt>そざつ</rt></ruby>な<ruby>粘土<rt>ねんど</rt></ruby>加工台</b>と<b><ruby>粗雑<rt>そざつ</rt></ruby>な<ruby>釜<rt>かま</rt></ruby></b>で作れます。</p>
<p>&nbsp;</p>
<h2><span id="toc21">住居</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-22.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5081" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-22.jpg" alt="オートノーツ レンガの家" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-22.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-22-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-22-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-22-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-22-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-22-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-22-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>完了させておく研究：住居の技術</p>
<p><b>レンガの家</b>を建設し住民を住まわせると、住民がレベル5になります。</p>
<p><b><ruby>屋根瓦<rt>やねがわら</rt></ruby></b>は<b>上質な<ruby>粘土<rt>ねんど</rt></ruby>加工台</b>と<b><ruby>粗雑<rt>そざつ</rt></ruby>な<ruby>釜<rt>かま</rt></ruby></b>を使って作りましょう。</p>
<p>なお「住民に住居を与える」の項目は、住民を1回家から出してもう一度入れなおしてもカウントされます。</p>
<div class="ad-area no-icon ad-shortcode ad-rectangle ad-label-visible cf" itemscope itemtype="https://schema.org/WPAdBlock">
  <div class="ad-label" itemprop="name" data-nosnippet>スポンサーリンク</div>
  <div class="ad-wrap">
    <div class="ad-responsive ad-usual"><!-- レスポンシブコード -->
<ins class="adsbygoogle"
  style="display:block"
  data-ad-client="ca-pub-9126458450711382"
  data-ad-slot="2965068638"
  data-ad-format="rectangle"
  data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div>
          </div>

</div>

<h2><span id="toc22">アイテム解説</span></h2>
<p>オートノーツ「ステージ5：村」について解説しました。</p>
<p>作成したアイテムが重たくなってきました。</p>
<p>ハンドスロットの数より重いものを持つと、移動スピードがおそくなります。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-23.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5082" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-23.jpg" alt="オートノーツ ハンドスロットの数より重いものを持つと遅くなる" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-23.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-23-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-23-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-23-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-23-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-23-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-23-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>ボットパワーのアップグレードをつけて、移動速度が落ちないように気をつけましょう。</p>
<p>&nbsp;</p>
<p>最後に便利なアイテムをピックアップして解説します。</p>
<div class="blank-box bb-blue">
<ul>
<li><a href="#WaterWheel">巨大水車</a></li>
<li><a href="#CrudeDredger">浚渫機</a></li>
<li><a href="#BiggerStorage">保管場所のアップグレード</a></li>
<li><a href="#CrudeMetalTools">粗雑な金属製の道具</a></li>
<li><a href="#barn">納屋と粗雑な搾乳小屋・粗雑な剪毛小屋</a></li>
<li><a href="#HayBaler">干草処理機</a></li>
<li><a href="#trough">飼い葉桶</a></li>
<li><a href="#HatMakingBench">帽子製造台</a></li>
<li><a href="#road">道</a></li>
<li><a href="#bucket">バケツ</a></li>
</ul>
</div>
<p>&nbsp;</p>
<h3 id="WaterWheel"><span id="toc23">巨大水車</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-24.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5083" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-24.jpg" alt="オートノーツ 巨大水車" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-24.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-24-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-24-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-24-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-24-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-24-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-24-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b><ruby>巨大<rt>きょだい</rt></ruby>水車</b>は、10秒ごとに150の電力を生み出せる構造物です。</p>
<p><ruby>淡水<rt>たんすい</rt></ruby>または海水の上に建設できますが、深い水の上には建てられません。</p>
<h4>淡水（深い）を淡水にする方法</h4>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-25.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5084" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-25.jpg" alt="オートノーツ 淡水を土で埋めると周囲の淡水（深い）が淡水に変わる" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-25.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-25-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-25-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-25-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-25-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-25-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-25-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><ruby>淡水<rt>たんすい</rt></ruby>を土でうめて<ruby>沼<rt>ぬま</rt></ruby>にすると、まわりの<ruby>淡水<rt>たんすい</rt></ruby>（深い）が<ruby>淡水<rt>たんすい</rt></ruby>に変わります。</p>
<p>&nbsp;</p>
<h3 id="CrudeDredger"><span id="toc24">浚渫機で水を広げる</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-26.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5085" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-26.jpg" alt="オートノーツ 浚渫機" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-26.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-26-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-26-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-26-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-26-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-26-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-26-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<div class="blank-box bb-tab bb-memo bb-blue">浚渫（しゅんせつ）とは、河川や港わんなどで水底の土砂などをほり上げる工事のことです。</div>
<p><b><ruby>粗雑<rt>そざつ</rt></ruby>な<ruby>浚渫機<rt>しゅんせつき</rt></ruby></b>を使うと、土や砂がとりのぞかれ<ruby>浚渫土<rt>しゅんせつど</rt></ruby>になります。</p>
<p><ruby>浚渫土<rt>しゅんせつど</rt></ruby>はバケツで砂や土を3回追加すると、うめることができます。</p>
<p>&nbsp;</p>
<p>また、水（<ruby>淡水<rt>たんすい</rt></ruby>や海水）のとなりをほると、ほった場所が水になります。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-27.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5086" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-27.jpg" alt="オートノーツ 水のとなりを掘ると、堀った場所が水になる" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-27.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-27-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-27-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-27-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-27-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-27-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-27-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>池を広げたい時に便利です。</p>
<p>&nbsp;</p>
<h3 id="BiggerStorage"><span id="toc25">保管場所のアップグレード</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-28.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5087" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-28.jpg" alt="オートノーツ 保管場所をアップグレード" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-28.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-28-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-28-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-28-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-28-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-28-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-28-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>保管技術研究を完了させると、ケースやパレットなど保管場所をアップグレードできるようになります。</p>
<div class="blank-box bb-blue">
<ol>
<li>保管場所の上でA長おし</li>
<li>アップグレードを選ぶ</li>
<li>材料を集める</li>
</ol>
</div>
<p>アップグレード後、関連するボットのプログラムを変える必要はありません。</p>
<p>&nbsp;</p>
<h3 id="CrudeMetalTools"><span id="toc26">粗雑な金属製の道具</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-29.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5088" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-29.jpg" alt="オートノーツ 粗雑な金属製の道具" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-29.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-29-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-29-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-29-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-29-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-29-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-29-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>道具の技術研究を完了させると、<ruby>粗雑<rt>そざつ</rt></ruby>な金属製の道具を作れるようになります。</p>
<p><ruby>粗雑<rt>そざつ</rt></ruby>な道具にくらべ、より早く作業ができて、こわれにくいです。</p>
<h4>粗雑な金属製のツルハシで堆積物をほってみよう</h4>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-30.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5089" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-30.jpg" alt="オートノーツ 粗雑な金属製のツルハシで堆積物を掘る" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-30.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-30-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-30-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-30-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-30-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-30-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-30-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b><ruby>粗雑<rt>そざつ</rt></ruby>な金属製のツルハシ</b>で<ruby>堆積物<rt>たいせきぶつ</rt></ruby>（石、<ruby>粘土<rt>ねんど</rt></ruby>、金属、石炭）をほると、豊富な<ruby>堆積物<rt>たいせきぶつ</rt></ruby>の層が出てきます。</p>
<p>素材をほり出すまでの時間が短くなるので、ぜひやっておきましょう。</p>
<p>&nbsp;</p>
<h3 id="barn"><span id="toc27">納屋と粗雑な搾乳小屋・粗雑な剪毛小屋</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-31.jpg"><img loading="lazy" decoding="async" class="aligncenter wp-image-5090 size-full" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-31.jpg" alt="オートノーツ 粗雑な搾乳小屋と納屋" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-31.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-31-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-31-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-31-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-31-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-31-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-31-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b><ruby>粗雑<rt>そざつ</rt></ruby>な<ruby>搾乳<rt>さくにゅう</rt></ruby>小屋</b>は、<ruby>搾乳<rt>さくにゅう</rt></ruby>できるようになった<b>牛</b>（小屋から15マス以内、最大3頭）が自動的に小屋に入る構造物です。囲いの中に設置します。</p>
<p>羊も同じ。囲いの中に<b><ruby>粗雑<rt>そざつ</rt></ruby>な<ruby>剪毛<rt>せんもう</rt></ruby>小屋</b>（農業技術5の研究）を建てると、<ruby>毛刈<rt>けが</rt></ruby>りできるようになった羊が小屋に入ります。</p>
<p><b>納屋</b>も囲いの中に設置する構造物です。納屋に牛2頭と干草の俵3つを追加すると、牛を増やすことができます。羊も同じ方法で増やせます。</p>
<div class="blank-box bb-tab bb-memo bb-blue">搾乳（さくにゅう）は牛やヤギから乳を取ること、剪毛（せんもう）は羊やウサギなどの体毛を<ruby>刈<rt>か</rt></ruby>ることです。</div>
<p>&nbsp;</p>
<h3 id="HayBaler"><span id="toc28">干草処理機</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-32.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5091" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-32.jpg" alt="オートノーツ 干草処理機" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-32.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-32-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-32-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-32-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-32-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-32-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-32-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b>干草処理機</b>は、<b><ruby>刈<rt>か</rt></ruby>られた草</b>を5つ追加すると<b>干草の俵</b>を2つ作ることができる機械です。農業技術6研究を完了させると建設できます。</p>
<p>&nbsp;</p>
<h3 id="trough"><span id="toc29">飼い葉桶</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-33.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5092" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-33.jpg" alt="オートノーツ 飼い葉桶" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-33.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-33-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-33-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-33-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-33-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-33-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-33-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b><ruby>飼い葉桶<rt>かいばおけ</rt></ruby></b>は<b>干草の俵</b>を入れて、牛や羊などにエサをあげることができる構造物です。</p>
<p>干草の俵を地面に置くよりも、<ruby>飼い葉桶<rt>かいばおけ</rt></ruby>に入れる方が効率的にエサを与えられます。</p>
<p>&nbsp;</p>
<h3 id="HatMakingBench"><span id="toc30">帽子製造台</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-34.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5093" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-34.jpg" alt="オートノーツ 帽子製造台" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-34.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-34-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-34-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-34-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-34-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-34-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-34-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b><ruby>帽子<rt>ぼうし</rt></ruby>製造台</b>は、住民用の<ruby>帽子<rt>ぼうし</rt></ruby>を作ることができる構造物です。</p>
<p>&nbsp;</p>
<h3 id="road"><span id="toc31">道</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-35.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5094" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-35.jpg" alt="オートノーツ 道" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-35.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-35-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-35-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-35-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-35-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-35-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-35-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b>道</b>を設置すると、その上を速く移動することができます。</p>
<div class="scrollable-table"><table>
<tbody>
<tr>
<th>道</th>
<th>移動速度</th>
</tr>
<tr>
<td>砂の道</td>
<td>15%速い</td>
</tr>
<tr>
<td><ruby>粗雑<rt>そざつ</rt></ruby>な石の道</td>
<td>30%速い</td>
</tr>
<tr>
<td><ruby>粗雑<rt>そざつ</rt></ruby>な道路</td>
<td>50%速い</td>
</tr>
<tr>
<td>黄色いレンガの道</td>
<td>100%速い</td>
</tr>
</tbody>
</table></div>
<p>&nbsp;</p>
<h3 id="bucket"><span id="toc32">バケツ</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st6-36.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5142" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st6-36.jpg" alt="オートノーツ バケツ" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st6-36.jpg 800w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st6-36-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st6-36-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st6-36-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st6-36-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st6-36-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st6-36-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b>バケツ</b>は、水や牛乳などの液体や、砂などの細かいつぶ状の物をすくうことができる道具です。</p>
<p><b>ジョウロ</b>は、水のみ入れることができます。</p>
<p>バケツの<ruby>耐久度<rt>たいきゅうど</rt></ruby>は注いだ時に消費され、バケツに水を入れたり空にしたりした時は<ruby>耐久度<rt>たいきゅうど</rt></ruby>は減りません。</p>
<p>バケツの中を空にしたい場合は、Yボタンを長おしで捨てることができます。</p>
<div class="scrollable-table"><table>
<tbody>
<tr>
<th>バケツ</th>
<th>容量</th>
</tr>
<tr>
<td><ruby>粗雑<rt>そざつ</rt></ruby>なバケツ</td>
<td align="center">1</td>
</tr>
<tr>
<td>上質なバケツ</td>
<td align="center">3</td>
</tr>
<tr>
<td>金属製のバケツ</td>
<td align="center">5</td>
</tr>
<tr>
<td>ジョウロ（水のみ入れられる）</td>
<td align="center">10</td>
</tr>
</tbody>
</table></div>
<p>&nbsp;</p>
<div class="blogcard-type bct-next">

<a rel="noopener" target="_self" href="https://living-maou.com/autonauts-stage7/" title="【集落：ステージ7】オートノーツ(Autonauts)攻略メモ（Switch版）" class="blogcard-wrap internal-blogcard-wrap a-wrap cf"><div class="blogcard internal-blogcard ib-left cf"><div class="blogcard-label internal-blogcard-label"><span class="fa"></span></div><figure class="blogcard-thumbnail internal-blogcard-thumbnail"><img loading="lazy" decoding="async" width="160" height="90" src="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-eyecatch-160x90.jpg" class="blogcard-thumb-image internal-blogcard-thumb-image wp-post-image" alt="" srcset="https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-eyecatch-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-eyecatch-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-eyecatch-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-eyecatch-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-eyecatch-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-eyecatch-320x180.jpg 320w, https://living-maou.com/wp-content/uploads/2023/03/autonauts-st7-eyecatch.jpg 800w" sizes="(max-width: 160px) 100vw, 160px" /></figure><div class="blogcard-content internal-blogcard-content"><div class="blogcard-title internal-blogcard-title">【集落：ステージ7】オートノーツ(Autonauts)攻略メモ（Switch版）</div><div class="blogcard-snippet internal-blogcard-snippet">『オートノーツ(Autonauts)』の集落モード「ステージ7：街」の進め方解説。【リビングの魔王】ではアイテムの使い方をメインに解説します。楽しみを奪わないようプログラムの解説は基本的になしです。</div></div><div class="blogcard-footer internal-blogcard-footer cf"><div class="blogcard-site internal-blogcard-site"><div class="blogcard-favicon internal-blogcard-favicon"><img loading="lazy" decoding="async" src="https://www.google.com/s2/favicons?domain=https://living-maou.com" alt="" class="blogcard-favicon-image internal-blogcard-favicon-image" width="16" height="16" /></div><div class="blogcard-domain internal-blogcard-domain">living-maou.com</div></div></div></div></a>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://living-maou.com/autonauts-stage6/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>【集落：ステージ5】オートノーツ(Autonauts)攻略メモ（Switch版）</title>
		<link>https://living-maou.com/autonauts-stage5/</link>
					<comments>https://living-maou.com/autonauts-stage5/#respond</comments>
		
		<dc:creator><![CDATA[メソ]]></dc:creator>
		<pubDate>Sat, 18 Feb 2023 06:49:56 +0000</pubDate>
				<category><![CDATA[ビジュアルプログラミング]]></category>
		<category><![CDATA[Autonauts]]></category>
		<category><![CDATA[NintendoSwitch]]></category>
		<category><![CDATA[ゲーム]]></category>
		<guid isPermaLink="false">https://living-maou.com/?p=4961</guid>

					<description><![CDATA[ロボットを使って未開の惑星を開拓していくシミュレーションゲーム『オートノーツ(Autonauts)』 プログラミング的思考を養うのに、とてもおすすめなゲームなのですが、アイテムの使い方がちょっと分かりにくいのが難点。 こ [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-eyecatch.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4962" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-eyecatch.jpg" alt="" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-eyecatch.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-eyecatch-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-eyecatch-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-eyecatch-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-eyecatch-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-eyecatch-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-eyecatch-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>ロボットを使って未開の惑星を開拓していくシミュレーションゲーム『オートノーツ(Autonauts)』</p>
<p>プログラミング的思考を養うのに、とてもおすすめなゲームなのですが、アイテムの使い方がちょっと分かりにくいのが難点。</p>
<p>この記事では、オートノーツの集落モードの各ステージの進め方を解説します。</p>
<p>楽しみを奪わないようにプログラムの解説は基本的になし。アイテムの使い方の解説がメインです。</p>
<p>今回は「ステージ5：村」です。</p>
<div class="blogcard-type bct-prev">

<a rel="noopener" target="_self" href="https://living-maou.com/autonauts-stage4/" title="【集落：ステージ4】オートノーツ(Autonauts)攻略メモ（Switch版）" class="blogcard-wrap internal-blogcard-wrap a-wrap cf"><div class="blogcard internal-blogcard ib-left cf"><div class="blogcard-label internal-blogcard-label"><span class="fa"></span></div><figure class="blogcard-thumbnail internal-blogcard-thumbnail"><img loading="lazy" decoding="async" width="160" height="90" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-eyecatch-160x90.jpg" class="blogcard-thumb-image internal-blogcard-thumb-image wp-post-image" alt="" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-eyecatch-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-eyecatch-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-eyecatch-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-eyecatch-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-eyecatch-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-eyecatch-320x180.jpg 320w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-eyecatch.jpg 800w" sizes="(max-width: 160px) 100vw, 160px" /></figure><div class="blogcard-content internal-blogcard-content"><div class="blogcard-title internal-blogcard-title">【集落：ステージ4】オートノーツ(Autonauts)攻略メモ（Switch版）</div><div class="blogcard-snippet internal-blogcard-snippet">『オートノーツ(Autonauts)』の集落モード「ステージ4：村落」の進め方解説。【リビングの魔王】ではアイテムの使い方をメインに解説します。楽しみを奪わないようプログラムの解説は基本的になしです。</div></div><div class="blogcard-footer internal-blogcard-footer cf"><div class="blogcard-site internal-blogcard-site"><div class="blogcard-favicon internal-blogcard-favicon"><img loading="lazy" decoding="async" src="https://www.google.com/s2/favicons?domain=https://living-maou.com" alt="" class="blogcard-favicon-image internal-blogcard-favicon-image" width="16" height="16" /></div><div class="blogcard-domain internal-blogcard-domain">living-maou.com</div></div></div></div></a>
</div>
<p>&nbsp;</p>
<h2><span id="toc1">【ステージ5】村の計画</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-01.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4963" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-01.jpg" alt="オートノーツ ステージ5の計画" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-01.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-01-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-01-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-01-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-01-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-01-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-01-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>ステージ5の計画は13個あります。</p>
<div class="blank-box bb-blue">
<ul>
<li>科学3.0</li>
<li>（金属鉱石の）<ruby>採掘<rt>さいくつ</rt></ruby></li>
<li><ruby>運搬<rt>うんぱん</rt></ruby></li>
<li>花の<ruby>栽培<rt>さいばい</rt></ruby></li>
<li><ruby>養蜂<rt>ようほう</rt></ruby></li>
<li>料理</li>
<li><ruby>紐<rt>ひも</rt></ruby>工場</li>
<li>衣服</li>
<li>農業（<ruby>家畜<rt>かちく</rt></ruby>）</li>
<li>羊毛工場</li>
<li><ruby>基礎的<rt>きそてき</rt></ruby>なおもちゃ<ruby>工房<rt>こうぼう</rt></ruby></li>
<li>石細工</li>
<li>住居</li>
</ul>
</div>
<p>ステージ5からおもちゃが追加されます。</p>
<p>&nbsp;</p>
<h2><span id="toc2">科学3.0</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-02.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4964" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-02.jpg" alt="オートノーツ ステージ5の研究" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-02.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-02-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-02-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-02-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-02-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-02-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-02-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>研究所をレベル3にアップグレードし、新しい技術の開発をします。</p>
<div class="blank-box bb-blue">
<ul>
<li>輸送技術（<ruby>基礎的<rt>きそてき</rt></ruby>な車両）</li>
<li><ruby>養蜂<rt>ようほう</rt></ruby>技術（<ruby>基礎的<rt>きそてき</rt></ruby>なミツバチの巣）</li>
<li>料理技術（<ruby>大釜<rt>おおがま</rt></ruby>、レシピ）</li>
<li>ゴミの加工技術（<ruby>堆肥化<rt>たいひか</rt></ruby>と肥料）</li>
<li>林業技術（上質な木の成長）</li>
<li>石工技術（シンプルな石細工）</li>
<li>農業技術2（<ruby>粗雑<rt>そざつ</rt></ruby>な<ruby>畜産業<rt>ちくさんぎょう</rt></ruby>道具）</li>
<li><ruby>繊維<rt>せんい</rt></ruby>技術（<ruby>粗雑<rt>そざつ</rt></ruby>な<ruby>紡績機<rt>ぼうせきき</rt></ruby>）</li>
<li><ruby>余暇<rt>よか</rt></ruby>の技術（<ruby>基礎的<rt>きそてき</rt></ruby>な<ruby>玩具<rt>おもちゃ</rt></ruby>）</li>
<li>住居の技術（石造りの小屋）</li>
</ul>
</div>
<p>&nbsp;</p>
<h3><span id="toc3">ハチの巣の入手方法</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-03.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4965" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-03.jpg" alt="オートノーツ ハチの巣" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-03.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-03-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-03-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-03-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-03-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-03-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-03-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b>ハチの巣</b>は、マップ上にあるどこかの木にできています。</p>
<p>ハチの巣がある木を<b><ruby>木槌<rt>きづち</rt></ruby></b>でたたくと、ハチの巣が地面に落ちるので持って帰りましょう。</p>
<p>ハチにさされることはないのでご安心を。</p>
<p>&nbsp;</p>
<h3><span id="toc4">フンの入手方法</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-04.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4966" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-04.jpg" alt="オートノーツ フン" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-04.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-04-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-04-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-04-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-04-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-04-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-04-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b>フン</b>は<b>牛</b>から手に入れることができます。</p>
<p>牛は牧草が生えている場所にいます。</p>
<p>近くにフンが落ちていない場合は、牛がフンをするのを待ってください。</p>
<p>&nbsp;</p>
<div class="ad-area no-icon ad-shortcode ad-rectangle ad-label-visible cf" itemscope itemtype="https://schema.org/WPAdBlock">
  <div class="ad-label" itemprop="name" data-nosnippet>スポンサーリンク</div>
  <div class="ad-wrap">
    <div class="ad-responsive ad-usual"><!-- レスポンシブコード -->
<ins class="adsbygoogle"
  style="display:block"
  data-ad-client="ca-pub-9126458450711382"
  data-ad-slot="2965068638"
  data-ad-format="rectangle"
  data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div>
          </div>

</div>

<h2><span id="toc5">（金属鉱石の）採掘</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-05.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4967" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-05.jpg" alt="オートノーツ 金属鉱石" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-05.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-05-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-05-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-05-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-05-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-05-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-05-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b>金属鉱石</b>は、ツルハシで<b><ruby>微量<rt>びりょう</rt></ruby>な金属鉱石の<ruby>堆積物<rt>たいせきぶつ</rt></ruby></b>をほると入手できます。</p>
<p><ruby>微量<rt>びりょう</rt></ruby>な金属鉱石の場所は、惑星スキャン（＋ボタン）の画面で場所を確認できます。（豊富な金属鉱石の場所と表示されています）</p>
<p>&nbsp;</p>
<h2><span id="toc6">運搬</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-06.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4968" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-06.jpg" alt="車両組み立てスタンドで粗雑な手押し車を作成" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-06.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-06-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-06-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-06-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-06-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-06-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-06-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>完了させておく研究：運送技術</p>
<p><b>車両組み立てスタンド</b>を建設し、<b><ruby>粗雑<rt>そざつ</rt></ruby>な<ruby>手押し車<rt>ておしぐるま</rt></ruby></b>を作成します。</p>
<p><ruby>粗雑<rt>そざつ</rt></ruby>な<ruby>手押し車<rt>ておしぐるま</rt></ruby>は、ハンドスロット20個分のアイテムを一度に運ぶことができる便利な道具です。</p>
<p>計画の「<ruby>粗雑<rt>そざつ</rt></ruby>な<ruby>手押し車<rt>ておしぐるま</rt></ruby>使用済み」の<ruby>項目<rt>こうもく</rt></ruby>は、<ruby>手押し車<rt>ておしぐるま</rt></ruby>からアイテムを回収するとカウントされます。</p>
<p>&nbsp;</p>
<h3><span id="toc7">車両の使い方</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-07.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4969" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-07.jpg" alt="オートノーツ 粗雑な手押し車" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-07.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-07-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-07-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-07-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-07-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-07-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-07-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<div class="blank-box bb-blue">
<ul>
<li>Aボタン長おし：車両を動かす</li>
<li>Bボタン長おし：車両を動かすのをやめる</li>
</ul>
</div>
<p>手にアイテムを持っていると車両を動かすことができません（バックパックはOK）</p>
<p>また車両を動かしている時に、アイテムを乗せたり回収したりできません。</p>
<p>&nbsp;</p>
<h2><span id="toc8">花の栽培</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-08.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4970" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-08.jpg" alt="オートノーツ 花の栽培" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-08.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-08-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-08-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-08-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-08-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-08-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-08-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>マップ上に生えている野花をかり取って<ruby>栽培<rt>さいばい</rt></ruby>しましょう。</p>
<p><b>野花</b>を<b><ruby>粗雑<rt>そざつ</rt></ruby>なカマ</b>を使って<ruby>収穫<rt>しゅうかく</rt></ruby>すると、<b>花の種</b>と<b>花束</b>が手に入ります。</p>
<p>花は全部で7種類。ステージ5の段階では全部集める必要はありません。</p>
<p><b><ruby>粗雑<rt>そざつ</rt></ruby>なクワ</b>を使って土を耕し、<b>花の種</b>をまきましょう。</p>
<p>植えた花は<ruby>養蜂<rt>ようほう</rt></ruby>で使いたいので、<span class="marker-under-red">近くにハチの巣が置けるスペースを確保</span>しておいてください。</p>
<p>&nbsp;</p>
<h2><span id="toc9">養蜂</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-09.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4971" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-09.jpg" alt="オートノーツ 養蜂" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-09.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-09-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-09-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-09-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-09-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-09-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-09-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<div class="blank-box bb-tab bb-memo bb-blue"><ruby>養蜂<rt>ようほう</rt></ruby>とは、ハチミツやミツロウ（ロウソクやクレヨンなどの材料になる）を採取するために、ミツバチを飼育することです。</div>
<p>完了させておく研究：<ruby>養蜂<rt>ようほう</rt></ruby>技術</p>
<p><b>ミツバチの巣箱</b>を建設し、<b>ハチの巣</b>を追加します。</p>
<p><span class="marker-under-red">ミツバチの巣箱は花の近く（9マス以内）に置いてください。</span></p>
<p>すると、ミツバチが近くの花からミツを集め始めます。</p>
<p>ハチミツのゲージがいっぱいになったら、バケツでハチミツを回収し、タルに保管しましょう。</p>
<p>計画の「<ruby>粗雑<rt>そざつ</rt></ruby>なハチの巣でミツバチを作る」の項目は、ハチミツのゲージを満タンにするとカウントされます。</p>
<p>&nbsp;</p>
<h3><span id="toc10">ミツバチの巣箱とミツバチの巣のちがい</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-10.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4972" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-10.jpg" alt="オートノーツ ミツバチの巣箱とミツバチの巣" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-10.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-10-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-10-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-10-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-10-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-10-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-10-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><ruby>養蜂<rt>ようほう</rt></ruby>の計画を完了すると、<b>ミツバチの巣</b>が作れるようになります。（こっちの方が巣箱っぽい気がしますが……）</p>
<p>ミツバチの巣箱とのちがいは、中に入ってるミツバチの数。</p>
<p><a rel="noopener" target="_blank" href="https://autonauts.fandom.com/wiki/Beehive">Official Autonauts Wiki<span class="fa fa-external-link external-icon anchor-icon"></span></a>によると、ミツバチの巣箱は2ひき、ミツバチの巣は4ひき入っているそうです。</p>
<p>&nbsp;</p>
<h2><span id="toc11">料理</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-11.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4973" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-11.jpg" alt="オートノーツ ベリージャムを作成" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-11.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-11-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-11-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-11-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-11-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-11-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-11-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>完了させておく研究：料理技術</p>
<p><ruby>粗雑<rt>そざつ</rt></ruby>な鍋を<b><ruby>大釜<rt>おおがま</rt></ruby></b>にアップグレードし、<b>ベリージャム</b>を作成します。</p>
<p>作成したベリージャムは住民（レベル4）に食べさせましょう。</p>
<p>&nbsp;</p>
<h2><span id="toc12">紐工場</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-12.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4974" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-12.jpg" alt="オートノーツ 糸を作成" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-12.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-12-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-12-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-12-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-12-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-12-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-12-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>完了させておく研究：<ruby>繊維<rt>せんい</rt></ruby>技術</p>
<p><b><ruby>粗雑<rt>そざつ</rt></ruby>な<ruby>紡績機<rt>ぼうせきき</rt></ruby></b>を建設し、<b>糸</b>を作成します。</p>
<div class="blank-box bb-tab bb-memo bb-blue"><ruby>紡績機<rt>ぼうせきき</rt></ruby>とは、わたや毛などの<ruby>繊維<rt>せんい</rt></ruby>から糸をつむぐ機械のことです。</div>
<p>&nbsp;</p>
<h2><span id="toc13">衣服</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-13.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4975" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-13.jpg" alt="オートノーツ ローブを作成" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-13.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-13-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-13-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-13-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-13-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-13-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-13-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b><ruby>粗雑<rt>そざつ</rt></ruby>な衣料制作台</b>で<b>ローブ</b>を作成し、住民（レベル4）に着せましょう。</p>
<p>&nbsp;</p>
<h2><span id="toc14">農業（家畜）</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-14.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4976" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-14.jpg" alt="オートノーツ 羊を囲いに入れる" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-14.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-14-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-14-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-14-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-14-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-14-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-14-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>完了させておく研究：農業技術2、建築技術5</p>
<p>羊は牧草を食べるので、羊を飼育する場所に牧草を植えましょう。</p>
<p><b>土</b>に<b><ruby>刈<rt>か</rt></ruby>られた草</b>を植えると、<b>牧草</b>が生えてきます。</p>
<p><ruby>刈<rt>か</rt></ruby>られた草は、牧草をシャベルでほりだすか<ruby>鎌<rt>かま</rt></ruby>などでかると手に入ります。</p>
<p>牧草地を囲うように<ruby>柵<rt>さく</rt></ruby>（<ruby>粗雑<rt>そざつ</rt></ruby>な<ruby>柵<rt>さく</rt></ruby>など）を建設しましょう。<ruby>粗雑<rt>そざつ</rt></ruby>な門などで出入口も作っておきます。</p>
<p>羊は牧草が生えている場所にいます。Aボタンでつかまえて、囲いの中で放しましょう（Bボタン）</p>
<p>羊は満腹になると羊毛をかることができます。</p>
<p>上質な作業台で<b><ruby>粗雑<rt>そざつ</rt></ruby>な大バサミ</b>を作成し、<b>羊毛</b>をかりとりましょう。</p>
<p>&nbsp;</p>
<h2><span id="toc15">羊毛工場</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-15.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4977" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-15.jpg" alt="オートノーツ ウールを作成" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-15.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-15-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-15-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-15-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-15-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-15-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-15-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b><ruby>紡ぎ車<rt>つむぎぐるま</rt></ruby></b>を建設し、<b>ウール</b>を作成します。</p>
<div class="blank-box bb-tab bb-memo bb-blue"><ruby>紡ぎ車<rt>つむぎぐるま</rt></ruby>も糸をつむぐ道具です。眠れる森の美女にでてきますね。</div>
<p>作成したウールから<b>ウールのブランケット</b>を作成しましょう。</p>
<p>&nbsp;</p>
<p>また、<ruby>紡ぎ車<rt>つむぎぐるま</rt></ruby>をもう一台作り、<ruby>紐<rt>ひも</rt></ruby>工場で作った糸を材料に<b>糸</b>を作成します。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-16.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4978" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-16.jpg" alt="オートノーツ 糸を作成" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-16.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-16-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-16-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-16-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-16-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-16-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-16-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>&nbsp;</p>
<h2><span id="toc16">基礎的なおもちゃ工房</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-17.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4979" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-17.jpg" alt="オートノーツ 馬のぬいぐるみを作成" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-17.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-17-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-17-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-17-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-17-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-17-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-17-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>完了させておく研究：<ruby>余暇<rt>よか</rt></ruby>の技術</p>
<p><b><ruby>玩具<rt>おもちゃ</rt></ruby>ステーション</b>を建設し、<b>馬のぬいぐるみ</b>を作成します。</p>
<p><b>木製のボタン</b>は<b>木の成形台</b>で作ることができます。</p>
<p>住民（レベル4）に馬のぬいぐるみをあたえましょう。</p>
<p>&nbsp;</p>
<h2><span id="toc17">石細工</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-18.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4980" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-18.jpg" alt="オートノーツ 硬い岩盤を採掘" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-18.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-18-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-18-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-18-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-18-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-18-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-18-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>完了させておく研究：石工技術</p>
<p><b><ruby>粗雑<rt>そざつ</rt></ruby>なノミと<ruby>木槌<rt>きづち</rt></ruby></b>を使って<b><ruby>硬<rt>かた</rt></ruby>い<ruby>岩盤<rt>がんばん</rt></ruby></b>を採掘すると、<b>デコボコな石のブロック</b>が手に入ります。</p>
<p><ruby>粗雑<rt>そざつ</rt></ruby>なノミと<ruby>木槌<rt>きづち</rt></ruby>は、上質な作業台で作れます。</p>
<p>&nbsp;</p>
<p><b>石工台</b>を建設し、<b>成形された石のブロック</b>を作成しましょう。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-19.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4981" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-19.jpg" alt="石工台で成形された石のブロックを作成" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-19.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-19-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-19-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-19-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-19-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-19-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-19-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>&nbsp;</p>
<h2><span id="toc18">住居</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-20.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4982" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-20.jpg" alt="オートノーツ 石造り小屋に住民を住まわせる" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-20.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-20-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-20-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-20-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-20-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-20-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-20-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>完了させておく研究：住居の技術</p>
<p><b>石造り小屋</b>を建設し住民を住まわせると、住民がレベル4になります。</p>
<p><b><ruby>窓枠<rt>まどわく</rt></ruby></b>と<b>扉枠</b>（ドア<ruby>枠<rt>わく</rt></ruby>）は構造物の作業台、<b><ruby>暖炉<rt>だんろ</rt></ruby></b>と<b><ruby>煙突<rt>えんとつ</rt></ruby></b>は石工台で作ることができます。</p>
<p><b>モルタル</b>は<b><ruby>粗雑<rt>そざつ</rt></ruby>なモルタルミキサー</b>で作れます。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-21.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4983" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-21.jpg" alt="オートノーツ モルタル" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-21.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-21-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-21-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-21-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-21-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-21-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-21-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<div class="blank-box bb-tab bb-memo bb-blue">モルタルは、かべをぬったり、レンガや石がきをつないだりする素材です。</div>
<p>&nbsp;</p>
<div class="ad-area no-icon ad-shortcode ad-rectangle ad-label-visible cf" itemscope itemtype="https://schema.org/WPAdBlock">
  <div class="ad-label" itemprop="name" data-nosnippet>スポンサーリンク</div>
  <div class="ad-wrap">
    <div class="ad-responsive ad-usual"><!-- レスポンシブコード -->
<ins class="adsbygoogle"
  style="display:block"
  data-ad-client="ca-pub-9126458450711382"
  data-ad-slot="2965068638"
  data-ad-format="rectangle"
  data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div>
          </div>

</div>

<h2><span id="toc19">ボットデータベースの使い方</span></h2>
<p>オートノーツ「ステージ5：村」について解説しました。</p>
<p>最後に、ステージ4クリアで手に入る<ruby>驚異<rt>きょうい</rt></ruby>の構造物<b>ボットデータベース</b>の使い方を紹介します。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-22.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4984" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-22.jpg" alt="オートノーツ ボットデータベース" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-22.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-22-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-22-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-22-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-22-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-22-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-22-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>ボットデータベースは、ボットデータベースの上でAボタン、またはボットトラッカーから使うことができます。</p>
<p>ボットデータベースには3つの機能があります。</p>
<div class="blank-box bb-blue">
<ul>
<li>ボットを<ruby>検索<rt>けんさく</rt></ruby></li>
<li>プログラムのアップロードとダウンロード</li>
<li>ボットトラッカーで部隊（チーム）の作成</li>
</ul>
</div>
<p>&nbsp;</p>
<h3><span id="toc20">ボットの検索</span></h3>
<p>ボットを名前（一部でもOK）を入力して<ruby>検索<rt>けんさく</rt></ruby>できる機能です。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-23.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4985" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-23.jpg" alt="オートノーツ ボットの検索" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-23.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-23-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-23-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-23-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-23-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-23-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-23-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>&nbsp;</p>
<h3><span id="toc21">プログラムのアップロードとダウンロード</span></h3>
<p>ボットのプログラムのアップロードしたり、アップロードしたプログラムをボットへダウンロードしたりできる機能です。</p>
<p><ruby>粗雑<rt>そざつ</rt></ruby>なデータ保管場所を使うよりかんたんにプログラムをコピーできます。</p>
<div class="blank-box bb-blue">
<ol>
<li>コピー元のボットのボットブレーンを開く</li>
<li>ボットデータベースを選ぶ</li>
<li>データベースへのスクリプトのアップロードを選ぶ</li>
<li>コピー先のボットのボットブレーンを開く</li>
<li>ボットデータベースを選ぶ</li>
<li>アップロードされているスクリプトを選んでXボタンをおす</li>
</ol>
</div>
<p>Yボタンをおすとスクリプトを消すことができます。</p>
<p>1.コピー元のボットのボットブレーンを開き、ボットデータベースを選ぶ。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-24.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4986" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-24.jpg" alt="コピー元のボットのボットブレーンを開き、ボットデータベースを選ぶ" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-24.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-24-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-24-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-24-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-24-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-24-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-24-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>&nbsp;</p>
<p>2.データベースへのスクリプトのアップロードを選ぶ</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-25.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4987" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-25.jpg" alt="データベースへのスクリプトのアップロードを選択" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-25.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-25-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-25-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-25-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-25-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-25-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-25-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>スクリプトがアップロードされ、一覧に追加されました。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-26.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4988" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-26.jpg" alt="スクリプトがアップロードされた" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-26.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-26-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-26-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-26-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-26-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-26-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-26-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>&nbsp;</p>
<p>3.コピー先のボットのボットブレーンを開き、ボットデータベースを選ぶ。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-27.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4989" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-27.jpg" alt="コピー先のボットのボットブレーンを開き、ボットデータベースを選ぶ" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-27.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-27-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-27-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-27-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-27-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-27-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-27-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>&nbsp;</p>
<p>4.アップロードされているスクリプトを選んでXボタンをおす</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-28.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4990" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-28.jpg" alt="アップロードされているスクリプトを選んでXボタンをおす" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-28.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-28-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-28-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-28-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-28-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-28-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-28-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>スクリプトがコピーされました。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-29.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4991" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-29.jpg" alt="スクリプトがコピーされた" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-29.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-29-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-29-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-29-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-29-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-29-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-29-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>&nbsp;</p>
<h3><span id="toc22">部隊（チーム）の作成</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-30.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4992" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-30.jpg" alt="オートノーツ 部隊の作成" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-30.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-30-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-30-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-30-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-30-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-30-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-30-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>部隊（チーム）は、ボットのグループを作れる機能。</p>
<p>部隊に入っている全てのボットを起動したり停止できたりするので便利です。</p>
<p>→キーでボットトラッカーを開き、新しい部隊の編成を選択すると部隊が作成されます。</p>
<p>ボットをドラッグ＆ドロップ（AボタンをおしながらLスティック）して、部隊に追加したり、部隊から外しましょう。</p>
<p>Xボタンで部隊の設定メニューが表示されます。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-31.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4993" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-31.jpg" alt="オートノーツ 部隊の設定メニュー" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-31.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-31-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-31-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-31-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-31-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-31-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-31-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<div class="blank-box bb-blue">
<ul>
<li>部隊の名前</li>
<li>メッセージ（部隊の説明を書きこめます）</li>
<li>すべて停止</li>
<li>すべて起動</li>
<li>すべて一時停止</li>
<li>部隊を解散</li>
<li>すべて落とす</li>
<li>おいで！</li>
<li>色</li>
</ul>
</div>
<p>部隊に入っているボットを一度に止めたり、動かしたりできるので便利です。</p>
<p>ゴミの加工技術研究と林業技術研究で解放されるアイテムは、<a rel="noopener" target="_self" href="https://living-maou.com/autonauts-stage8/">ステージ8<span class="fa fa-external-link internal-icon anchor-icon"></span></a>で解説します。</p>
<p>&nbsp;</p>
<div class="blogcard-type bct-next">

<a rel="noopener" target="_self" href="https://living-maou.com/autonauts-stage6/" title="【集落：ステージ6】オートノーツ(Autonauts)攻略メモ（Switch版）" class="blogcard-wrap internal-blogcard-wrap a-wrap cf"><div class="blogcard internal-blogcard ib-left cf"><div class="blogcard-label internal-blogcard-label"><span class="fa"></span></div><figure class="blogcard-thumbnail internal-blogcard-thumbnail"><img loading="lazy" decoding="async" width="160" height="90" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-eyecatch-160x90.jpg" class="blogcard-thumb-image internal-blogcard-thumb-image wp-post-image" alt="" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-eyecatch-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-eyecatch-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-eyecatch-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-eyecatch-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-eyecatch-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-eyecatch-320x180.jpg 320w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st6-eyecatch.jpg 800w" sizes="(max-width: 160px) 100vw, 160px" /></figure><div class="blogcard-content internal-blogcard-content"><div class="blogcard-title internal-blogcard-title">【集落：ステージ6】オートノーツ(Autonauts)攻略メモ（Switch版）</div><div class="blogcard-snippet internal-blogcard-snippet">『オートノーツ(Autonauts)』の集落モード「ステージ6：町」の進め方解説。【リビングの魔王】ではアイテムの使い方をメインに解説します。楽しみを奪わないようプログラムの解説は基本的になしです。</div></div><div class="blogcard-footer internal-blogcard-footer cf"><div class="blogcard-site internal-blogcard-site"><div class="blogcard-favicon internal-blogcard-favicon"><img loading="lazy" decoding="async" src="https://www.google.com/s2/favicons?domain=https://living-maou.com" alt="" class="blogcard-favicon-image internal-blogcard-favicon-image" width="16" height="16" /></div><div class="blogcard-domain internal-blogcard-domain">living-maou.com</div></div></div></div></a>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://living-maou.com/autonauts-stage5/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>【集落：ステージ4】オートノーツ(Autonauts)攻略メモ（Switch版）</title>
		<link>https://living-maou.com/autonauts-stage4/</link>
					<comments>https://living-maou.com/autonauts-stage4/#respond</comments>
		
		<dc:creator><![CDATA[メソ]]></dc:creator>
		<pubDate>Sat, 11 Feb 2023 01:26:04 +0000</pubDate>
				<category><![CDATA[ビジュアルプログラミング]]></category>
		<category><![CDATA[Autonauts]]></category>
		<category><![CDATA[NintendoSwitch]]></category>
		<category><![CDATA[ゲーム]]></category>
		<guid isPermaLink="false">https://living-maou.com/?p=4920</guid>

					<description><![CDATA[ロボットを使って未開の惑星を開拓していくシミュレーションゲーム『オートノーツ(Autonauts)』 プログラミング的思考を養うのに、とてもおすすめなゲームなのですが、アイテムの使い方がちょっと分かりにくいのが難点。 こ [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-eyecatch.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4921" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-eyecatch.jpg" alt="" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-eyecatch.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-eyecatch-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-eyecatch-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-eyecatch-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-eyecatch-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-eyecatch-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-eyecatch-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>ロボットを使って未開の惑星を開拓していくシミュレーションゲーム『オートノーツ(Autonauts)』</p>
<p>プログラミング的思考を養うのに、とてもおすすめなゲームなのですが、アイテムの使い方がちょっと分かりにくいのが難点。</p>
<p>この記事では、オートノーツの集落モードの各ステージの進め方を解説します。</p>
<p>楽しみを奪わないようにプログラムの解説は基本的になし。アイテムの使い方の解説がメインです。</p>
<p>今回は「ステージ4：村落」です。</p>
<div class="blogcard-type bct-prev">

<a rel="noopener" target="_self" href="https://living-maou.com/autonauts-stage3/" title="【集落：ステージ3】オートノーツ(Autonauts)攻略メモ（Switch版）" class="blogcard-wrap internal-blogcard-wrap a-wrap cf"><div class="blogcard internal-blogcard ib-left cf"><div class="blogcard-label internal-blogcard-label"><span class="fa"></span></div><figure class="blogcard-thumbnail internal-blogcard-thumbnail"><img loading="lazy" decoding="async" width="160" height="90" src="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-eyecatch-160x90.jpg" class="blogcard-thumb-image internal-blogcard-thumb-image wp-post-image" alt="" srcset="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-eyecatch-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-eyecatch-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-eyecatch-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-eyecatch-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-eyecatch-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-eyecatch-320x180.jpg 320w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-eyecatch.jpg 800w" sizes="(max-width: 160px) 100vw, 160px" /></figure><div class="blogcard-content internal-blogcard-content"><div class="blogcard-title internal-blogcard-title">【集落：ステージ3】オートノーツ(Autonauts)攻略メモ（Switch版）</div><div class="blogcard-snippet internal-blogcard-snippet">『オートノーツ(Autonauts)』の集落モード「ステージ3：孤立した住宅」の進め方解説。【リビングの魔王】ではアイテムの使い方をメインに解説します。楽しみを奪わないようプログラムの解説は基本的になしです。</div></div><div class="blogcard-footer internal-blogcard-footer cf"><div class="blogcard-site internal-blogcard-site"><div class="blogcard-favicon internal-blogcard-favicon"><img loading="lazy" decoding="async" src="https://www.google.com/s2/favicons?domain=https://living-maou.com" alt="" class="blogcard-favicon-image internal-blogcard-favicon-image" width="16" height="16" /></div><div class="blogcard-domain internal-blogcard-domain">living-maou.com</div></div></div></div></a>
</div>
<h2><span id="toc1">【ステージ4】村落の計画</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-01.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4923" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-01.jpg" alt="オートノーツ ステージ4の計画" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-01.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-01-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-01-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-01-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-01-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-01-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-01-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>ステージ4の計画は11個あります。</p>
<div class="blank-box bb-blue">
<ul>
<li style="list-style-type: none;">
<ul>
<li>科学2.0</li>
<li>農業（耕作）</li>
<li>製材</li>
<li>上水道</li>
<li><ruby>粘土<rt>ねんど</rt></ruby>の<ruby>採掘場<rt>さいくつじょう</rt></ruby></li>
<li><ruby>陶芸<rt>とうげい</rt></ruby></li>
<li>料理</li>
<li>パピルス畑</li>
<li>布地</li>
<li>衣服の作業場</li>
<li>住居</li>
</ul>
</li>
</ul>
</div>
<p>ステージ4では、衣服を作って住民に着せてあげます。</p>
<p>&nbsp;</p>
<h2><span id="toc2">科学2.0</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-02.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4924" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-02.jpg" alt="オートノーツ ステージ4 研究" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-02.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-02-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-02-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-02-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-02-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-02-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-02-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>研究所をレベル2にアップグレードし、新しい技術の開発をします。</p>
<ol>
<li>研究所：レベル1の上でAボタンをおし、アップグレードを選ぶ</li>
<li>アップグレードに必要な素材を追加する</li>
</ol>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-03.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4925" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-03.jpg" alt="研究所をレベル2にアップグレード" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-03.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-03-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-03-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-03-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-03-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-03-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-03-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>&nbsp;</p>
<p>ステージ4で利用可能な研究は、以下の通りです。</p>
<div class="blank-box bb-blue">
<ul>
<li>保管技術（バケツ、液体、<ruby>粒子状<rt>りゅうしじょう</rt></ruby>の物）</li>
<li>建築技術1（<ruby>基礎的<rt>きそてき</rt></ruby>な<ruby>床<rt>ゆか</rt></ruby>）</li>
<li>建築技術2（構造部品）</li>
<li>建築技術3（機械部品）</li>
<li>道具の技術（新しい道具）</li>
<li>農業技術1（<ruby>粗雑<rt>そざつ</rt></ruby>な農耕の道具）</li>
<li>建築技術4（<ruby>基礎的<rt>きそてき</rt></ruby>な<ruby>壁<rt>かべ</rt></ruby>）</li>
<li>製材技術（機械製のオサノコ<ruby>盤<rt>ばん</rt></ruby>）</li>
<li>建築技術5（木の<ruby>床<rt>ゆか</rt></ruby>、<ruby>柵<rt>さく</rt></ruby>）</li>
<li><ruby>陶芸<rt>とうげい</rt></ruby>技術（<ruby>基礎的<rt>きそてき</rt></ruby>な<ruby>粘土<rt>ねんど</rt></ruby>加工台、シンプルな<ruby>壺<rt>つぼ</rt></ruby>）</li>
<li>電力技術（火）</li>
<li>料理技術（<ruby>粗雑<rt>そざつ</rt></ruby>な調理用の<ruby>鍋<rt>なべ</rt></ruby>、レシピ）</li>
<li><ruby>服飾<rt>ふくしょく</rt></ruby>技術（<ruby>基礎的<rt>きそてき</rt></ruby>な布地と衣服）</li>
<li>ロボット工学（Mk2ボット）</li>
<li>住居の技術（丸太小屋）</li>
</ul>
</div>
<p>&nbsp;</p>
<h3><span id="toc3">砂の入手方法</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-04.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4926" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-04.jpg" alt="オートノーツ 砂" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-04.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-04-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-04-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-04-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-04-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-04-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-04-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b>砂</b>は<b><ruby>粗雑<rt>そざつ</rt></ruby>なバケツ</b>を使って入手します。</p>
<p><ruby>粗雑<rt>そざつ</rt></ruby>なバケツと<ruby>粗雑<rt>そざつ</rt></ruby>なバケツが作れる<b>上質な作業台</b>は、保管技術研究を完了すると解放されます。</p>
<p>バケツの中を空にしたい場合は、Yボタンを長おしで捨てることができます。</p>
<p>&nbsp;</p>
<h3><span id="toc4">粗雑な歯車の入手方法</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-05.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4927" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-05.jpg" alt="オートノーツ 粗雑な歯車" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-05.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-05-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-05-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-05-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-05-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-05-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-05-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b><ruby>粗雑<rt>そざつ</rt></ruby>な歯車</b>は、<b><ruby>粗雑<rt>そざつ</rt></ruby>な作業台</b>で作れます。</p>
<p>&nbsp;</p>
<h3><span id="toc5">粘土の入手方法</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-06.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4928" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-06.jpg" alt="オートノーツ 粘土" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-06.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-06-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-06-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-06-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-06-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-06-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-06-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b><ruby>粘土<rt>ねんど</rt></ruby></b>は<ruby>粘土<rt>ねんど</rt></ruby>の<ruby>堆積物<rt>たいせきぶつ</rt></ruby>に落ちています。</p>
<p>豊富な<ruby>粘土<rt>ねんど</rt></ruby>の<ruby>堆積物<rt>たいせきぶつ</rt></ruby>の場所は惑星スキャン（＋ボタン）の画面で場所を確認できます。</p>
<p>&nbsp;</p>
<h3><span id="toc6">粗雑なタイマツの入手方法</span></h3>
<p><b><ruby>粗雑<rt>そざつ</rt></ruby>なタイマツ</b>は、上質な作業台で木の枝とワラを材料に作ります。</p>
<p>ワラの入手方法は、<a href="#agriculture">農業（耕作）の計画</a>で解説します。</p>
<p>&nbsp;</p>
<h3><span id="toc7">パピルスの種の入手方法</span></h3>
<p><b>パピルスの種</b>は、パピルスを刃物などでかり取ると入手できます。</p>
<p>くわしくは<a href="#papyrus">パピルス畑の計画</a>で解説します。</p>
<p>&nbsp;</p>
<div class="ad-area no-icon ad-shortcode ad-rectangle ad-label-visible cf" itemscope itemtype="https://schema.org/WPAdBlock">
  <div class="ad-label" itemprop="name" data-nosnippet>スポンサーリンク</div>
  <div class="ad-wrap">
    <div class="ad-responsive ad-usual"><!-- レスポンシブコード -->
<ins class="adsbygoogle"
  style="display:block"
  data-ad-client="ca-pub-9126458450711382"
  data-ad-slot="2965068638"
  data-ad-format="rectangle"
  data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div>
          </div>

</div>

<h2 id="agriculture"><span id="toc8">農業（耕作）</span></h2>
<p>完了させておく研究：道具の技術、農業技術1、保管技術</p>
<p><b>穀物の<ruby>収穫物<rt>しゅうかくぶつ</rt></ruby></b>を探します。</p>
<p>穀物の<ruby>収穫物<rt>しゅうかくぶつ</rt></ruby>の場所は、惑星スキャン（＋ボタン）の画面で場所を確認できます。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-07.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4929" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-07.jpg" alt="オートノーツ 穀物の収穫物を粗雑な刃物でかり取る" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-07.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-07-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-07-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-07-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-07-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-07-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-07-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>穀物の<ruby>収穫物<rt>しゅうかくぶつ</rt></ruby>を<ruby>粗雑<rt>そざつ</rt></ruby>な刃物などでかり取って、<b>穀物</b>を<ruby>収穫<rt>しゅうかく</rt></ruby>しましょう。</p>
<p><ruby>粗雑<rt>そざつ</rt></ruby>な刃物は、<ruby>粗雑<rt>そざつ</rt></ruby>な作業台で作れます。</p>
<p>&nbsp;</p>
<p><b>穀物</b>を<b><ruby>粗雑<rt>そざつ</rt></ruby>な<ruby>殻竿<rt>からさお</rt></ruby></b>で<ruby>脱穀<rt>だっこく</rt></ruby>すると、<b>穀物の種</b>と<b>ワラ</b>が手に入ります。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-08.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4930" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-08.jpg" alt="穀物を粗雑な殻竿で脱穀" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-08.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-08-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-08-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-08-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-08-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-08-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-08-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>穀物の種は小型のサイロ、ワラはケースに保管しましょう。</p>
<p><ruby>粗雑<rt>そざつ</rt></ruby>な<ruby>殻竿<rt>からさお</rt></ruby>は、<ruby>粗雑<rt>そざつ</rt></ruby>な作業台で作れます。</p>
<p>&nbsp;</p>
<h2><span id="toc9">製材</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-09.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4931" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-09.jpg" alt="構造物の作業台、木の成形台、機械製のオサノコ盤" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-09.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-09-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-09-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-09-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-09-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-09-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-09-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>完了させておく研究：建築技術2、建築技術3、製材技術</p>
<p><b>構造物の作業台</b>と<b>木の成形台</b>、<b>機械製のオサノコ<ruby>盤<rt>ばん</rt></ruby></b>を建設します。</p>
<p>機械製のオサノコ<ruby>盤<rt>ばん</rt></ruby>は、加工ブロックよりも早く板や柱などを作ることができます。</p>
<p>&nbsp;</p>
<h3><span id="toc10">作動するには床が必要</span></h3>
<p>構造物の作業台など、<span class="marker-under-red"><ruby>床<rt>ゆか</rt></ruby>マークがついている構造物は、<ruby>床<rt>ゆか</rt></ruby>の上に設置しないと作動しません。</span></p>
<p>構造物の設計図メニューから床を建設しましょう。</p>
<p>&nbsp;</p>
<h2><span id="toc11">上水道</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-10.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4932" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-10.jpg" alt="オートノーツ 淡水" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-10.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-10-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-10-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-10-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-10-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-10-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-10-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>保管技術研究を完了しましょう。</p>
<p>上質な作業台を建設し、<b><ruby>粗雑<rt>そざつ</rt></ruby>なバケツ</b>を作成します。</p>
<p>バケツは、水などの液体や、砂などの細かいつぶ状の物をすくうことができます。</p>
<p>バケツを使って<ruby>淡水<rt>たんすい</rt></ruby>をすくい、タルに保管しましょう。</p>
<p>&nbsp;</p>
<h2><span id="toc12">粘土の採掘場</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-11.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4933" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-11.jpg" alt="粘土の堆積物から粘土をほり出す" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-11.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-11-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-11-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-11-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-11-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-11-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-11-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b><ruby>粘土<rt>ねんど</rt></ruby>の<ruby>堆積物<rt>たいせきぶつ</rt></ruby></b>からシャベルを使って<b><ruby>粘土<rt>ねんど</rt></ruby></b>をほり出し、ケースに保管します。</p>
<p>&nbsp;</p>
<h2><span id="toc13">陶芸</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-12.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4934" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-12.jpg" alt="オートノーツ 土器の壺" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-12.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-12-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-12-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-12-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-12-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-12-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-12-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>完了させておく研究：<ruby>陶芸<rt>とうげい</rt></ruby>技術</p>
<p><b><ruby>粗雑<rt>そざつ</rt></ruby>な粘土加工台</b>で<b>土器の<ruby>壺<rt>つぼ</rt></ruby>（未加工）</b>を作成し、土器の<ruby>壺<rt>つぼ</rt></ruby>（未加工）を<b>粗雑な<ruby>釜<rt>かま</rt></ruby></b>で焼いて<b>土器の<ruby>壺<rt>つぼ</rt></ruby></b>を作ります。</p>
<p><ruby>粗雑<rt>そざつ</rt></ruby>な<ruby>釜<rt>かま</rt></ruby>は材料以外に燃料（丸太）が必要です。</p>
<p>&nbsp;</p>
<h2><span id="toc14">料理</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-13.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4935" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-13.jpg" alt="オートノーツ ベリーソース" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-13.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-13-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-13-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-13-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-13-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-13-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-13-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>完了させておく研究：電力技術、料理技術</p>
<p><ruby>粗雑<rt>そざつ</rt></ruby>な<ruby>撹拌機<rt>かくはんき</rt></ruby>をもうひとつ作成し、<b><ruby>粗雑<rt>そざつ</rt></ruby>な<ruby>鍋<rt>なべ</rt></ruby></b>にアップグレードします。</p>
<p><ruby>粗雑<rt>そざつ</rt></ruby>な<ruby>鍋<rt>なべ</rt></ruby>も燃料（枝）が必要です。</p>
<p><b>ベリーソース</b>を作成し、住民（レベル3）に食べさせましょう。</p>
<p>&nbsp;</p>
<h2 id="papyrus"><span id="toc15">パピルス畑</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-14.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4936" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-14.jpg" alt="パピルスを粗雑な刃物で刈り取る" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-14.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-14-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-14-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-14-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-14-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-14-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-14-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b>パピルス</b>は、<b><ruby>沼<rt>ぬま</rt></ruby></b>に生えています。</p>
<p><ruby>沼<rt>ぬま</rt></ruby>の場所は惑星スキャン（＋ボタン）の画面で場所を確認できます。</p>
<p>パピルスを<ruby>粗雑<rt>そざつ</rt></ruby>な刃物などでかり取って、<b>パピルスの<ruby>茎<rt>くき</rt></ruby></b>と<b>パピルスの種</b>が入手しましょう。</p>
<p>また、パピルスの種を<ruby>沼<rt>ぬま</rt></ruby>にまくとパピルスが生えてきます。</p>
<p>パピルス畑を作って、パピルスの<ruby>茎<rt>くき</rt></ruby>をケースに保管しましょう。</p>
<p>&nbsp;</p>
<h3><span id="toc16">淡水を沼にする方法</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-15.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4937" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-15.jpg" alt="土または砂を淡水に3回入れると沼になる" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-15.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-15-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-15-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-15-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-15-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-15-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-15-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>土または砂をバケツですくって、<ruby>淡水<rt>たんすい</rt></ruby>に3回入れると、<ruby>沼<rt>ぬま</rt></ruby>になります。</p>
<p>さらに3回（合計6回）入れると、うめ立てることができます。</p>
<p>&nbsp;</p>
<h2><span id="toc17">布地</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-16.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4938" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-16.jpg" alt="脱穀機、紡ぎ車、粗雑な衣料制作台" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-16.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-16-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-16-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-16-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-16-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-16-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-16-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>完了させておく研究：<ruby>服飾<rt>ふくしょく</rt></ruby>技術</p>
<p><b><ruby>脱穀機<rt>だっこくき</rt></ruby></b>を建設し、<b>パピルスの<ruby>繊維<rt>せんい</rt></ruby></b>を作成します。<ruby>脱穀機<rt>だっこくき</rt></ruby>は<ruby>床<rt>ゆか</rt></ruby>が必要です。</p>
<p>次に<b><ruby>紡<rt>つむ</rt></ruby>ぎ車</b>を建設し、<b>パピルスの糸</b>を作成します。</p>
<p>紡ぎ車は<ruby>床<rt>ゆか</rt></ruby>と<ruby>壁<rt>かべ</rt></ruby>が必要です。四方を<ruby>壁<rt>かべ</rt></ruby>で囲んだ部屋に設置してください。</p>
<p>最後に<b><ruby>粗雑<rt>そざつ</rt></ruby>な衣料制作台</b>を建設し、<b>パピルスの布地</b>を作成します。</p>
<p>&nbsp;</p>
<h2><span id="toc18">衣服の作業場</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-17.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4939" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-17.jpg" alt="住民のラブは、衣食住すべてが満たされていないと作成されない" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-17.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-17-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-17-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-17-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-17-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-17-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-17-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b><ruby>粗雑<rt>そざつ</rt></ruby>な衣料制作台</b>を建設し、<b>トーガ</b>を作成します。</p>
<div class="blank-box bb-tab bb-memo bb-blue">トーガとは、古代ローマ市民が着ていた服。<a rel="noopener" target="_blank" href="https://thermae-romae.jp/">テルマエ・ロマエ<span class="fa fa-external-link external-icon anchor-icon"></span></a>のルシウスたちが着ているような服です。</div>
<p>作成したトーガは、住民（レベル3）に着せましょう。</p>
<p>ちなみに、住民のラブは衣食住すべてが満たされていないと作成されません。</p>
<p>また、住民のラブx100を作成するには、トーガ、ベリーソース、丸太小屋をあたえる必要があります。</p>
<p>&nbsp;</p>
<h2><span id="toc19">住居</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-18.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4940" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-18.jpg" alt="丸太小屋を建設し住民を住まわせる" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-18.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-18-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-18-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-18-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-18-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-18-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-18-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>完了させておく研究：建築技術1、住居の技術</p>
<p><b>丸太小屋</b>を建設し住民を住まわせると、住民がレベル3になります。</p>
<p>丸太小屋がこわれたら、素材を追加して修理しましょう。</p>
<p>&nbsp;</p>
<div class="ad-area no-icon ad-shortcode ad-rectangle ad-label-visible cf" itemscope itemtype="https://schema.org/WPAdBlock">
  <div class="ad-label" itemprop="name" data-nosnippet>スポンサーリンク</div>
  <div class="ad-wrap">
    <div class="ad-responsive ad-usual"><!-- レスポンシブコード -->
<ins class="adsbygoogle"
  style="display:block"
  data-ad-client="ca-pub-9126458450711382"
  data-ad-slot="2965068638"
  data-ad-format="rectangle"
  data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div>
          </div>

</div>

<h2><span id="toc20">アイテム解説</span></h2>
<p>オートノーツ「ステージ4：村落」について解説しました。</p>
<p>最後に便利なアイテムをピックアップして解説します。</p>
<div class="blank-box bb-blue">
<ul>
<li><a href="#Mk2">新しいボット(Mk2)</a></li>
<li><a href="#moai">神秘的な石頭</a></li>
<li><a href="#broom">ホウキ</a></li>
<li><a href="#boat">丸木舟</a></li>
<li><a href="#WaterYam">ジョウロ</a></li>
<li><a href="#pumpkin">カボチャ</a></li>
<li><a href="#scarecrow">カカシ</a></li>
</ul>
</div>
<p>&nbsp;</p>
<h3 id="Mk2"><span id="toc21">新しいボット(Mk2)</span></h3>
<p>ロボット工学の研究を完了させると、新しいボット(Mk2)が作れるようになります。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-19.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4941" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-19.jpg" alt="ボット(Mk2)" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-19.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-19-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-19-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-19-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-19-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-19-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-19-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<div class="scrollable-table"><table>
<tbody>
<tr>
<th></th>
<th>Mk0</th>
<th>Mk1</th>
<th>Mk2</th>
</tr>
<tr>
<td>メモリ</td>
<td>12KB</td>
<td>16KB</td>
<td>20KB</td>
</tr>
<tr>
<td>ハンドスロット</td>
<td>3</td>
<td>4</td>
<td>6</td>
</tr>
<tr>
<td>バックパック</td>
<td>0</td>
<td>1</td>
<td>2</td>
</tr>
<tr>
<td>アップグレードスロット</td>
<td>1</td>
<td>2</td>
<td>2</td>
</tr>
<tr>
<td>探知範囲</td>
<td>13&#215;13</td>
<td>17&#215;17</td>
<td>31&#215;31</td>
</tr>
</tbody>
</table></div>
<p>Mk1の時代は短かった……</p>
<p>&nbsp;</p>
<h3 id="moai"><span id="toc22">神秘的な石頭</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-20.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4942" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-20.jpg" alt="神秘的な石頭" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-20.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-20-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-20-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-20-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-20-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-20-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-20-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b>神秘的な石頭</b>にボットなど無生物のアイテムを追加すると、消すことができます。</p>
<p>不要になったボットは神秘的な石頭で処分しましょう。</p>
<p>&nbsp;</p>
<h3 id="broom"><span id="toc23">ホウキ</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-21.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4943" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-21.jpg" alt="オートノーツ ホウキ" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-21.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-21-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-21-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-21-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-21-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-21-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-21-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b>ホウキ</b>を小さなオブジェクトに対して使うと、消すことができます。</p>
<p>&nbsp;</p>
<h3 id="boat"><span id="toc24">丸木舟</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-22.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4944" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-22.jpg" alt="オートノーツ 丸木舟" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-22.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-22-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-22-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-22-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-22-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-22-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-22-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b>丸木<ruby>舟<rt>ふね</rt></ruby></b>は、水上を移動できる船です。</p>
<div class="blank-box bb-blue">
<ol>
<li>丸木<ruby>舟<rt>ふね</rt></ruby>を水にうかべる</li>
<li>Aボタン長おしで丸木舟に乗る</li>
<li>降りるときはBボタン長おし</li>
</ol>
</div>
<p>手にアイテムを持っていると、乗ることができません（バックパックはOK）</p>
<p>&nbsp;</p>
<h3 id="WaterYam"><span id="toc25">ジョウロ</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-23.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4945" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-23.jpg" alt="オートノーツ ジョウロ" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-23.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-23-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-23-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-23-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-23-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-23-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-23-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>ジョウロは、<ruby>粗雑<rt>そざつ</rt></ruby>なバケツ10ぱい分の水を一度に入れることができます。</p>
<p>&nbsp;</p>
<h3 id="pumpkin"><span id="toc26">カボチャ</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-24.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4946" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-24.jpg" alt="オートノーツ カボチャ" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-24.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-24-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-24-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-24-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-24-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-24-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-24-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b>カボチャの<ruby>収穫物<rt>しゅうかくぶつ</rt></ruby></b>は<ruby>鎌<rt>かま</rt></ruby>で<ruby>収穫<rt>しゅうかく</rt></ruby>します。</p>
<p><ruby>収穫<rt>しゅうかく</rt></ruby>した<b>カボチャ</b>を<ruby>木槌<rt>きづち</rt></ruby>でたたくと<b>生のカボチャ</b>と<b>カボチャの種</b>が手に入り、カボチャの種を穴に植えるとカボチャの<ruby>収穫物<rt>しゅうかくぶつ</rt></ruby>が生えてきます。</p>
<p>&nbsp;</p>
<h3 id="scarecrow"><span id="toc27">カカシ</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-25.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4947" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-25.jpg" alt="オートノーツ カカシ" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-25.jpg 800w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-25-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-25-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-25-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-25-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-25-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-25-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>ベリーなどを地面に直置きしていると、鳥に食べられてしまいます。</p>
<p><b>カカシ</b>を設置すると、カカシを中心に15×15の<ruby>範囲<rt>はんい</rt></ruby>で鳥が近づいてこなくなります。</p>
<p>&nbsp;</p>
<div class="blogcard-type bct-next">

<a rel="noopener" target="_self" href="https://living-maou.com/autonauts-stage5/" title="【集落：ステージ5】オートノーツ(Autonauts)攻略メモ（Switch版）" class="blogcard-wrap internal-blogcard-wrap a-wrap cf"><div class="blogcard internal-blogcard ib-left cf"><div class="blogcard-label internal-blogcard-label"><span class="fa"></span></div><figure class="blogcard-thumbnail internal-blogcard-thumbnail"><img loading="lazy" decoding="async" width="160" height="90" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-eyecatch-160x90.jpg" class="blogcard-thumb-image internal-blogcard-thumb-image wp-post-image" alt="" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-eyecatch-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-eyecatch-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-eyecatch-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-eyecatch-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-eyecatch-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-eyecatch-320x180.jpg 320w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st5-eyecatch.jpg 800w" sizes="(max-width: 160px) 100vw, 160px" /></figure><div class="blogcard-content internal-blogcard-content"><div class="blogcard-title internal-blogcard-title">【集落：ステージ5】オートノーツ(Autonauts)攻略メモ（Switch版）</div><div class="blogcard-snippet internal-blogcard-snippet">『オートノーツ(Autonauts)』の集落モード「ステージ5：村」の進め方解説。【リビングの魔王】ではアイテムの使い方をメインに解説します。楽しみを奪わないようプログラムの解説は基本的になしです。</div></div><div class="blogcard-footer internal-blogcard-footer cf"><div class="blogcard-site internal-blogcard-site"><div class="blogcard-favicon internal-blogcard-favicon"><img loading="lazy" decoding="async" src="https://www.google.com/s2/favicons?domain=https://living-maou.com" alt="" class="blogcard-favicon-image internal-blogcard-favicon-image" width="16" height="16" /></div><div class="blogcard-domain internal-blogcard-domain">living-maou.com</div></div></div></div></a>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://living-maou.com/autonauts-stage4/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>【集落：ステージ3】オートノーツ(Autonauts)攻略メモ（Switch版）</title>
		<link>https://living-maou.com/autonauts-stage3/</link>
					<comments>https://living-maou.com/autonauts-stage3/#respond</comments>
		
		<dc:creator><![CDATA[メソ]]></dc:creator>
		<pubDate>Sat, 04 Feb 2023 05:10:11 +0000</pubDate>
				<category><![CDATA[ビジュアルプログラミング]]></category>
		<category><![CDATA[Autonauts]]></category>
		<category><![CDATA[NintendoSwitch]]></category>
		<category><![CDATA[ゲーム]]></category>
		<guid isPermaLink="false">https://living-maou.com/?p=4898</guid>

					<description><![CDATA[ロボットを使って未開の惑星を開拓していくシミュレーションゲーム『オートノーツ(Autonauts)』 プログラミング的思考を養うのに、とてもおすすめなゲームなのですが、アイテムの使い方がちょっと分かりにくいのが難点。 こ [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-eyecatch.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4899" src="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-eyecatch.jpg" alt="" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-eyecatch.jpg 800w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-eyecatch-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-eyecatch-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-eyecatch-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-eyecatch-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-eyecatch-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-eyecatch-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>ロボットを使って未開の惑星を開拓していくシミュレーションゲーム『オートノーツ(Autonauts)』</p>
<p>プログラミング的思考を養うのに、とてもおすすめなゲームなのですが、アイテムの使い方がちょっと分かりにくいのが難点。</p>
<p>この記事では、オートノーツの集落モードの各ステージの進め方を解説します。</p>
<p>楽しみを奪わないようにプログラムの解説は基本的になし。アイテムの使い方の解説がメインです。</p>
<p>今回は「ステージ3：孤立した住宅」です。</p>
<div class="blogcard-type bct-prev">

<a rel="noopener" target="_self" href="https://living-maou.com/autonauts-stage2/" title="【集落：ステージ2】オートノーツ(Autonauts)攻略メモ（Switch版）" class="blogcard-wrap internal-blogcard-wrap a-wrap cf"><div class="blogcard internal-blogcard ib-left cf"><div class="blogcard-label internal-blogcard-label"><span class="fa"></span></div><figure class="blogcard-thumbnail internal-blogcard-thumbnail"><img loading="lazy" decoding="async" width="160" height="90" src="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-eyecatch-160x90.jpg" class="blogcard-thumb-image internal-blogcard-thumb-image wp-post-image" alt="" srcset="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-eyecatch-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-eyecatch-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-eyecatch-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-eyecatch-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-eyecatch-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-eyecatch-320x180.jpg 320w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-eyecatch.jpg 800w" sizes="(max-width: 160px) 100vw, 160px" /></figure><div class="blogcard-content internal-blogcard-content"><div class="blogcard-title internal-blogcard-title">【集落：ステージ2】オートノーツ(Autonauts)攻略メモ（Switch版）</div><div class="blogcard-snippet internal-blogcard-snippet">『オートノーツ(Autonauts)』の集落モード「ステージ2：遊牧民共同体」の進め方解説。【リビングの魔王】ではアイテムの使い方をメインに解説します。楽しみを奪わないようプログラムの解説は基本的になしです。</div></div><div class="blogcard-footer internal-blogcard-footer cf"><div class="blogcard-site internal-blogcard-site"><div class="blogcard-favicon internal-blogcard-favicon"><img loading="lazy" decoding="async" src="https://www.google.com/s2/favicons?domain=https://living-maou.com" alt="" class="blogcard-favicon-image internal-blogcard-favicon-image" width="16" height="16" /></div><div class="blogcard-domain internal-blogcard-domain">living-maou.com</div></div></div></div></a>
</div>
<h2><span id="toc1">【ステージ3】孤立した住宅の計画</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-01.png"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4900" src="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-01.png" alt="オートノーツ ステージ3の計画" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-01.png 800w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-01-500x281.png 500w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-01-300x169.png 300w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-01-768x432.png 768w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-01-120x68.png 120w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-01-160x90.png 160w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-01-320x180.png 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>ステージ3：<ruby>孤立<rt>こりつ</rt></ruby>した住宅の計画は下の5つ。</p>
<div class="blank-box bb-blue">
<ul>
<li>科学</li>
<li>小さな果樹園</li>
<li><ruby>基礎的<rt>きそてき</rt></ruby>な雑草<ruby>栽培<rt>さいばい</rt></ruby></li>
<li>シンプルなキッチン</li>
<li>住居</li>
</ul>
</div>
<p>ステージ3では、研究所を建設して新しい技術の開発をします。</p>
<p>&nbsp;</p>
<h2><span id="toc2">科学</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-02.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4901" src="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-02.jpg" alt="オートノーツ 研究所を建設" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-02.jpg 800w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-02-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-02-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-02-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-02-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-02-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-02-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>研究所：レベル1を建設し、新しい技術の開発をしましょう。</p>
<p>研究が完了すると、新しいアイテムが解放されます。</p>
<p>ステージ3で利用可能な研究</p>
<div class="blank-box bb-blue">
<ul>
<li>料理技術（<ruby>粗雑<rt>そざつ</rt></ruby>な<ruby>撹拌<rt>かくはん</rt></ruby>用の鍋、レシピ）</li>
<li>ロボット工学（<ruby>基礎的<rt>きそてき</rt></ruby>なアップグレード）</li>
<li>住居の技術（シンプルな小屋）</li>
</ul>
</div>
<p>&nbsp;</p>
<h3><span id="toc3">研究の進め方</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-03.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4902" src="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-03.jpg" alt="オートノーツ 研究所で開発" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-03.jpg 800w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-03-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-03-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-03-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-03-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-03-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-03-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<ol>
<li>研究所のメニューを開く（研究所の上でAボタン）</li>
<li>進めたい研究を選択（カーソルを合わせ、Aボタン）</li>
<li>テストサンプルを追加（アイテムを手に持ち、研究所の上でBボタン）</li>
<li>住民のラブを追加（ラブを手に持ち、研究所の上でBボタン）</li>
</ol>
<p>&nbsp;</p>
<div class="ad-area no-icon ad-shortcode ad-rectangle ad-label-visible cf" itemscope itemtype="https://schema.org/WPAdBlock">
  <div class="ad-label" itemprop="name" data-nosnippet>スポンサーリンク</div>
  <div class="ad-wrap">
    <div class="ad-responsive ad-usual"><!-- レスポンシブコード -->
<ins class="adsbygoogle"
  style="display:block"
  data-ad-client="ca-pub-9126458450711382"
  data-ad-slot="2965068638"
  data-ad-format="rectangle"
  data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div>
          </div>

</div>

<h2><span id="toc4">小さな果樹園</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-04.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4903" src="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-04.jpg" alt="オートノーツ 芝地" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-04.jpg 800w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-04-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-04-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-04-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-04-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-04-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-04-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b><ruby>芝地<rt>しばち</rt></ruby></b>はシャベルでほり出せます。</p>
<p>さらにシャベルで土に穴をほりベリーを植えると、低木が生えてきます。</p>
<p>ベリーはケースに保管しましょう。</p>
<p>&nbsp;</p>
<h2><span id="toc5">基礎的な雑草栽培</span></h2>
<p>&nbsp;</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-06.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4905" src="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-06.jpg" alt="オートノーツ 雑草" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-06.jpg 800w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-06-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-06-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-06-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-06-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-06-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-06-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>雑草畑を作って、雑草（<ruby>抜<rt>ぬ</rt></ruby>かれた）をケースに保管しましょう。</p>
<p><b>雑草</b>は<b>穀物の<ruby>収穫物<rt>しゅうかくぶつ</rt></ruby></b>の周りに生えていることが多いです。</p>
<p>穀物の収穫物の場所は惑星スキャン（＋ボタン）の画面で場所を確認できます。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-05.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4904" src="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-05.jpg" alt="雑草は穀物の収穫物の周りに生えていることが多い" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-05.jpg 800w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-05-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-05-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-05-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-05-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-05-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-05-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>雑草をシャベルでほり出しましょう。<b>雑草（<ruby>抜<rt>ぬ</rt></ruby>かれた）</b>が2つ手に入ります。</p>
<p>雑草（<ruby>抜<rt>ぬ</rt></ruby>かれた）は土に植えることができます。</p>
<p>&nbsp;</p>
<h2><span id="toc6">シンプルなキッチン</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-07.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4906" src="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-07.jpg" alt="オートノーツ スパイスを加えたベリーを作成" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-07.jpg 800w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-07-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-07-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-07-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-07-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-07-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-07-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>料理技術の研究を完了すると、<ruby>粗雑<rt>そざつ</rt></ruby>な<ruby>撹拌<rt>かくはん</rt></ruby>用の鍋とスパイスを加えたベリーのレシピが解放されます。</p>
<div class="blank-box bb-tab bb-memo bb-blue"><ruby>撹拌<rt>かくはん</rt></ruby>とは、よくかきまぜるという意味です。</div>
<p><b><ruby>粗雑<rt>そざつ</rt></ruby>な<ruby>撹拌器<rt>かくはんき</rt></ruby></b>を建設し、<b>スパイスを加えたベリー</b>を作成・保管しましょう。</p>
<div class="blank-box bb-tab bb-memo bb-red">ボットで自動化したときに、雑草（<ruby>抜<rt>ぬ</rt></ruby>かれた）を全部使ってしまわないように注意！<br />
もしものために、雑草を栽培している場所から少しはなれたところに雑草を植えておくことをオススメします。</div>
<p>&nbsp;</p>
<p>スパイスを加えたベリーは住民に食べさせることができます。</p>
<p>計画を完了するには、<b>レベル2の住民</b>に食べさせる必要があります。住民のレベルを上げる方法は住居の計画の解説をごらんください。</p>
<p>&nbsp;</p>
<h2><span id="toc7">住居</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-08.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4907" src="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-08.jpg" alt="オートノーツ 粗雑なあばら屋を建設" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-08.jpg 800w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-08-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-08-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-08-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-08-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-08-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-08-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>住居の技術の研究を完了すると、<ruby>粗雑<rt>そざつ</rt></ruby>なあばら屋とラブx10が解放されます。</p>
<p><b><ruby>粗雑<rt>そざつ</rt></ruby>なあばら屋</b>を建設し、住民を住まわせましょう。（住民を持って、あばら家の上でBボタン）</p>
<p><ruby>粗雑<rt>そざつ</rt></ruby>なあばら屋に住民を住まわせると、住民がレベルアップします。</p>
<p>レベルアップした住民に<b>スパイスを加えたベリー</b>を食べさせると<b>ラブx10</b>が手に入ります。ケースに保管しておきましょう。</p>
<p>&nbsp;</p>
<div class="ad-area no-icon ad-shortcode ad-rectangle ad-label-visible cf" itemscope itemtype="https://schema.org/WPAdBlock">
  <div class="ad-label" itemprop="name" data-nosnippet>スポンサーリンク</div>
  <div class="ad-wrap">
    <div class="ad-responsive ad-usual"><!-- レスポンシブコード -->
<ins class="adsbygoogle"
  style="display:block"
  data-ad-client="ca-pub-9126458450711382"
  data-ad-slot="2965068638"
  data-ad-format="rectangle"
  data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div>
          </div>

</div>

<h2><span id="toc8">ステージ4に入る前に</span></h2>
<p>オートノーツ「ステージ3：孤立した住宅」について解説しました。</p>
<p>ステージ3以降では、以下のサイクルでゲームを進めていきます。</p>
<div class="blank-box bb-blue">
<ol>
<li>住民のラブを使って研究所で新しい技術を開発</li>
<li>解放された技術を使ってアイテムを作成</li>
<li>作ったアイテムで住民を養い、ラブを集める</li>
</ol>
</div>
<p>やることがぐッと増えるので、作業をひとつひとつ地道に自動化していきましょう。</p>
<p>&nbsp;</p>
<h2><span id="toc9">アイテム解説</span></h2>
<p>最後にロボット工学の研究で解放される<a href="#Mk1">新しいボット(Mk1)</a>と<a href="#upgrade">ボット用拡張アイテム</a>について解説します。</p>
<h3 id="Mk1"><span id="toc10">新しいボット(Mk1)</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-09.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4908" src="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-09.jpg" alt="オートノーツ ボット(Mk1)" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-09.jpg 800w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-09-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-09-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-09-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-09-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-09-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-09-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>ロボット工学の研究が完了すると、新しいボットを作ることができます。</p>
<div class="blank-box bb-blue">
<ol>
<li><b><ruby>基礎的<rt>きそてき</rt></ruby>なボット作業台</b>を建設し、<b>ボディ・頭部・ドライブ</b>を作成</li>
<li><b>ボット組み立てスタンド</b>で、ボディ・頭部・ドライブを組み立てる</li>
</ol>
</div>
<p>最初のボット(Mk0)より性能がいいので、今後は新しいボットを使うようにしましょう。</p>
<div class="scrollable-table"><table>
<tbody>
<tr>
<th></th>
<th>Mk0</th>
<th>Mk1</th>
</tr>
<tr>
<td>メモリ</td>
<td align="center">12KB</td>
<td align="center">16KB</td>
</tr>
<tr>
<td>ハンドスロット</td>
<td align="center">3</td>
<td align="center">4</td>
</tr>
<tr>
<td>バックパック</td>
<td align="center">0</td>
<td align="center">1</td>
</tr>
<tr>
<td>アップグレードスロット</td>
<td align="center">1</td>
<td align="center">2</td>
</tr>
<tr>
<td>探知<ruby>範囲<rt>はんい</rt></ruby></td>
<td align="center">13&#215;13</td>
<td align="center">17&#215;17</td>
</tr>
</tbody>
</table></div>
<p>行動速度もMk0よりMk1の方が早いです。</p>
<p>&nbsp;</p>
<h3 id="upgrade"><span id="toc11">ボット用拡張アイテムの使い方</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-10.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4909" src="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-10.jpg" alt="オートノーツ ボット用の拡張アイテム" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-10.jpg 800w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-10-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-10-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-10-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-10-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-10-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-10-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>下のアイテムは、ボット用の拡張アイテムです。アップグレードスロットに追加すると、ボットの性能をアップさせることができます。</p>
<div class="blank-box bb-blue">
<ul>
<li><ruby>粗雑<rt>そざつ</rt></ruby>なボットブレーンのアップグレード → メモリが増える</li>
<li><ruby>粗雑<rt>そざつ</rt></ruby>なボットセンサーのアップグレード → 探知<ruby>範囲<rt>はんい</rt></ruby>が広がる</li>
<li><ruby>粗雑<rt>そざつ</rt></ruby>なボットパワーのアップグレード → ハンドスロットが増える</li>
<li><ruby>粗雑<rt>そざつ</rt></ruby>なボット運動力のアップグレード → 行動速度が上がる</li>
<li><ruby>粗雑<rt>そざつ</rt></ruby>なボットバックパックのアップグレード → バックパックが増える</li>
</ul>
</div>
<p>作業台で作るオートノート用の拡張アイテムとは別なので注意してください。ボット用はボット作業台で作ります。</p>
<p>ボットに拡張アイテムを取り付ける方法</p>
<ol>
<li>ボットを停止する。</li>
<li>拡張アイテムを手に持って、ボットの上でBボタンを長おしする。</li>
</ol>
<p>&nbsp;</p>
<h3><span id="toc12">粗雑なデータ保管場所（フロッピー）の使い方</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-11.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4910" src="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-11.jpg" alt="オートノーツ 粗雑なデータ保管場所の使い方" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-11.jpg 800w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-11-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-11-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-11-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-11-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-11-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-11-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b><ruby>粗雑<rt>そざつ</rt></ruby>なデータ保管場所</b>は、ボットのプログラムを別のボットへコピーできます。</p>
<p>より性能がよいボットに作業を移したい時に便利です。</p>
<ol>
<li><ruby>粗雑<rt>そざつ</rt></ruby>なデータ保管場所を手に持つ</li>
<li>コピー元ボットの上でAボタン長おし</li>
<li>コピー先ボットの上でBボタン長おし</li>
</ol>
<p>&nbsp;</p>
<div class="blogcard-type bct-next">

<a rel="noopener" target="_self" href="https://living-maou.com/autonauts-stage4/" title="【集落：ステージ4】オートノーツ(Autonauts)攻略メモ（Switch版）" class="blogcard-wrap internal-blogcard-wrap a-wrap cf"><div class="blogcard internal-blogcard ib-left cf"><div class="blogcard-label internal-blogcard-label"><span class="fa"></span></div><figure class="blogcard-thumbnail internal-blogcard-thumbnail"><img loading="lazy" decoding="async" width="160" height="90" src="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-eyecatch-160x90.jpg" class="blogcard-thumb-image internal-blogcard-thumb-image wp-post-image" alt="" srcset="https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-eyecatch-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-eyecatch-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-eyecatch-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-eyecatch-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-eyecatch-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-eyecatch-320x180.jpg 320w, https://living-maou.com/wp-content/uploads/2023/02/autonauts-st4-eyecatch.jpg 800w" sizes="(max-width: 160px) 100vw, 160px" /></figure><div class="blogcard-content internal-blogcard-content"><div class="blogcard-title internal-blogcard-title">【集落：ステージ4】オートノーツ(Autonauts)攻略メモ（Switch版）</div><div class="blogcard-snippet internal-blogcard-snippet">『オートノーツ(Autonauts)』の集落モード「ステージ4：村落」の進め方解説。【リビングの魔王】ではアイテムの使い方をメインに解説します。楽しみを奪わないようプログラムの解説は基本的になしです。</div></div><div class="blogcard-footer internal-blogcard-footer cf"><div class="blogcard-site internal-blogcard-site"><div class="blogcard-favicon internal-blogcard-favicon"><img loading="lazy" decoding="async" src="https://www.google.com/s2/favicons?domain=https://living-maou.com" alt="" class="blogcard-favicon-image internal-blogcard-favicon-image" width="16" height="16" /></div><div class="blogcard-domain internal-blogcard-domain">living-maou.com</div></div></div></div></a>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://living-maou.com/autonauts-stage3/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>【集落：ステージ2】オートノーツ(Autonauts)攻略メモ（Switch版）</title>
		<link>https://living-maou.com/autonauts-stage2/</link>
					<comments>https://living-maou.com/autonauts-stage2/#respond</comments>
		
		<dc:creator><![CDATA[メソ]]></dc:creator>
		<pubDate>Wed, 25 Jan 2023 02:55:41 +0000</pubDate>
				<category><![CDATA[ビジュアルプログラミング]]></category>
		<category><![CDATA[Autonauts]]></category>
		<category><![CDATA[NintendoSwitch]]></category>
		<category><![CDATA[ゲーム]]></category>
		<guid isPermaLink="false">https://living-maou.com/?p=4867</guid>

					<description><![CDATA[ロボットを使って未開の惑星を開拓していくシミュレーションゲーム『オートノーツ(Autonauts)』 プログラミング的思考を養うのに、とてもおすすめなゲームなのですが、アイテムの使い方がちょっと分かりにくいのが難点。 こ [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-eyecatch.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4868" src="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-eyecatch.jpg" alt="" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-eyecatch.jpg 800w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-eyecatch-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-eyecatch-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-eyecatch-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-eyecatch-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-eyecatch-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-eyecatch-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>ロボットを使って未開の惑星を開拓していくシミュレーションゲーム『オートノーツ(Autonauts)』</p>
<p>プログラミング的思考を養うのに、とてもおすすめなゲームなのですが、アイテムの使い方がちょっと分かりにくいのが難点。</p>
<p>この記事では、オートノーツの集落モードの各ステージの進め方を解説します。</p>
<p>楽しみを奪わないようにプログラムの解説は基本的になし。アイテムの使い方の解説がメインです。</p>
<p>今回は「ステージ2：遊牧民共同体」です。惑星に住民をむかえ入れ、食料を調達します。</p>
<div class="blogcard-type bct-prev">

<a rel="noopener" target="_self" href="https://living-maou.com/autonauts-stage1/" title="【集落：ステージ1】オートノーツ(Autonauts)攻略メモ（Switch版）" class="blogcard-wrap internal-blogcard-wrap a-wrap cf"><div class="blogcard internal-blogcard ib-left cf"><div class="blogcard-label internal-blogcard-label"><span class="fa"></span></div><figure class="blogcard-thumbnail internal-blogcard-thumbnail"><img loading="lazy" decoding="async" width="160" height="90" src="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-eyecatch-160x90.jpg" class="blogcard-thumb-image internal-blogcard-thumb-image wp-post-image" alt="" srcset="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-eyecatch-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-eyecatch-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-eyecatch-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-eyecatch-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-eyecatch-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-eyecatch-320x180.jpg 320w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-eyecatch.jpg 800w" sizes="(max-width: 160px) 100vw, 160px" /></figure><div class="blogcard-content internal-blogcard-content"><div class="blogcard-title internal-blogcard-title">【集落：ステージ1】オートノーツ(Autonauts)攻略メモ（Switch版）</div><div class="blogcard-snippet internal-blogcard-snippet">『オートノーツ(Autonauts)』の集落モード「ステージ1：社会基盤」の進め方解説。【リビングの魔王】ではアイテムの使い方をメインに解説します。楽しみを奪わないようプログラムの解説は基本的になしです。</div></div><div class="blogcard-footer internal-blogcard-footer cf"><div class="blogcard-site internal-blogcard-site"><div class="blogcard-favicon internal-blogcard-favicon"><img loading="lazy" decoding="async" src="https://www.google.com/s2/favicons?domain=https://living-maou.com" alt="" class="blogcard-favicon-image internal-blogcard-favicon-image" width="16" height="16" /></div><div class="blogcard-domain internal-blogcard-domain">living-maou.com</div></div></div></div></a>
</div>
<h2><span id="toc1">【ステージ2】遊牧民共同体の計画</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-01.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4869" src="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-01.jpg" alt="Autonauts ステージ2遊牧民共同体の計画" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-01.jpg 800w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-01-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-01-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-01-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-01-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-01-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-01-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>ステージ2：遊牧民共同体の計画は下の2つです。</p>
<div class="blank-box bb-blue">
<ul>
<li>住民</li>
<li>飼料果実</li>
</ul>
</div>
<p>ステージ2では、いよいよ住民を惑星におむかえします。</p>
<p>住民に食料をあげて、ラブを集めましょう。</p>
<p>ラブはステージ3で使います。</p>
<p>&nbsp;</p>
<h2><span id="toc2">住民</span></h2>
<p><b>住民の<ruby>播種器<rt>はしゅき</rt></ruby></b>と<b>住民の<ruby>培養器<rt>ばいようき</rt></ruby>を建設</b>し、<b>住民</b>を作成します。</p>
<p><ruby>播種<rt>はしゅ</rt></ruby>とは、種まきのこと。</p>
<p><ruby>培養<rt>ばいよう</rt></ruby>とは、草や木を育てること。他にも研究用に細菌をやしない育てるという意味があります。</p>
<p>もしや住民はサイバイマン……？</p>
<p>それはさておき、最初に住民の<ruby>播種器<rt>はしゅき</rt></ruby>と住民の<ruby>培養器<rt>ばいようき</rt></ruby>を建設しましょう。</p>
<p>住民の<ruby>播種器<rt>はしゅき</rt></ruby>の上でAボタンをおすと、<b>住民の種</b>が手に入ります。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-02.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4870" src="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-02.jpg" alt="住民の播種器で住民の種を入手" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-02.jpg 800w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-02-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-02-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-02-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-02-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-02-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-02-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>&nbsp;</p>
<p>住民の種を住民の<ruby>培養器<rt>ばいようき</rt></ruby>に追加したら、バーが満タンになるまで食料を追加します。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-03.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4871" src="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-03.jpg" alt="住民の種を住民の培養器に追加し満タンになるまで食料を追加" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-03.jpg 800w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-03-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-03-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-03-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-03-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-03-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-03-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>バーが満タンになると、住民が誕生します。</p>
<p>ちなみに追加する食料は、ベリーだと5個、卵だと10個必要でした。</p>
<p>&nbsp;</p>
<h2><span id="toc3">飼料果実</span></h2>
<p><b>ベリー</b>を住民に食べさせ、<b>ラブ</b>を集めましょう。</p>
<p>ベリーは、<b>低木</b>を<b>枝</b>や<b><ruby>竿<rt>さお</rt></ruby></b>でたたくと手に入ります。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-04.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4872" src="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-04.jpg" alt="低木を枝でたたいてベリーを入手" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-04.jpg 800w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-04-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-04-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-04-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-04-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-04-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-04-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>&nbsp;</p>
<p>低木は、シャベルで土に穴をほってベリーを植えると生えてきます。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-05.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4873" src="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-05.jpg" alt="穴にベリーを植えると低木が生える" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-05.jpg 800w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-05-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-05-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-05-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-05-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-05-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-05-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>&nbsp;</p>
<p>住民にベリーを食べさせると、ラブが手に入ります。ケースに保管しましょう。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-06.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4874" src="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-06.jpg" alt="住民にベリーを食べさせるとラブが手に入る" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-06.jpg 800w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-06-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-06-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-06-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-06-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-06-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-06-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>&nbsp;</p>
<div class="ad-area no-icon ad-shortcode ad-rectangle ad-label-visible cf" itemscope itemtype="https://schema.org/WPAdBlock">
  <div class="ad-label" itemprop="name" data-nosnippet>スポンサーリンク</div>
  <div class="ad-wrap">
    <div class="ad-responsive ad-usual"><!-- レスポンシブコード -->
<ins class="adsbygoogle"
  style="display:block"
  data-ad-client="ca-pub-9126458450711382"
  data-ad-slot="2965068638"
  data-ad-format="rectangle"
  data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div>
          </div>

</div>

<h2><span id="toc4">ステージ3に入る前にやっておきたいこと</span></h2>
<p>オートノーツ「ステージ2：遊牧民共同体」について解説しました。</p>
<p>ステージ3に入る前に、ベリー畑を作り、住民にベリーを食べさせ、ラブを回収するまでの作業をボットだけで回るようにしてみましょう。</p>
<div class="blank-box bb-blue">
<ol>
<li>低木を枝でたたく</li>
<li>ベリーを集めてケースに保管</li>
<li>ベリーを住民に食べさせる</li>
<li>ラブを集めてケースに保管</li>
</ol>
</div>
<p>&nbsp;</p>
<h2><span id="toc5">アイテム解説</span></h2>
<p>ステージ2で手に入る<a href="#sign">標識</a>と<a href="#scooter">粗雑なスクーター</a>、<a href="#chest">タンス</a>の使い方を解説します。</p>
<h3 id="sign"><span id="toc6">標識の使い方</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-07.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4875" src="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-07.jpg" alt="Autonauts 標識" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-07.jpg 800w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-07-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-07-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-07-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-07-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-07-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-07-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b>標識</b>は、文字列を表示して目じるしにすることができます。</p>
<p><span class="marker-under-red">標識を持ってYボタンを長おしすると、表示する文字列などを編集できます。</span></p>
<h4>標識にエリアを指定する</h4>
<p>標識には文字列を表示する使い方以外にも、<span class="marker-under-red">スクリプトの探知エリアを指定するときに、標識にエリアを指定できる</span>機能があります。</p>
<p>同じエリアで作業をさせたいボットが複数いる場合に便利です。</p>
<p>まず、標識の設定画面で点線の四角を選択し、エリアを指定します。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-08.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4876" src="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-08.jpg" alt="Autonauts 標識の編集画面" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-08.jpg 800w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-08-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-08-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-08-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-08-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-08-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-08-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>「エリアをリンクする」のチェックを入れておくと、標識を移動したときエリアも移動します。</p>
<p>Bボタンで標識を立てましょう。</p>
<p>次に、スクリプトエリアの探知エリアを指定を選択します。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-09.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4877" src="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-09.jpg" alt="Autonauts スクリプト：探知エリアを指定" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-09.jpg 800w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-09-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-09-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-09-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-09-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-09-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-09-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>&nbsp;</p>
<p>家のアイコン（構造物を選択）を選び、標識を選びます。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-10.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4878" src="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-10.jpg" alt="Autonauts 標識のエリアを指定" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-10.jpg 800w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-10-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-10-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-10-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-10-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-10-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-10-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>&nbsp;</p>
<h3 id="scooter"><span id="toc7">粗雑なスクーターの使い方</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-11.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4879" src="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-11.jpg" alt="Autonauts 粗雑なスクーター" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-11.jpg 800w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-11-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-11-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-11-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-11-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-11-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-11-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b><ruby>粗雑<rt>そざつ</rt></ruby>なスクーター</b>は、オートノート（自分）用の拡張アイテムです。</p>
<p><span class="marker-under-red">アップグレードスロットに追加すると、移動速度がアップ</span>します。</p>
<p>拡張アイテムを手に持ってXボタンをおすと、アップグレードスロットに追加できます。</p>
<p>&nbsp;</p>
<h3 id="chest"><span id="toc8">タンスの使い方</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-12.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4880" src="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-12.jpg" alt="Autonauts タンス" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-12.jpg 800w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-12-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-12-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-12-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-12-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-12-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-12-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b>タンス</b>は、ステージ2をクリアすると手に入ります。</p>
<p>タンスの中には<span class="marker-under-red">これまで手に入れたオートノート用の装備アイテムが入っています。</span></p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-13.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4881" src="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-13.jpg" alt="Autonauts タンスの中には装備アイテムが入っている" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-13.jpg 800w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-13-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-13-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-13-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-13-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-13-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-13-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>オートノートのぼうしスロット・上着スロットにセットして、着がえることができます。</p>
<p>アイテムを選択してXボタンをおすと、装備／装備をはずすことができます。</p>
<p>&nbsp;</p>
<div class="blogcard-type bct-next">

<a rel="noopener" target="_self" href="https://living-maou.com/autonauts-stage3/" title="【集落：ステージ3】オートノーツ(Autonauts)攻略メモ（Switch版）" class="blogcard-wrap internal-blogcard-wrap a-wrap cf"><div class="blogcard internal-blogcard ib-left cf"><div class="blogcard-label internal-blogcard-label"><span class="fa"></span></div><figure class="blogcard-thumbnail internal-blogcard-thumbnail"><img loading="lazy" decoding="async" width="160" height="90" src="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-eyecatch-160x90.jpg" class="blogcard-thumb-image internal-blogcard-thumb-image wp-post-image" alt="" srcset="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-eyecatch-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-eyecatch-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-eyecatch-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-eyecatch-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-eyecatch-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-eyecatch-320x180.jpg 320w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st3-eyecatch.jpg 800w" sizes="(max-width: 160px) 100vw, 160px" /></figure><div class="blogcard-content internal-blogcard-content"><div class="blogcard-title internal-blogcard-title">【集落：ステージ3】オートノーツ(Autonauts)攻略メモ（Switch版）</div><div class="blogcard-snippet internal-blogcard-snippet">『オートノーツ(Autonauts)』の集落モード「ステージ3：孤立した住宅」の進め方解説。【リビングの魔王】ではアイテムの使い方をメインに解説します。楽しみを奪わないようプログラムの解説は基本的になしです。</div></div><div class="blogcard-footer internal-blogcard-footer cf"><div class="blogcard-site internal-blogcard-site"><div class="blogcard-favicon internal-blogcard-favicon"><img loading="lazy" decoding="async" src="https://www.google.com/s2/favicons?domain=https://living-maou.com" alt="" class="blogcard-favicon-image internal-blogcard-favicon-image" width="16" height="16" /></div><div class="blogcard-domain internal-blogcard-domain">living-maou.com</div></div></div></div></a>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://living-maou.com/autonauts-stage2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>【集落：ステージ1】オートノーツ(Autonauts)攻略メモ（Switch版）</title>
		<link>https://living-maou.com/autonauts-stage1/</link>
					<comments>https://living-maou.com/autonauts-stage1/#respond</comments>
		
		<dc:creator><![CDATA[メソ]]></dc:creator>
		<pubDate>Sun, 15 Jan 2023 07:06:05 +0000</pubDate>
				<category><![CDATA[ビジュアルプログラミング]]></category>
		<category><![CDATA[Autonauts]]></category>
		<category><![CDATA[NintendoSwitch]]></category>
		<category><![CDATA[ゲーム]]></category>
		<guid isPermaLink="false">https://living-maou.com/?p=4854</guid>

					<description><![CDATA[ロボットを使って未開の惑星を開拓していくシミュレーションゲーム『オートノーツ(Autonauts)』 プログラミング的思考を養うのに、とてもおすすめなゲームなのですが、アイテムの使い方がちょっと分かりにくいのが難点。 こ [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-eyecatch.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4855" src="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-eyecatch.jpg" alt="オートノーツ ステージ1" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-eyecatch.jpg 800w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-eyecatch-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-eyecatch-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-eyecatch-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-eyecatch-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-eyecatch-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-eyecatch-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>ロボットを使って未開の惑星を開拓していくシミュレーションゲーム『オートノーツ(Autonauts)』</p>
<p>プログラミング的思考を養うのに、とてもおすすめなゲームなのですが、アイテムの使い方がちょっと分かりにくいのが難点。</p>
<p>この記事では、オートノーツの集落モードの各ステージの進め方を解説します。</p>
<p>楽しみを奪わないようにプログラムの解説は基本的になし。アイテムの使い方の解説がメインです。</p>
<p>今回は「ステージ1：<ruby>社会基盤<rt>しゃかいきばん</rt></ruby>」です。</p>
<p>基本的な操作方法については、「<a rel="noopener" target="_self" href="https://living-maou.com/autonauts-operate/">【Switch版】オートノーツ(Autonauts)操作方法まとめ<span class="fa fa-external-link internal-icon anchor-icon"></span></a>」にまとめています。</p>
<div class="blogcard-type bct-prev">

<a rel="noopener" target="_self" href="https://living-maou.com/autonauts-operate/" title="【Switch版】オートノーツ(Autonauts)操作方法まとめ" class="blogcard-wrap internal-blogcard-wrap a-wrap cf"><div class="blogcard internal-blogcard ib-left cf"><div class="blogcard-label internal-blogcard-label"><span class="fa"></span></div><figure class="blogcard-thumbnail internal-blogcard-thumbnail"><img loading="lazy" decoding="async" width="160" height="90" src="https://living-maou.com/wp-content/uploads/2023/01/eyecatch-autonauts-operate-160x90.png" class="blogcard-thumb-image internal-blogcard-thumb-image wp-post-image" alt="" srcset="https://living-maou.com/wp-content/uploads/2023/01/eyecatch-autonauts-operate-160x90.png 160w, https://living-maou.com/wp-content/uploads/2023/01/eyecatch-autonauts-operate-500x281.png 500w, https://living-maou.com/wp-content/uploads/2023/01/eyecatch-autonauts-operate-300x169.png 300w, https://living-maou.com/wp-content/uploads/2023/01/eyecatch-autonauts-operate-768x432.png 768w, https://living-maou.com/wp-content/uploads/2023/01/eyecatch-autonauts-operate-120x68.png 120w, https://living-maou.com/wp-content/uploads/2023/01/eyecatch-autonauts-operate-320x180.png 320w, https://living-maou.com/wp-content/uploads/2023/01/eyecatch-autonauts-operate.png 800w" sizes="(max-width: 160px) 100vw, 160px" /></figure><div class="blogcard-content internal-blogcard-content"><div class="blogcard-title internal-blogcard-title">【Switch版】オートノーツ(Autonauts)操作方法まとめ</div><div class="blogcard-snippet internal-blogcard-snippet">NintendoSwitch版『オートノーツ(Autonauts)』の操作方法を紹介。チュートリアルの内容だけでは迷うことが多かったので、操作方法を分かる範囲でまとめてみました。</div></div><div class="blogcard-footer internal-blogcard-footer cf"><div class="blogcard-site internal-blogcard-site"><div class="blogcard-favicon internal-blogcard-favicon"><img loading="lazy" decoding="async" src="https://www.google.com/s2/favicons?domain=https://living-maou.com" alt="" class="blogcard-favicon-image internal-blogcard-favicon-image" width="16" height="16" /></div><div class="blogcard-domain internal-blogcard-domain">living-maou.com</div></div></div></div></a>
</div>
<h2><span id="toc1">【ステージ1】社会基盤の計画</span></h2>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-01.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4856" src="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-01.jpg" alt="オートノーツ ステージ1の計画" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-01.jpg 800w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-01-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-01-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-01-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-01-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-01-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-01-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>ステージ1：<ruby>社会基盤<rt>しゃかいきばん</rt></ruby>の計画は下の4つです。</p>
<div class="blank-box bb-blue">
<ul>
<li>はじめての林業</li>
<li><ruby>製材<rt>せいざい</rt></ruby></li>
<li>道具</li>
<li>ロボット工学</li>
<li><ruby>採掘<rt>さいくつ</rt></ruby></li>
</ul>
</div>
<p>はじめての林業、道具、ロボット工学は、チュートリアルで習った内容で対応できます。指定された回数こなすようにしましょう。</p>
<p><span class="marker-under-red"><ruby>製材<rt>せいざい</rt></ruby>、<ruby>採掘<rt>さいくつ</rt></ruby>にはチュートリアルがあります。</span></p>
<p>はじめての人はチュートリアルにそって作業してみましょう。</p>
<p>計画の画面で対象の計画を選んでXボタンをおすと、チュートリアルを開始します。</p>
<p>&nbsp;</p>
<h2><span id="toc2">製材</span></h2>
<p><ruby>製材<rt>せいざい</rt></ruby>とは、切り出した木を角材や板材に加工することです。</p>
<p><b>加工ブロック</b>を使って丸太を<b>木板</b>、木板を<b>柱</b>に加工し、パレットに保管しましょう。</p>
<p>初めての林業をクリアすると、加工ブロックの設計図が手に入ります。</p>
<p>構造物の設計図メニューから加工ブロックとパレットを建設しましょう。</p>
<p>加工ブロック</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-03.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4858" src="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-03.jpg" alt="オートノーツ 加工ブロック" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-03.jpg 800w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-03-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-03-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-03-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-03-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-03-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-03-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>パレット</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-02.jpg"><img loading="lazy" decoding="async" class="aligncenter wp-image-4857 size-full" src="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-02.jpg" alt="オートノーツ パレット" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-02.jpg 800w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-02-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-02-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-02-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-02-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-02-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-02-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>設計図メニューのタブはLRボタンで切りかえられます。</p>
<p>アイテムを持ちパレットの上でBボタンをおすと、アイテムを保管できます。</p>
<p>&nbsp;</p>
<h3><span id="toc3">加工ブロックの使い方</span></h3>
<p>道具の作り方と同じ要領です。</p>
<ol>
<li>加工ブロックを開く（加工ブロックの上でAボタン）</li>
<li>作りたいアイテムを選択（カーソルを合わせ、Aボタン）</li>
<li>材料のアイテムを置く（アイテムを手に持ち、加工ブロックの上でBボタン）</li>
</ol>
<p>&nbsp;</p>
<h3><span id="toc4">何に保管するかはオートノートの分析で確認</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-04.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4859" src="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-04.jpg" alt="オートノートの分析" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-04.jpg 800w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-04-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-04-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-04-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-04-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-04-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-04-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>保管するためのアイテムは2種類。パレットとケースがあります。</p>
<p>パレットとケースどちらに保管できるかは、<b>オートノートの<ruby>分析<rt>ぶんせき</rt></ruby></b>で確認できます。</p>
<p>ちなみに手の数字は、持ち運ぶときにハンドスロットを何個使うかを表しています。</p>
<p>&nbsp;</p>
<div class="ad-area no-icon ad-shortcode ad-rectangle ad-label-visible cf" itemscope itemtype="https://schema.org/WPAdBlock">
  <div class="ad-label" itemprop="name" data-nosnippet>スポンサーリンク</div>
  <div class="ad-wrap">
    <div class="ad-responsive ad-usual"><!-- レスポンシブコード -->
<ins class="adsbygoogle"
  style="display:block"
  data-ad-client="ca-pub-9126458450711382"
  data-ad-slot="2965068638"
  data-ad-format="rectangle"
  data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div>
          </div>

</div>

<h2><span id="toc5">採掘</span></h2>
<p><ruby>採掘<rt>さいくつ</rt></ruby>とは鉱物などを地下からほり出すことです。</p>
<p><b><ruby>粗雑<rt>そざつ</rt></ruby>なツルハシ</b>を使って、石を採掘。ケースに保管しましょう。</p>
<p>石は<b>石材の<ruby>堆積物<rt>たいせきぶつ</rt></ruby></b>をツルハシでたたくと手に入ります。</p>
<p>惑星を探索して石材の<ruby>堆積物<rt>たいせきぶつ</rt></ruby>を探しましょう。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-05.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4860" src="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-05.jpg" alt="オートノーツ 石材の堆積物" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-05.jpg 800w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-05-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-05-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-05-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-05-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-05-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-05-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><ruby>粗雑<rt>そざつ</rt></ruby>なツルハシは作業台で作成できます。</p>
<p>&nbsp;</p>
<p><ruby>採掘<rt>さいくつ</rt></ruby>のチュートリアルでは、ボットに道具がこわれたら新しい道具を取りに行かせるプログラムを習うことができます。</p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-06.jpg"><img loading="lazy" decoding="async" class="aligncenter wp-image-4861 size-full" src="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-06.jpg" alt="オートノーツ 手が空になるまで石の採掘をくり返す" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-06.jpg 800w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-06-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-06-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-06-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-06-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-06-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-06-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>道具がこわれると手が空になるので、手が空になるまで石の採掘をくり返し、手が空になったらツルハシを取りに行くプログラムです。</p>
<p>他の作業にも応用できるのでぜひやっておきましょう。</p>
<p>&nbsp;</p>
<h2><span id="toc6">ステージ2に入る前にやっておきたいこと</span></h2>
<p>オートノーツ「ステージ1：<ruby>社会基盤<rt>しゃかいきばん</rt></ruby>」について解説しました。</p>
<p>ステージ2の作業の前に、林業の作業がボットだけで回るようにしてみましょう。</p>
<p>ボットのメモリが少ないので、作業を小さく分けて分担します。</p>
<div class="blank-box bb-blue">
<ol>
<li>木を切りたおす（※）</li>
<li>丸太をパレットに保管する</li>
<li>土をほり起こす（※）</li>
<li>木の種を植える</li>
<li>材料を集めて道具を作る</li>
<li>丸太を木板・柱に加工する</li>
<li>木板・柱をパレットに保管する</li>
<li>石を<ruby>採掘<rt>さいくつ</rt></ruby>する（※）</li>
<li>石をケースに保管する</li>
</ol>
</div>
<p>※道具がこわれたら、新しい道具を取りに行くようプログラムしましょう。</p>
<p>&nbsp;</p>
<h2><span id="toc7">アイテム解説</span></h2>
<p>最後にステージ1で手に入る「木槌」と「粗雑なバックパックのアップグレード」の使い方を解説します。</p>
<h3><span id="toc8">木槌の使い方</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-07.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4862" src="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-07.jpg" alt="オートノーツ 木槌" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-07.jpg 800w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-07-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-07-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-07-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-07-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-07-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-07-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b><ruby>木槌<rt>きづち</rt></ruby></b>で<span class="marker-under-red">木をたたくと、木の種、枝、果実などが手に入ります。</span></p>
<p>&nbsp;</p>
<h3><span id="toc9">粗雑なバックパックのアップグレードの使い方</span></h3>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-08.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4863" src="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-08.jpg" alt="オートノーツ 粗雑なバックパック" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-08.jpg 800w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-08-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-08-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-08-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-08-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-08-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-08-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><b><ruby>粗雑<rt>そざつ</rt></ruby>なバックパック</b>は、自分用の拡張アイテムです。</p>
<p>アップグレードスロットに追加すると、<span class="marker-under-red">ストレージスロットが1増えます。</span></p>
<p><a rel="noopener" target="_self" href="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-09.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4864" src="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-09.jpg" alt="オートノーツ アップグレードスロットに追加" width="800" height="450" srcset="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-09.jpg 800w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-09-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-09-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-09-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-09-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-09-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st1-09-320x180.jpg 320w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p><span class="marker-under-red">拡張アイテムを手に持って<b>Xボタン</b>をおす</span>と、アップグレードスロットに追加できます。</p>
<p>&nbsp;</p>
<div class="blogcard-type bct-next">

<a rel="noopener" target="_self" href="https://living-maou.com/autonauts-stage2/" title="【集落：ステージ2】オートノーツ(Autonauts)攻略メモ（Switch版）" class="blogcard-wrap internal-blogcard-wrap a-wrap cf"><div class="blogcard internal-blogcard ib-left cf"><div class="blogcard-label internal-blogcard-label"><span class="fa"></span></div><figure class="blogcard-thumbnail internal-blogcard-thumbnail"><img loading="lazy" decoding="async" width="160" height="90" src="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-eyecatch-160x90.jpg" class="blogcard-thumb-image internal-blogcard-thumb-image wp-post-image" alt="" srcset="https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-eyecatch-160x90.jpg 160w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-eyecatch-500x281.jpg 500w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-eyecatch-300x169.jpg 300w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-eyecatch-768x432.jpg 768w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-eyecatch-120x68.jpg 120w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-eyecatch-320x180.jpg 320w, https://living-maou.com/wp-content/uploads/2023/01/autonauts-st2-eyecatch.jpg 800w" sizes="(max-width: 160px) 100vw, 160px" /></figure><div class="blogcard-content internal-blogcard-content"><div class="blogcard-title internal-blogcard-title">【集落：ステージ2】オートノーツ(Autonauts)攻略メモ（Switch版）</div><div class="blogcard-snippet internal-blogcard-snippet">『オートノーツ(Autonauts)』の集落モード「ステージ2：遊牧民共同体」の進め方解説。【リビングの魔王】ではアイテムの使い方をメインに解説します。楽しみを奪わないようプログラムの解説は基本的になしです。</div></div><div class="blogcard-footer internal-blogcard-footer cf"><div class="blogcard-site internal-blogcard-site"><div class="blogcard-favicon internal-blogcard-favicon"><img loading="lazy" decoding="async" src="https://www.google.com/s2/favicons?domain=https://living-maou.com" alt="" class="blogcard-favicon-image internal-blogcard-favicon-image" width="16" height="16" /></div><div class="blogcard-domain internal-blogcard-domain">living-maou.com</div></div></div></div></a>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://living-maou.com/autonauts-stage1/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
