Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Voxuplink #3007

Open
wants to merge 12 commits into
base: dev-sierra
Choose a base branch
from
Open

Voxuplink #3007

wants to merge 12 commits into from

Conversation

Rochehendson
Copy link

@Rochehendson Rochehendson commented Dec 16, 2024

Добавляет новую машинерию воксам - voxuplink/vox_ship, маячок запроса Апексам который присутствовал в билде, но стоял только у неиспользуемой антажки - Vox Raiders.
Гидропоника на воксшипе была заменена на комнату с маяком.
Был добавлен список товаров:

		"Request equipment from Shoal - 1" = list(1, /obj/random/loot),
		"Request medical supplies from Shoal - 1" = list(1, /obj/random/firstaid),
		"Makeshift Armored Vest - 1" = list(1, /obj/item/clothing/suit/armor/vox_scrap),
		"Protein Source - 1" = list(1, /mob/living/simple_animal/passive/meatbeast),
		"Door hacker - 1" = list(1, /obj/item/device/multitool/hacktool),
		"Сlothes Sierra - 1" = list(1, /obj/structure/closet/crate/vox_sierra),
		"Clothes ICCG - 1" = list(1, /obj/structure/closet/crate/vox_iccg),
		"Clothes SCG - 1" = list(1, /obj/structure/closet/crate/vox_scg),
		"Nanoblood - 1" = list(1, /obj/item/reagent_containers/ivbag/nanoblood),
		"Advanced Tools - 2" = list(2, /obj/item/swapper/power_drill, /obj/item/swapper/jaws_of_life),
		"Slug Launcher - 2" = list(2, /obj/item/gun/launcher/alien/slugsling),
		"Soundcannon - 2" = list(2, /obj/item/gun/energy/sonic),
		"Dart gun - 2" = list(2, /obj/item/gun/projectile/dartgun/vox/raider),
		"Jetpack - 2" = list(2, /obj/item/tank/jetpack),
		"Carapace Suit - 3" = list(3, /obj/item/clothing/head/helmet/space/vox/carapace, /obj/item/clothing/suit/space/vox/carapace),
		"Pressure Suit - 3" = list(3, /obj/item/clothing/head/helmet/space/vox/pressure, /obj/item/clothing/suit/space/vox/pressure),
		"Stealth Suit - 3" = list(3, /obj/item/clothing/head/helmet/space/vox/stealth, /obj/item/clothing/suit/space/vox/stealth),
		"Biotech Suit" = list(3, /obj/item/clothing/head/helmet/space/vox/medic, /obj/item/clothing/suit/space/vox/medic),
		"Stimpack - 3" = list(3, /obj/item/reagent_containers/hypospray/autoinjector/stimpack),
		"Combat Stimulant - 3" = list(3, /obj/item/reagent_containers/hypospray/autoinjector/combatstim),
		"C4 - 3" = list(3, /obj/item/plastique),
		"Flux Cannon - 4" = list(4, /obj/item/gun/energy/darkmatter),
		"Hack ID - 4" = list(4, /obj/item/card/id/syndicate),
		"Combat medpack - 4" = list(4, /obj/item/storage/firstaid/combat),
		"Sleepy pen - 4" = list(4, /obj/item/pen/reagent/sleepy),
		"NVG - 4" = list(4, /obj/item/clothing/glasses/night),
		"Raider Suit - 6" = list(6, /obj/item/clothing/head/helmet/space/vox/raider, /obj/item/clothing/suit/space/vox/raider),
		"Thermals - 6" = list(6, /obj/item/clothing/glasses/thermal/plain/monocle),
		"Net projector - 6" = list(6, /obj/item/rig_module/fabricator/energy_net),
		"Energy shield - 8" = list(8, /obj/item/shield/energy),
		"Arkmade Hardsuit - 8" = list(8, /obj/item/rig/vox),
		"Emag - 8" = list(8, /obj/item/card/emag),
		"Railgun - 8" = list(8, /obj/item/gun/magnetic/railgun),
		"Flechette gun - 8" = list(8, /obj/item/gun/magnetic/railgun/flechette),
		"Cutlass - 12" = list(12, /obj/item/melee/energy/sword/pirate),
		"MIU - 15" = list(15, /obj/item/clothing/mask/ai),
		"New Body - 30" = list(30, /mob/living/carbon/human/vox)

Так же, маяк принимает некоторые вещи, добавляя favor, валюту для покупки

Чейнджлог

🆑Teteshnik RocheHendson SnacksMan
rscadd: Воксам добавлен уникальный аплинк
/🆑
  • Pull Request полностью завершен, мне не нужна помощь чтобы его закончить.
  • Я внимательно прочитал все свои изменения и багов в них не нашел.
  • Я запускал сервер со своими изменениями локально и все протестировал.

@Rochehendson Rochehendson requested a review from a team as a code owner December 16, 2024 18:53
@github-actions github-actions bot added the 🗺️ Карты Issue или PR затрагивает карты label Dec 16, 2024
@SierraHelper SierraHelper added the 📜 CL валиден Ченджлог не содержит ошибок label Dec 16, 2024
@LordNest LordNest added the :atom: Xenos Issue или PR затрагивают расу под вайтлистом label Dec 27, 2024
@LordNest LordNest added the 🧭 Авей-карты PR затрагивает авей-карты и их код/карту/спрайты label Jan 5, 2025
baystation12.dme Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:atom: Xenos Issue или PR затрагивают расу под вайтлистом 🧭 Авей-карты PR затрагивает авей-карты и их код/карту/спрайты 📜 CL валиден Ченджлог не содержит ошибок 🗺️ Карты Issue или PR затрагивает карты
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants