mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
## About The Pull Request Completing a combat bitrunning domain grants 0.8 score bonus per player that escaped without being hit ## Why It's Good For The Game I figured it be a fun challenge to try to nohit these things, especially the megafauna ones. For a bonus. ## Changelog 🆑 Melbert add: Nohitting a combat bitrunning domain rewards a higher score. /🆑
11 lines
461 B
Plaintext
11 lines
461 B
Plaintext
/datum/lazy_template/virtual_domain/vaporwave
|
|
name = "Cosmic Vestige"
|
|
cost = BITRUNNER_COST_EXTREME
|
|
desc = "Suspended in the silent void of space, the Neon Relic is a haunting echo of a retro-futuristic era. Hang out, enjoy the view."
|
|
difficulty = BITRUNNER_DIFFICULTY_NONE
|
|
completion_loot = list(/obj/item/stack/spacecash/c500 = 4)
|
|
key = "vaporwave"
|
|
map_name = "vaporwave"
|
|
reward_points = BITRUNNER_REWARD_EXTREME
|
|
domain_flags = DOMAIN_NO_NOHIT_BONUS
|