added cybernetic combinators

This commit is contained in:
Monica Moniot
2022-10-24 22:20:05 -04:00
parent 2991fff171
commit 8b7d8a9560
18 changed files with 456 additions and 303 deletions

View File

@@ -1,11 +1,11 @@
--By Mami
cybersyn_subgroup = {
subgroup_signal = {
type = "item-subgroup",
name = "cybersyn-signal",
group = "signals",
order = "cybersyn0[cybersyn-signal]"
}
cybersyn_priority = {
priority_signal = {
type = "virtual-signal",
name = SIGNAL_PRIORITY,
icon = "__cybersyn__/graphics/icons/priority.png",
@@ -13,23 +13,23 @@ cybersyn_priority = {
subgroup = "cybersyn-signal",
order = "a-a"
}
cybersyn_p_threshold = {
p_threshold_signal = {
type = "virtual-signal",
name = PROVIDE_THRESHOLD,
icon = "__cybersyn__/graphics/icons/p_threshold.png",
icon = "__cybersyn__/graphics/icons/provide-threshold.png",
icon_size = 64,
subgroup = "cybersyn-signal",
order = "a-b"
}
cybersyn_r_threshold = {
r_threshold_signal = {
type = "virtual-signal",
name = REQUEST_THRESHOLD,
icon = "__cybersyn__/graphics/icons/r_threshold.png",
icon = "__cybersyn__/graphics/icons/request-threshold.png",
icon_size = 64,
subgroup = "cybersyn-signal",
order = "a-c"
}
cybersyn_locked_slots = {
locked_slots_signal = {
type = "virtual-signal",
name = LOCKED_SLOTS,
icon = "__cybersyn__/graphics/icons/locked_slots.png",