In other languages: Čeština Deutsch English Français 한국어 Polski Português, Brasil Русский Українська 简体中文

Constant combinator/ja: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Created page with "{{Languages}} {{:Infobox:Constant combinator}} 定数回路は回路ネットワークの一部であり、ゲーム内で利用可能な3種類の回路のうちの1つで...")
 
(updated for latest version.)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Languages}}
{{Languages}}{{Translation verification|revisionID=187733}}
{{:Infobox:Constant combinator}}
{{:Infobox:Constant combinator}}


定数回路は回路ネットワークの一部であり、ゲーム内で利用可能な3種類の回路のうちの1つです(他の2つは[[arithmetic combinator/ja|算術回路]]と[[decider combinator/ja|条件回路]])。特定の入力を必要とせず、常に選択された信号を接続されたすべての回路ネットワークに出力し、GUIで手動でオン/オフを切り替えることができます。最も一般的な用途としては、構成された回路のテストや、スイッチング信号のようなものをネットワークに伝えてユーザーが定義した設定を変更することなどがあります。
定数回路は、回路ネットワークの一部であり、ゲームで利用できる三種類の回路のうちの一つ(残りは[[arithmetic combinator/ja|算術回路]]と[[decider combinator/ja|条件回路]])である。特定の入力を必要とせず、常に選択された信号を接続されたすべての回路ネットワークに出力し、GUIで手動でオン/オフを切り替えることができる。最も一般的な用途としては、構成された回路のテストや、スイッチング信号のようなものをネットワークに伝えてユーザーが定義した設定を変更することなどがある。


回路の出力をリモートまたは自動でオン/オフしたい場合は、条件回路を使用することをお勧めします。またこのコンビネータは他の2つの回路のように電力を必要としません。
回路の出力をリモートまたは自動でオン/オフしたい場合は、条件回路を使用することをお勧めする。またこのコンビネータは他の2つの回路のように電力を必要としない。


== History ==
[[File:constant_combinator_gui.png|350px|定数回路のGUI]]


{{history|0.13.0|
== 関連項目 ==
* Connected wires are highlighted when hovering over a combinator connected to the [[circuit network]].
* Combinators show input and output in alt mode.
* More virtual signals for combinators.
* Constant combinator can be rotated.
* Decider combinator "input count" option makes the combinator copy the count of the specified output signal from the input signals, instead of copying the count from the condition.
* New combinator graphics. }}
 
{{history|0.12.5|
* Combinators now emit light.}}
 
{{history|0.12.2|
* Combinators no longer turn off when no wires are connected.}}
 
{{history|0.12.0|
* Introduced}}
 
== See Also ==
* [[Arithmetic combinator/ja|算術回路]]
* [[Arithmetic combinator/ja|算術回路]]
* [[Decider combinator/ja|条件回路]]
* [[Decider combinator/ja|条件回路]]
* [[Tutorial:Combinator tutorial/ja|回路ネットワークチュートリアル]]
* [[Tutorial:Combinator tutorial/ja|回路のチュートリアル]]
* [[Circuit network/ja|回路ネットワーク]]
* [[Circuit network/ja|回路ネットワーク]]
* [[Tutorial:Circuit network cookbook/ja|回路ネットワーククックブック]]
* [[Tutorial:Circuit network cookbook/ja|回路ネットワークのクックブック]]


{{LogisticsNav}}
{{LogisticsNav}}
{{C|Circuit network}}
{{C|Circuit network}}

Latest revision as of 01:12, 26 May 2024

Constant combinator.png
定数回路

Constant combinator anim widecrop.png

レシピ

Time.png
0.5
+
Copper cable.png
5
+
Electronic circuit.png
2
Constant combinator.png
1

トータルコスト

Time.png
4.25
+
Copper plate.png
5.5
+
Iron plate.png
2

マップ上での表示色

耐久力

Quality normal.png 120
Quality uncommon.png 156 Quality rare.png 192
Quality epic.png 228 Quality legendary.png 300

最大スタック数

50

ロケット容量

50 (1 スタック)

採掘時間

0.1

Prototype type

constant-combinator

Internal name

constant-combinator

必要なテクノロジー

Circuit network (research).png

製作可能設備

Assembling machine 1.png
Assembling machine 2.png
Assembling machine 3.png
Player.png

定数回路は、回路ネットワークの一部であり、ゲームで利用できる三種類の回路のうちの一つ(残りは算術回路条件回路)である。特定の入力を必要とせず、常に選択された信号を接続されたすべての回路ネットワークに出力し、GUIで手動でオン/オフを切り替えることができる。最も一般的な用途としては、構成された回路のテストや、スイッチング信号のようなものをネットワークに伝えてユーザーが定義した設定を変更することなどがある。

回路の出力をリモートまたは自動でオン/オフしたい場合は、条件回路を使用することをお勧めする。またこのコンビネータは他の2つの回路のように電力を必要としない。

定数回路のGUI

関連項目