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

slight tweaks to the solo kit #21202

Merged
merged 2 commits into from
Jan 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions code/game/objects/items/storage/uplink_kits.dm
Original file line number Diff line number Diff line change
Expand Up @@ -270,12 +270,11 @@
new /obj/item/reagent_containers/glass/bottle/drugs(src)
new /obj/item/slimecross/stabilized/green(src) //secret identity

if("solo") //14 + 6x4 + 1 = 3 tc = 39 tc, or 37 if molti's pr gets merged. wow thats really costly this is probably going to busted. eh
new /obj/item/autosurgeon/syndicate/spinalspeed(src) //14 tc as of writing, 12 if molti's pr gets merged
if("solo") //14 + 6x3 + 1 = 3 tc = 31 tc. it was, in fact, busted
new /obj/item/autosurgeon/syndicate/spinalspeed(src) //12 tc
new /obj/item/clothing/suit/toggle/cyberpunk/solo(src) //dont know what this costs, vague guesstimate says 6tc
new /obj/item/autosurgeon/arm/syndicate/syndie_mantis(src) //6 tc
new /obj/item/autosurgeon/arm/syndicate/syndie_mantis(src) //6 tc
new /obj/item/storage/box/syndie_kit/emp_shield(src) //6 tc
new /obj/item/autosurgeon/upgraded_cyberlungs(src) //this is to remain true to the source material ok
new /obj/item/storage/pill_bottle/synaptizine(src) //take your drugs david, this and the lungs make up 1 tc

Expand All @@ -300,7 +299,8 @@
/obj/item/clothing/suit/toggle/cyberpunk/solo
name = "David's Jacket"
desc = "A jacket once owned by a legendary edgerunner, or so they say. Armored."
armor = list(MELEE = 35, BULLET = 35, LASER = 35, ENERGY = 15, BOMB = 35, BIO = 0, RAD = 0, FIRE = 50, ACID = 50, WOUND = 15)
armor = list(MELEE = 40, BULLET = 40, LASER = 40, ENERGY = 15, BOMB = 40, BIO = 0, RAD = 0, FIRE = 50, ACID = 50, WOUND = 20)
resistance_flags = LAVA_PROOF | FIRE_PROOF | ACID_PROOF //it's too stylish to be destroyed

/obj/item/stand_arrow/boss
desc = "An arrow that can unleash <span class='holoparasite'>massive potential</span> from those stabbed by it. It has been laced with syndicate mindslave nanites that will be linked to whoever first uses it in their hand."
Expand Down
Loading