bitrunning hotfixes [NO GBP] (#78530)

<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request
small tweaks for bitrunning

- ability disks grant a huge power spike which should let me balance
megafauna health more closely to the real thing
- added a check for bit avatars to skip dynamic midround checks
- more info for netpods mostly

<!-- Describe The Pull Request. Please be sure every change is
documented or this can delay review and even discourage maintainers from
merging your PR! -->

## Why It's Good For The Game
fixes #78513
fixes #78575
<!-- Argue for the merits of your changes and how they benefit the game,
especially if they are controversial and/or far reaching. If you can't
actually explain WHY what you are doing will improve the game, then it
probably isn't good for the game in the first place. -->

## Changelog

<!-- If your PR modifies aspects of the game that can be concretely
observed by players or admins you should add a changelog. If your change
does NOT meet this description, remove this section. Be sure to properly
mark your PRs to prevent unnecessary GBP loss. You can read up on GBP
and it's effects on PRs in the tgstation guides for contributors. Please
note that maintainers freely reserve the right to remove and add tags
should they deem it appropriate. You can attempt to finagle the system
all you want, but it's best to shoot for clear communication right off
the bat. -->

🆑
add: Netpods and quantum servers now have more examination info
fix: You no longer lose antag status if you receive it in the vdom.
fix: Beach bar shouldn't have visible atmos piping anymore.
fix: Adds more lighting to the vaporwave vdom level.
balance: Buffed vdom megafauna health to compensate for new ability
disks.
/🆑

<!-- Both 🆑's are required for the changelog to work! You can put
your name to the right of the first 🆑 if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->
This commit is contained in:
Jeremiah
2023-09-25 23:58:44 +01:00
committed by GitHub
parent c020e44eaa
commit ca00c19ce7
18 changed files with 1364 additions and 1453 deletions
@@ -12,7 +12,7 @@
/mob/living/simple_animal/hostile/megafauna/dragon/virtual_domain
can_be_cybercop = FALSE
crusher_loot = list(/obj/structure/closet/crate/secure/bitrunning/encrypted)
health = 1400
health = 1600
loot = list(/obj/structure/closet/crate/secure/bitrunning/encrypted)
maxHealth = 1400
maxHealth = 1600
true_spawn = FALSE
@@ -12,7 +12,7 @@
/mob/living/simple_animal/hostile/megafauna/blood_drunk_miner/virtual_domain
can_be_cybercop = FALSE
crusher_loot = list(/obj/structure/closet/crate/secure/bitrunning/encrypted)
health = 1500
health = 1600
loot = list(/obj/structure/closet/crate/secure/bitrunning/encrypted)
maxHealth = 1500
maxHealth = 1600
true_spawn = FALSE
@@ -13,7 +13,7 @@
/mob/living/simple_animal/hostile/megafauna/bubblegum/virtual_domain
can_be_cybercop = FALSE
crusher_loot = list(/obj/structure/closet/crate/secure/bitrunning/encrypted)
health = 1100
health = 2000
loot = list(/obj/structure/closet/crate/secure/bitrunning/encrypted)
maxHealth = 1100
maxHealth = 2000
true_spawn = FALSE
@@ -13,6 +13,6 @@
can_be_cybercop = FALSE
crusher_loot = list(/obj/structure/closet/crate/secure/bitrunning/encrypted)
loot = list(/obj/structure/closet/crate/secure/bitrunning/encrypted)
health = 1200
maxHealth = 1200
health = 2000
maxHealth = 2000
true_spawn = FALSE
@@ -12,7 +12,7 @@
/mob/living/simple_animal/hostile/megafauna/hierophant/virtual_domain
can_be_cybercop = FALSE
crusher_loot = list(/obj/structure/closet/crate/secure/bitrunning/encrypted)
health = 1600
health = 1700
loot = list(/obj/structure/closet/crate/secure/bitrunning/encrypted)
maxHealth = 1600
maxHealth = 1700
true_spawn = FALSE
@@ -12,9 +12,9 @@
/mob/living/simple_animal/hostile/megafauna/legion/virtual_domain
can_be_cybercop = FALSE
crusher_loot = list(/obj/structure/closet/crate/secure/bitrunning/encrypted)
health = 1100
health = 1500
loot = list(/obj/structure/closet/crate/secure/bitrunning/encrypted)
maxHealth = 1100
maxHealth = 1500
true_spawn = FALSE
// You may be thinking, well, what about those mini-legions? They're not part of the created_atoms list
// You may be thinking, what about those mini-legions? They're not part of the initial created_atoms list
@@ -13,7 +13,7 @@
can_be_cybercop = FALSE
crusher_loot = list(/obj/structure/closet/crate/secure/bitrunning/encrypted)
guaranteed_butcher_results = list(/obj/item/wendigo_skull = 1)
health = 1500
health = 2000
loot = list(/obj/structure/closet/crate/secure/bitrunning/encrypted)
maxHealth = 1500
maxHealth = 2000
true_spawn = FALSE