Редактирование:
Research and Development Tech Web
(раздел)
Перейти к навигации
Перейти к поиску
Внимание:
Вы не вошли в систему. Ваш IP-адрес будет общедоступен, если вы запишете какие-либо изменения. Если вы
войдёте
или
создадите учётную запись
, её имя будет использоваться вместо IP-адреса, наряду с другими преимуществами.
Анти-спам проверка.
Не
заполняйте это!
== Mech Tech == /datum/techweb_node/mech id = "mecha" display_name = "Mechanical Exosuits" description = "Mechanized exosuits that are several magnitudes stronger and more powerful than the average human." prereq_ids = list("robotics", "adv_engi") design_ids = list("mecha_tracking", "mechacontrol", "mechapower", "mech_recharger", "ripley_chassis", "firefighter_chassis", "ripley_torso", "ripley_left_arm", "ripley_right_arm", "ripley_left_leg", "ripley_right_leg", "ripley_main", "ripley_peri", "mech_hydraulic_clamp") research_cost = 2500 export_price = 5000 /datum/techweb_node/adv_mecha id = "adv_mecha" display_name = "Advanced Exosuits" description = "For when you just aren't Gundam enough." prereq_ids = list("adv_robotics", "mecha") design_ids = list("mech_repair_droid") research_cost = 2500 export_price = 5000 /datum/techweb_node/odysseus id = "mecha_odysseus" display_name = "EXOSUIT: Odysseus" description = "Odysseus exosuit designs" prereq_ids = list("mecha") design_ids = list("odysseus_chassis", "odysseus_torso", "odysseus_head", "odysseus_left_arm", "odysseus_right_arm" ,"odysseus_left_leg", "odysseus_right_leg", "odysseus_main", "odysseus_peri") research_cost = 2500 export_price = 5000 /datum/techweb_node/gygax id = "mech_gygax" display_name = "EXOSUIT: Gygax" description = "Gygax exosuit designs" prereq_ids = list("adv_mecha", "weaponry") design_ids = list("gygax_chassis", "gygax_torso", "gygax_head", "gygax_left_arm", "gygax_right_arm", "gygax_left_leg", "gygax_right_leg", "gygax_main", "gygax_peri", "gygax_targ", "gygax_armor") research_cost = 2500 export_price = 5000 /datum/techweb_node/durand id = "mech_durand" display_name = "EXOSUIT: Durand" description = "Durand exosuit designs" prereq_ids = list("adv_mecha", "adv_weaponry") design_ids = list("durand_chassis", "durand_torso", "durand_head", "durand_left_arm", "durand_right_arm", "durand_left_leg", "durand_right_leg", "durand_main", "durand_peri", "durand_targ", "durand_armor") research_cost = 2500 export_price = 5000 /datum/techweb_node/phazon id = "mecha_phazon" display_name = "EXOSUIT: Phazon" description = "Phazon exosuit designs" prereq_ids = list("adv_mecha", "weaponry" , "adv_bluespace") design_ids = list("phazon_chassis", "phazon_torso", "phazon_head", "phazon_left_arm", "phazon_right_arm", "phazon_left_leg", "phazon_right_leg", "phazon_main", "phazon_peri", "phazon_targ", "phazon_armor") research_cost = 2500 export_price = 5000 /datum/techweb_node/mech_tools id = "mech_tools" display_name = "Basic Exosuit Equipment" description = "Various tools fit for basic mech units" prereq_ids = list("mecha") design_ids = list("mech_drill", "mech_mscanner", "mech_extinguisher", "mech_cable_layer") research_cost = 2500 export_price = 5000 /datum/techweb_node/adv_mecha_tools id = "adv_mecha_tools" display_name = "Advanced Exosuit Equipment" description = "Tools for high level mech suits" prereq_ids = list("adv_mecha", "mech_tools") design_ids = list("mech_rcd") research_cost = 2500 export_price = 5000 /datum/techweb_node/med_mech_tools id = "med_mech_tools" display_name = "Medical Exosuit Equipment" description = "Tools for high level mech suits" prereq_ids = list("mecha", "adv_biotech", "mech_tools") design_ids = list("mech_sleeper", "mech_syringe_gun", "mech_medi_beam") research_cost = 2500 export_price = 5000 /datum/techweb_node/mech_modules id = "adv_mecha_modules" display_name = "Simple Exosuit Modules" description = "An advanced piece of mech weaponry" prereq_ids = list("adv_mecha", "bluespace_power") design_ids = list("mech_energy_relay", "mech_ccw_armor", "mech_proj_armor", "mech_generator_nuclear") research_cost = 2500 export_price = 5000 /datum/techweb_node/mech_scattershot id = "mecha_tools" display_name = "Exosuit Weapon (LBX AC 10 \"Scattershot\")" description = "An advanced piece of mech weaponry" prereq_ids = list("mecha", "adv_weaponry", "ballistic_weapons") design_ids = list("mech_scattershot") research_cost = 2500 export_price = 5000 /datum/techweb_node/mech_carbine id = "mech_carbine" display_name = "Exosuit Weapon (FNX-99 \"Hades\" Carbine)" description = "An advanced piece of mech weaponry" prereq_ids = list("mecha", "adv_weaponry", "ballistic_weapons") design_ids = list("mech_carbine") research_cost = 2500 export_price = 5000 /datum/techweb_node/mech_ion id = "mmech_ion" display_name = "Exosuit Weapon (MKIV Ion Heavy Cannon)" description = "An advanced piece of mech weaponry" prereq_ids = list("mecha", "adv_weaponry", "emp_adv") design_ids = list("mech_ion") research_cost = 2500 export_price = 5000 /datum/techweb_node/mech_tesla id = "mech_tesla" display_name = "Exosuit Weapon (MKI Tesla Cannon)" description = "An advanced piece of mech weaponry" prereq_ids = list("mecha", "weaponry", "adv_power") design_ids = list("mech_tesla") research_cost = 2500 export_price = 5000 /datum/techweb_node/mech_laser id = "mech_laser" display_name = "Exosuit Weapon (CH-PS \"Immolator\" Laser)" description = "A basic piece of mech weaponry" prereq_ids = list("mecha", "beam_weapons") design_ids = list("mech_laser") research_cost = 2500 export_price = 5000 /datum/techweb_node/mech_laser_heavy id = "mech_laser_heavy" display_name = "Exosuit Weapon (CH-LC \"Solaris\" Laser Cannon)" description = "An advanced piece of mech weaponry" prereq_ids = list("mecha", "adv_weaponry", "adv_beam_weapons") design_ids = list("mech_laser_heavy") research_cost = 2500 export_price = 5000 /datum/techweb_node/mech_grenade_launcher id = "mech_grenade_launcher" display_name = "Exosuit Weapon (SGL-6 Grenade Launcher)" description = "An advanced piece of mech weaponry" prereq_ids = list("mecha", "explosive_weapons") design_ids = list("mech_grenade_launcher") research_cost = 2500 export_price = 5000 /datum/techweb_node/mech_missile_rack id = "mech_missile_rack" display_name = "Exosuit Weapon (SRM-8 Missile Rack)" description = "An advanced piece of mech weaponry" prereq_ids = list("mecha", "explosive_weapons") design_ids = list("mech_missile_rack") research_cost = 2500 export_price = 5000 /datum/techweb_node/clusterbang_launcher id = "clusterbang_launcher" display_name = "Exosuit Module (SOB-3 Clusterbang Launcher)" description = "An advanced piece of mech weaponry" prereq_ids = list("mecha", "weaponry") design_ids = list("clusterbang_launcher") research_cost = 2500 export_price = 5000 /datum/techweb_node/mech_teleporter id = "mech_teleporter" display_name = "Exosuit Module (Teleporter Module)" description = "An advanced piece of mech Equipment" prereq_ids = list("mecha", "mech_tools", "adv_bluespace") design_ids = list("mech_teleporter") research_cost = 2500 export_price = 5000 /datum/techweb_node/mech_wormhole_gen id = "mech_wormhole_gen" display_name = "Exosuit Module (Localized Wormhole Generator)" description = "An advanced piece of mech weaponry" prereq_ids = list("mecha", "mech_tools", "adv_bluespace") design_ids = list("mech_wormhole_gen") research_cost = 2500 export_price = 5000 /datum/techweb_node/mech_taser id = "mech_taser" display_name = "Exosuit Weapon (PBT \"Pacifier\" Mounted Taser)" description = "A basic piece of mech weaponry" prereq_ids = list("mecha", "adv_weaponry") design_ids = list("mech_taser") research_cost = 2500 export_price = 5000 <br> {{TechWeb |techname = Exosuit Weapon ("Ultra AC 2" LMG) |image = Brokenbottle.png |researchcost = 2500 |prereq = Ballistic Weaponry, Weapon Development Technology |designs = Mech LMG }} <br> {{TechWeb |techname = Exosuit Diamond Drill |image = Brokenbottle.png |researchcost = 2500 |prereq = Mechanical Exosuits, Advanced Mining |designs = Exosuit Diamond Drill }} <br>
Описание изменений:
Пожалуйста, учтите, что любой ваш вклад в проект «MassMeta» может быть отредактирован или удалён другими участниками. Если вы не хотите, чтобы кто-либо изменял ваши тексты, не помещайте их сюда.
Вы также подтверждаете, что являетесь автором вносимых дополнений, или скопировали их из источника, допускающего свободное распространение и изменение своего содержимого (см.
MassMeta:Авторские права
).
НЕ РАЗМЕЩАЙТЕ БЕЗ РАЗРЕШЕНИЯ ОХРАНЯЕМЫЕ АВТОРСКИМ ПРАВОМ МАТЕРИАЛЫ!
Отменить
Справка по редактированию
(в новом окне)
Навигация
Персональные инструменты
Вы не представились системе
Обсуждение
Вклад
Создать учётную запись
Войти
Пространства имён
Статья
Обсуждение
русский
Просмотры
Читать
Править
Править код
История
Ещё
Поиск
/tg/station 13
Главная страница
Новым игрокам
Правила
Профессии
Гайды
Предметы
Локации
Карты
Игровые режимы
Вклад
Руководство по участию в разработке билда
Маппинг
Спрайтинг
Руководство по пониманию кода
Разработка
Wiki
Свежие правки
Случайная страница
Инструменты
Ссылки сюда
Связанные правки
Служебные страницы
Сведения о странице