[MIRROR] Adds proto-kinetic accelerator modkit and proto-kinetic crusher trophy disks to the bitrunning vendor (#28296)

* Adds proto-kinetic accelerator modkit and proto-kinetic crusher trophy disks to the bitrunning vendor (#83825)

## About The Pull Request
Adds disks to the bitrunning vendor that give the pka and pkc additional
parts.
I have no idea if any of these numbers are balanced, I am not good at
balance, and these are just random numbers I came up with. If anyone has
any recommendations on how to better order or price it, I would love to
know.

## Why It's Good For The Game
It gives people a way to test fights against megafauna using unique
combinations of accelerator modkits and crusher trophies with less
risks.

## Changelog
🆑
add: Added disks for accelerator modkits and crusher trophies to the
bitrunning vendor
/🆑

* Adds proto-kinetic accelerator modkit and proto-kinetic crusher trophy disks to the bitrunning vendor

---------

Co-authored-by: BeagleGaming1 <56142455+BeagleGaming1@users.noreply.github.com>
This commit is contained in:
SkyratBot
2024-06-21 03:03:23 +02:00
committed by GitHub
parent 53d011615e
commit 79e9dbbc0c
2 changed files with 63 additions and 0 deletions
+43
View File
@@ -142,3 +142,46 @@
/obj/item/dualsaber/green,
/obj/item/grenade/syndieminibomb,
)
///proto-kinetic accelerator mods, to be applied to pka's given inside domains
/obj/item/bitrunning_disk/item/pka_mods
name = "bitrunning gear: proto-kinetic accelerator mods"
selectable_items = list(
/obj/item/borg/upgrade/modkit/range,
/obj/item/borg/upgrade/modkit/damage,
/obj/item/borg/upgrade/modkit/cooldown,
/obj/item/borg/upgrade/modkit/aoe/mobs,
/obj/item/borg/upgrade/modkit/human_passthrough,
)
/obj/item/bitrunning_disk/item/pka_mods/premium
name = "bitrunning gear: premium proto-kinetic accelerator mods"
selectable_items = list(
/obj/item/borg/upgrade/modkit/cooldown/repeater,
/obj/item/borg/upgrade/modkit/lifesteal,
/obj/item/borg/upgrade/modkit/resonator_blasts,
/obj/item/borg/upgrade/modkit/bounty,
/obj/item/borg/upgrade/modkit/indoors,
)
///proto-kinetic crusher trophies, to be applied to pkc's given inside domains
/obj/item/bitrunning_disk/item/pkc_mods
name = "bitrunning gear: proto-kinetic crusher mods"
selectable_items = list(
/obj/item/crusher_trophy/watcher_wing,
/obj/item/crusher_trophy/blaster_tubes/magma_wing,
/obj/item/crusher_trophy/legion_skull,
/obj/item/crusher_trophy/wolf_ear,
)
/obj/item/bitrunning_disk/item/pkc_mods/premium
name = "bitrunning gear: premium proto-kinetic crusher mods"
selectable_items = list(
/obj/item/crusher_trophy/watcher_wing/ice_wing,
/obj/item/crusher_trophy/blaster_tubes,
/obj/item/crusher_trophy/miner_eye,
/obj/item/crusher_trophy/tail_spike,
/obj/item/crusher_trophy/demon_claws,
/obj/item/crusher_trophy/vortex_talisman,
/obj/item/crusher_trophy/ice_demon_cube,
)