BLacKvIrUs (talk | contribs) (added the lua script the lua file "C:\Program Files (x86)\Steam\steamapps\common\Desynced\Desynced\Content\mods\main.zip\data\tech" that describe the technology) |
BLacKvIrUs (talk | contribs) (added the lua script the lua file "C:\Program Files (x86)\Steam\steamapps\common\Desynced\Desynced\Content\mods\main.zip\data\tech" that describe the technology) |
||
Line 5: | Line 5: | ||
<!--End of Introduction-->|} | <!--End of Introduction-->|} | ||
{{TechTemplates|{{SUBPAGENAME}}}} | {{TechTemplates|{{SUBPAGENAME}}}} | ||
below the lua script that describe the technology:<syntaxhighlight lang="lua" line="1" start=" | below the lua script that describe the technology:<syntaxhighlight lang="lua" line="1" start="150"> | ||
data.techs. | data.techs.t_robotics10 = { | ||
name = "Basic Robotics", | |||
desc = "Introduction of Robotics Assembler allowing production of units with greater capabilities", | |||
desc = " | -- desc = "New Robots production Component and additional units", | ||
-- desc = " | -- desc = "Add additional robotics unit production", | ||
texture = "Main/textures/tech/robots/ | texture = "Main/textures/tech/robots/robot_robotics_02_1.png", | ||
uplink_recipe = CreateUplinkRecipe({ | |||
uplink_recipe = CreateUplinkRecipe({ crystal = 1, reinforced_plate = 2 }, 50), | |||
progress_count = 10, | progress_count = 10, | ||
require_tech = { " | require_tech = { "t_structures1" }, --{ "t_robotics0" }, | ||
category = "Basic", | |||
unlocks = { | unlocks = { | ||
" | "c_robotics_factory", | ||
--" | "f_bot_1s_b", | ||
" | -- "x_robotics", -- codex | ||
" | "f_building1x1a", -- 1M | ||
" | "f_building2x1a", -- 2M | ||
"energized_plate", | |||
"silicon", | |||
}, | }, | ||
} | } | ||
</syntaxhighlight>{{TechnologyNav}} | </syntaxhighlight>{{TechnologyNav}} | ||
[[Category:Tech]] | [[Category:Tech]] |
Revision as of 21:52, 22 April 2025
Basic Robotics |
|
---|---|
|
|
![]() |
Basic Structures
|
Crystal Chunk | Reinforced Plate | Basic Robotics | |||
---|---|---|---|---|---|
![]() | ![]() | ![]() | ![]() |
Building/Component | Research time |
---|---|
![]() | 10 seconds |
![]() | 2 seconds |
![]() | 2 seconds |
Crystal Chunk | Reinforced Plate | Basic Robotics | |||
---|---|---|---|---|---|
![]() | ![]() | ![]() | ![]() |
This technology unlocks:
![]() |
Building 1x1 (1M) |
![]() |
Building 2x1 (2M) |
![]() |
Dashbot |
![]() |
Energized Plate |
![]() |
Robotics Assembler |
![]() |
Silicon |
This technology allows researching:
![]() |
Robotics Production |
below the lua script that describe the technology:
data.techs.t_robotics10 = {
name = "Basic Robotics",
desc = "Introduction of Robotics Assembler allowing production of units with greater capabilities",
-- desc = "New Robots production Component and additional units",
-- desc = "Add additional robotics unit production",
texture = "Main/textures/tech/robots/robot_robotics_02_1.png",
uplink_recipe = CreateUplinkRecipe({ crystal = 1, reinforced_plate = 2 }, 50),
progress_count = 10,
require_tech = { "t_structures1" }, --{ "t_robotics0" },
category = "Basic",
unlocks = {
"c_robotics_factory",
"f_bot_1s_b",
-- "x_robotics", -- codex
"f_building1x1a", -- 1M
"f_building2x1a", -- 2M
"energized_plate",
"silicon",
},
}
Starter | |
Basic | |
Advanced | |
Robots | |
Blight | |
Human | |
Virus | |
Alien |