-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hub 01 general mapgen additions (#31411)
* Updates to Hub 01 mapgen * Rename misnamed files
- Loading branch information
1 parent
1970343
commit 6508a5c
Showing
8 changed files
with
509 additions
and
31 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
Large diffs are not rendered by default.
Oops, something went wrong.
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,14 @@ | ||
[ | ||
{ | ||
"type": "item_group", | ||
"id": "NC_ROBOFAC_SCIENTIST_worn", | ||
"subtype": "collection", | ||
"entries": [ | ||
{ "item": "under_armor" }, | ||
{ "item": "under_armor_shorts" }, | ||
{ "item": "robofac_jumpsuit" }, | ||
{ "item": "coat_lab" }, | ||
{ "item": "boots" } | ||
] | ||
} | ||
] |
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,80 @@ | ||
[ | ||
{ | ||
"type": "npc", | ||
"id": "hub_security_head", | ||
"//": "A cold ex-mercenary from a third world country you have never heard of before. Third in charge after Melchior and Director Cohen. ", | ||
"name_unique": "U. Rourke", | ||
"name_suffix": "Head of Security", | ||
"gender": "male", | ||
"class": "NC_ROBOFAC_SECURITY_HEAD", | ||
"attitude": 0, | ||
"mission": 8, | ||
"//": "He needs unique dialogue. But for now he's just the boss enemy of Hub 01, if the player attmepts to invade the lab.", | ||
"chat": "TALK_HUB_SECURITY", | ||
"faction": "robofac" | ||
}, | ||
{ | ||
"type": "npc_class", | ||
"id": "NC_ROBOFAC_SECURITY_HEAD", | ||
"name": "intercom", | ||
"job_description": "I'm part of the Hub security team.", | ||
"//": "Needs his own unique background.", | ||
"traits": [ | ||
{ "group": "BG_survival_story_POLICE" }, | ||
[ "TOUGH2", 100 ], | ||
[ "PAINRESIST", 100 ], | ||
[ "GOODCARDIO", 100 ], | ||
{ "group": "Appearance_demographics" } | ||
], | ||
"bonus_str": { "rng": [ 2, 4 ] }, | ||
"bonus_int": { "rng": [ 1, 2 ] }, | ||
"bonus_per": { "rng": [ 2, 4 ] }, | ||
"skills": [ | ||
{ "skill": "ALL", "level": { "sum": [ { "dice": [ 3, 2 ] }, { "constant": -1 } ] } }, | ||
{ "skill": "gun", "bonus": { "rng": [ 2, 4 ] } }, | ||
{ "skill": "pistol", "bonus": { "rng": [ 2, 4 ] } }, | ||
{ "skill": "smg", "bonus": { "rng": [ 2, 6 ] } } | ||
], | ||
"bionics": [ | ||
{ "id": "bio_targeting", "chance": 100 }, | ||
{ "id": "bio_memory", "chance": 100 }, | ||
{ "id": "bio_armor_arms", "chance": 100 }, | ||
{ "id": "bio_armor_legs", "chance": 100 }, | ||
{ "id": "bio_hydraulics", "chance": 100 }, | ||
{ "id": "bio_cqb", "chance": 100 }, | ||
{ "id": "bio_metabolics", "chance": 100 }, | ||
{ "id": "bio_str_enhancer", "chance": 100 }, | ||
{ "id": "bio_blade", "chance": 100 }, | ||
{ "id": "bio_power_storage", "chance": 100 }, | ||
{ "id": "bio_torsionratchet", "chance": 100 } | ||
], | ||
"carry_override": "NC_robofac_security_head_misc", | ||
"worn_override": "NC_robofac_security_head_worn" | ||
}, | ||
{ | ||
"type": "item_group", | ||
"id": "NC_robofac_security_head_worn", | ||
"subtype": "collection", | ||
"entries": [ | ||
{ "item": "under_armor" }, | ||
{ "item": "under_armor_shorts" }, | ||
{ "item": "rm13_armor" }, | ||
{ "item": "goggles_nv" }, | ||
{ "item": "holster", "prob": 50 }, | ||
{ "item": "chestrig" } | ||
] | ||
}, | ||
{ | ||
"type": "item_group", | ||
"id": "NC_robofac_security_head_misc", | ||
"subtype": "collection", | ||
"entries": [ | ||
{ "item": "EMPbomb" }, | ||
{ "item": "needlegun" }, | ||
{ "item": "goggles_nv" }, | ||
{ "item": "flashbang", "count": 2 }, | ||
{ "item": "plut_cell", "count": 5 }, | ||
{ "item": "5x50heavy", "count": 10 } | ||
] | ||
} | ||
] |
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,67 @@ | ||
[ | ||
{ | ||
"type": "npc", | ||
"id": "hub_security", | ||
"//": "A generic guard for Hub 01.", | ||
"name_suffix": "Hub Security", | ||
"class": "NC_ROBOFAC_SECURITY", | ||
"attitude": 0, | ||
"mission": 8, | ||
"chat": "TALK_HUB_SECURITY", | ||
"faction": "robofac" | ||
}, | ||
{ | ||
"type": "npc_class", | ||
"id": "NC_ROBOFAC_SECURITY", | ||
"name": "intercom", | ||
"job_description": "I'm part of the Hub security team.", | ||
"traits": [ { "group": "BG_survival_story_POLICE" }, { "group": "NPC_starting_traits" }, { "group": "Appearance_demographics" } ], | ||
"bonus_str": { "rng": [ 1, 3 ] }, | ||
"bonus_int": { "rng": [ 1, 2 ] }, | ||
"bonus_per": { "rng": [ 1, 2 ] }, | ||
"skills": [ | ||
{ "skill": "ALL", "level": { "sum": [ { "dice": [ 3, 2 ] }, { "constant": -2 } ] } }, | ||
{ "skill": "gun", "bonus": { "rng": [ 2, 4 ] } }, | ||
{ "skill": "pistol", "bonus": { "rng": [ 2, 4 ] } }, | ||
{ "skill": "rifle", "bonus": { "rng": [ 2, 4 ] } } | ||
], | ||
"carry_override": "NC_robofac_generic_security_misc", | ||
"worn_override": "NC_robofac_generic_security_worn" | ||
}, | ||
{ | ||
"type": "item_group", | ||
"id": "NC_robofac_generic_security_worn", | ||
"subtype": "collection", | ||
"entries": [ | ||
{ "item": "under_armor" }, | ||
{ "item": "under_armor_shorts" }, | ||
{ "item": "robofac_jumpsuit" }, | ||
{ "item": "tac_helmet" }, | ||
{ "item": "modularvestceramic" }, | ||
{ "item": "gloves_tactical" }, | ||
{ "item": "glasses_bal", "prob": 33 }, | ||
{ "item": "boots_combat" }, | ||
{ "item": "holster", "prob": 50 }, | ||
{ "item": "chestrig" } | ||
] | ||
}, | ||
{ | ||
"type": "item_group", | ||
"id": "NC_robofac_generic_security_misc", | ||
"subtype": "collection", | ||
"entries": [ | ||
{ "item": "EMPbomb", "prob": 33 }, | ||
{ "item": "grenade", "prob": 2 }, | ||
{ "item": "PR24-extended" }, | ||
{ "item": "flashlight" }, | ||
{ "item": "l_mp_9mm" }, | ||
{ "item": "9mmP", "count": 6 } | ||
] | ||
}, | ||
{ | ||
"id": "TALK_GUARD", | ||
"type": "talk_topic", | ||
"dynamic_line": [ "Keep it civil, merc.", "Just on watch, move along.", { "u_male": [ "Sir." ], "no": [ "Ma'am" ] } ], | ||
"responses": [ { "text": "...", "topic": "TALK_DONE" } ] | ||
} | ||
] |
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