Skip to content

Commit

Permalink
[MIRROR] Abductor Ship Bitrunner Domain [MDB IGNORE] (#25492)
Browse files Browse the repository at this point in the history
* Abductor Ship Bitrunner Domain (#80106)

## About The Pull Request

Adds in a new Bitrunner domain called Abductor Ship which is an
assault-type domain themed as an abductor mothership. It adds in a new
Abductor simplemob, gives them enemy AI almost identical to the
Syndicate Assault mobs and then sets them up in a new modular Domain map
fit with a custom Safehouse and multiple enemy types.

The domain is the same reward and difficulty level as the Syndicate
Assault mission and can be easily compared to it, while also being fresh
and having a cool themed map to run around in and blast aliens. I don't
know, I think it's cool...
## Why It's Good For The Game

Fun alien destruction, more Bitrunner content. Can you really go wrong
with that? It seems like bitrunning becomes dry when you've exhausted
all your domain options and have gotten used to them.
## Changelog
:cl:
add: Added new modular Assault-Type domain "Abductor Ship"
add: Added new simple mob abductor agents team
/:cl:

* Abductor Ship Bitrunner Domain

---------

Co-authored-by: IsaacExists <[email protected]>
  • Loading branch information
2 people authored and FFMirrorBot committed Dec 8, 2023
1 parent 0430061 commit 6025175
Show file tree
Hide file tree
Showing 8 changed files with 2,397 additions and 0 deletions.
94 changes: 94 additions & 0 deletions _maps/safehouses/abductor.dmm
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/turf/closed/wall/mineral/abductor,
/area/virtual_domain/safehouse)
"b" = (
/obj/effect/landmark/bitrunning/hololadder_spawn,
/turf/open/floor/plating/abductor,
/area/virtual_domain/safehouse)
"d" = (
/obj/modular_map_connector,
/turf/open/floor/plating/abductor,
/area/virtual_domain/safehouse)
"n" = (
/turf/open/floor/plating/abductor,
/area/virtual_domain/safehouse)
"o" = (
/obj/effect/landmark/bitrunning/cache_goal_turf,
/turf/open/floor/plating/abductor2,
/area/virtual_domain/safehouse)
"t" = (
/obj/effect/landmark/bitrunning/hololadder_spawn,
/turf/open/floor/plating/abductor2,
/area/virtual_domain/safehouse)
"u" = (
/obj/machinery/abductor/console,
/turf/open/floor/plating/abductor,
/area/virtual_domain/safehouse)
"v" = (
/obj/machinery/door/airlock/abductor,
/turf/open/floor/plating/abductor,
/area/virtual_domain/safehouse)
"E" = (
/obj/machinery/abductor/pad{
desc = "A funky looking disc, built into the floor."
},
/turf/open/floor/plating/abductor,
/area/virtual_domain/safehouse)

(1,1,1) = {"
n
a
a
a
a
d
"}
(2,1,1) = {"
a
E
t
t
b
a
"}
(3,1,1) = {"
a
n
n
n
n
a
"}
(4,1,1) = {"
v
n
n
n
n
v
"}
(5,1,1) = {"
a
n
n
n
n
a
"}
(6,1,1) = {"
a
u
o
o
n
a
"}
(7,1,1) = {"
n
a
a
a
a
n
"}
Loading

0 comments on commit 6025175

Please sign in to comment.