-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #85 from chaosvolt/location-overhaul-part-2
Location Overhaul Part 2: The Unknown Lab
- Loading branch information
Showing
12 changed files
with
1,106 additions
and
245 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
[ | ||
{ | ||
"type": "MONSTER_FACTION", | ||
"name": "super_soldat", | ||
"base_faction": "zombie", | ||
"friendly": [ "military" ] | ||
}, | ||
{ | ||
"type": "MONSTER_FACTION", | ||
"name": "fbio_weapon", | ||
"friendly": [ "military" ] | ||
}, | ||
{ | ||
"type": "MONSTER_FACTION", | ||
"name": "military", | ||
"base_faction": "bot", | ||
"neutral": [ "bot", "small_animal" ], | ||
"friendly": [ "super_soldat", "fbio_weapon" ] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[ | ||
{ | ||
"type": "snippet", | ||
"category": "note_apophis", | ||
"text": [ | ||
"\"The director has confirmed positive ID on local research sites also connected to Project Mesektet, with further contacts linking them to commercial and military research directives across the tri-county area.\"", | ||
"\"We've tracked down the primary rehabilitation and disposal sites used by the other project assets. The director has expressed interest in securing them after Unit One is brought online.\"", | ||
"\"Unit One is to remain in standby mode in case the \"disturbance\" causes us any difficulty. Contingency plan for on-site activation shall be provided to the research director.\"", | ||
"\"3-XII is dispatching a squad to this site, with a unit from 4-VII in tow to secure against hostile action. Cooperate as best as you are able, but do not allow them into the lab complex itself.\"", | ||
"\"We've received confirmation that they're onto us. Orders are to delay the security dispatch as long as possible, while the director gets Unit One online.\"" | ||
] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.