Skip to content

Instantly share code, notes, and snippets.

@td-shi
Created January 27, 2020 07:06
Show Gist options
  • Save td-shi/aa0a2837a76697aff0f7fd9e6546777b to your computer and use it in GitHub Desktop.
Save td-shi/aa0a2837a76697aff0f7fd9e6546777b to your computer and use it in GitHub Desktop.
factorio distillation-science-pack_0.2
data:extend(
{
{
type = "recipe",
name = "distillation-science-pack-2",
enabled = "true",
ingredients =
{
{"science-pack-1", 3}
},
result = "science-pack-2",
result_count = 1,
},
{
type = "recipe",
name = "distillation-science-pack-3",
enabled = "true",
ingredients =
{
{"science-pack-1", 4},
{"science-pack-2", 2},
{"military-science-pack", 1}
},
result = "science-pack-3",
result_count = 1,
},
{
type = "recipe",
name = "distillation-military-science-pack",
enabled = "true",
ingredients =
{
{"science-pack-1", 2},
{"science-pack-2", 4},
{"coal", 10}
},
result = "military-science-pack",
result_count = 1,
},
{
type = "recipe",
name = "distillation-production-science-pack",
enabled = "true",
ingredients =
{
{"science-pack-1", 8},
{"science-pack-2", 6},
{"science-pack-3", 2},
{"military-science-pack", 2}
},
result = "production-science-pack",
result_count = 1,
},
{
type = "recipe",
name = "distillation-high-tech-science-pack",
enabled = "true",
ingredients =
{
{"science-pack-3", 4},
{"military-science-pack", 2},
{"production-sciece-pack", 2},
{"solid-fuel", 5}
},
result = "high-tech-science-pack",
result_count = 1,
},
}
)
[recipe-name]
distillation-science-pack-2=Distilation to science pack 2
distillation-science-pack-3=Distilation to science pack 3
distillation-military-science-pack=Distilation to military science pack
distillation-production-science-pack=Distilation to production science pack
distillation-high-tech-science-pack=Distilation to high tech science pack
{
"name": "distillation-science-pack",
"version": "0.2",
"title": "Distillation-science-pack",
"author": "ms-td",
"description": "NULL",
"dependencies": ["base >= 0.16.00"],
"factorio_version":"0.16"
}
[recipe-name]
distillation-science-pack-2=サイエンスパック2へ蒸留
distillation-science-pack-3=サイエンスパック3へ蒸留
distillation-military-science-pack=軍事サイエンスパックへ蒸留
distillation-production-science-pack=製造サイエンスパックへ蒸留
distillation-high-tech-science-pack=ハイテクサイエンスパックへ蒸留
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment