Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pending BN updates: Bionic Infolink #595

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions nocts_cata_mod_BN/Char_creation/c_classes_bw.json
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@
"bio_torsionratchet",
"bio_recycler",
"bio_carbon",
"bio_watch",
"bio_infolink",
"bio_face_mask",
"bio_lockpick",
"bio_fingerhack",
Expand Down Expand Up @@ -567,7 +567,7 @@
"bio_sunglasses",
"bio_tools",
"bio_ups",
"bio_watch",
"bio_infolink",
"bio_power_storage_sentinel",
"bio_eye_enhancer",
"bio_int_enhancer"
Expand Down Expand Up @@ -600,7 +600,6 @@
"entries": [
{ "item": "lmil_armor", "contents-group": "c_plut_light" },
{ "item": "chemistry_set", "contents-item": [ "battery_ups" ] },
{ "item": "two_way_radio", "contents-item": [ "battery_ups" ] },
{
"item": "akro_laser_smg",
"ammo-item": "battery",
Expand Down
16 changes: 2 additions & 14 deletions nocts_cata_mod_BN/Char_creation/c_classes_r.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
"bio_sword",
"bio_uncanny_dodge",
"bio_ups",
"bio_watch",
"bio_infolink",
"bio_power_storage_mkII"
],
"skills": [
Expand All @@ -211,19 +211,7 @@
{ "level": 2, "name": "speech" }
],
"items": {
"both": [
"socks",
"dress_shoes",
"kevlar",
"dress_shirt",
"knit_scarf",
"mbag",
"gold_watch",
"smart_phone",
"multitool",
"matches",
"bottle_metal"
],
"both": [ "socks", "dress_shoes", "kevlar", "dress_shirt", "knit_scarf", "mbag", "multitool", "matches", "bottle_metal" ],
"male": [ "fancy_briefs", "dress_pants" ],
"female": [ "fancy_bra", "fancy_panties", "dress_skirt" ]
}
Expand Down
3 changes: 3 additions & 0 deletions nocts_cata_mod_BN/Npc/c_classes.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@
{ "id": "bio_power_storage_mkII", "chance": 100 },
{ "id": "bio_carbon", "chance": 100 },
{ "id": "bio_faraday", "chance": 100 },
{ "id": "bio_infolink", "chance": 100 },
{ "id": "bio_nanobots", "chance": 100 },
{ "id": "bio_painkiller", "chance": 100 },
{ "id": "bio_sunglasses", "chance": 100 },
Expand Down Expand Up @@ -336,6 +337,7 @@
{ "id": "bio_power_storage_mkII", "chance": 100 },
{ "id": "bio_carbon", "chance": 100 },
{ "id": "bio_heat_absorb", "chance": 100 },
{ "id": "bio_infolink", "chance": 100 },
{ "id": "bio_nanobots", "chance": 100 },
{ "id": "bio_painkiller", "chance": 100 },
{ "id": "bio_shock", "chance": 100 },
Expand Down Expand Up @@ -426,6 +428,7 @@
{ "id": "bio_power_storage_mkII", "chance": 100 },
{ "id": "bio_carbon", "chance": 100 },
{ "id": "bio_faraday", "chance": 100 },
{ "id": "bio_infolink", "chance": 100 },
{ "id": "bio_nanobots", "chance": 100 },
{ "id": "bio_painkiller", "chance": 100 },
{ "id": "bio_targeting", "chance": 100 },
Expand Down
2 changes: 1 addition & 1 deletion nocts_cata_mod_BN/Surv_help/c_item_groups.json
Original file line number Diff line number Diff line change
Expand Up @@ -966,7 +966,7 @@
[ "bio_sunglasses", 7 ],
[ "bio_tools", 5 ],
[ "bio_ups", 8 ],
[ "bio_watch", 10 ]
[ "bio_infolink", 10 ]
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion nocts_cata_mod_DDA/Char_creation/c_classes_r.json
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
"proficiencies": [ "prof_lockpicking" ],
"items": {
"both": {
"items": [ "socks", "dress_shoes", "kevlar", "dress_shirt", "knit_scarf", "mbag", "gold_watch", "multitool", "bottle_metal" ],
"items": [ "socks", "dress_shoes", "kevlar", "dress_shirt", "knit_scarf", "mbag", "multitool", "bottle_metal" ],
"entries": [ { "group": "charged_smart_phone" }, { "group": "charged_matches" } ]
},
"male": [ "fancy_briefs", "pants" ],
Expand Down