-
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.
Merge pull request #74013 from RenechCDDA/NPC_proficiencies
Random NPCs have the same starting skills and proficiencies as the average new character
- Loading branch information
Showing
12 changed files
with
95 additions
and
23 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
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,25 @@ | ||
[ | ||
{ | ||
"type": "profession_group", | ||
"id": "adult_basic_background", | ||
"professions": [ | ||
"driving_license", | ||
"simple_home_cooking", | ||
"computer_literate", | ||
"social_skills", | ||
"high_school_graduate", | ||
"mundane_survival", | ||
"bionic_interface" | ||
] | ||
}, | ||
{ | ||
"type": "profession", | ||
"subtype": "hobby", | ||
"id": "bionic_interface", | ||
"name": "Standard Bionic Interface", | ||
"//": "Universal data link is just fluff, to explain why you have the other bits. Does not exist ingame.", | ||
"description": "Like most people on Earth you have previously received cybernetic enhancement to make life easier. Your enhancements include a universal data link, some basic power storage, and a charging cable to top up.", | ||
"CBMs": [ "bio_power_storage_mkII", "bio_cable" ], | ||
"points": 0 | ||
} | ||
] |
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,25 @@ | ||
[ | ||
{ | ||
"type": "profession_group", | ||
"id": "adult_basic_background", | ||
"professions": [ | ||
"driving_license", | ||
"simple_home_cooking", | ||
"computer_literate", | ||
"social_skills", | ||
"high_school_graduate", | ||
"mundane_survival", | ||
"bionic_interface" | ||
] | ||
}, | ||
{ | ||
"type": "profession", | ||
"subtype": "hobby", | ||
"id": "bionic_interface", | ||
"name": "Standard Bionic Interface", | ||
"//": "Universal data link is just fluff, to explain why you have the other bits. Does not exist ingame.", | ||
"description": "Like most people on Salus IV you have previously received cybernetic enhancement to make life easier. Your enhancements include a universal data link, some basic power storage, and a charging cable to top up.", | ||
"CBMs": [ "bio_power_storage_mkII", "bio_cable" ], | ||
"points": 0 | ||
} | ||
] |
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
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
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