Technology/Basic Robotics: Difference between revisions

From Desynced Wiki
mNo edit summary
(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="91">
{{TechnologyNav}}
data.techs.t_structures1 = {
order = 2,
name = "Basic Structures",
desc = "Expands the range of small buildings with a variety of socket configurations",
-- desc = "Expands the range of options for 1x1 buidlings",
texture = "Main/textures/tech/robots/robot_robotics_01_1.png",
uplink_recipe = CreateUplinkRecipe({ metalplate = 3 }, 60),
progress_count = 10,
require_tech = { "t_assembly" }, --{ "t_power0" },--{ "t_assembly", },
unlocks = {
"reinforced_plate",
--"f_foundation_basic",
"f_building1x1c", -- 2S
"f_building2x1f", -- 1M1S
"f_building1x1h", -- defense block
-- "x_freeplay_reinforced_plates",
},
category = "Basic",
}
</syntaxhighlight>{{TechnologyNav}}


[[Category:Tech]]
[[Category:Tech]]

Revision as of 21:50, 22 April 2025

Basic Robotics
     
Cannot access the database: :real_connect(): (HY000/1226): User 'o11612650' has exceeded the 'max_user_connections' resource (current value: 20)
Cannot access the database: :real_connect(): (HY000/1226): User 'o11612650' has exceeded the 'max_user_connections' resource (current value: 20)
Cannot access the database: :real_connect(): (HY000/1226): User 'o11612650' has exceeded the 'max_user_connections' resource (current value: 20)



One of the first technologies you can research.
Cannot access the database: :real_connect(): (HY000/1226): User 'o11612650' has exceeded the 'max_user_connections' resource (current value: 20)

Lua error: Cannot access the database: :real_connect(): (HY000/1226): User 'o11612650' has exceeded the 'max_user_connections' resource (current value: 20). This technology unlocks:

Cannot access the database: :real_connect(): (HY000/1226): User 'o11612650' has exceeded the 'max_user_connections' resource (current value: 20)

This technology allows researching:

Cannot access the database: :real_connect(): (HY000/1226): User 'o11612650' has exceeded the 'max_user_connections' resource (current value: 20)



below the lua script that describe the technology:

data.techs.t_structures1 = {
	order = 2,
	name = "Basic Structures",
	desc = "Expands the range of small buildings with a variety of socket configurations",
	-- desc = "Expands the range of options for 1x1 buidlings",
	texture = "Main/textures/tech/robots/robot_robotics_01_1.png",
	uplink_recipe = CreateUplinkRecipe({ metalplate = 3 }, 60),
	progress_count = 10,
	require_tech = { "t_assembly" }, --{ "t_power0" },--{ "t_assembly", },
	unlocks = {
		"reinforced_plate",
		--"f_foundation_basic",
		"f_building1x1c", -- 2S
		"f_building2x1f", -- 1M1S
		"f_building1x1h", -- defense block
		-- "x_freeplay_reinforced_plates",
	},
	category = "Basic",
}