Skip to content

Commit

Permalink
feat(content): Check bionic professions (#5491)
Browse files Browse the repository at this point in the history
* Update npc_classes_cyborg.json

removed "bio_hydraulics", slightly buffed other bionic in turn

* Update cs_classes.json

replaced `bio_cyclist` CBM

* Update npc.json

added `bio_weight` to NPC
  • Loading branch information
Zlorthishen authored Oct 3, 2024
1 parent f7ba6cd commit f55b66b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 1 addition & 0 deletions data/json/obsoletion/npc.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
{ "id": "bio_memory", "chance": 100 },
{ "id": "bio_armor_arms", "chance": 100 },
{ "id": "bio_armor_legs", "chance": 100 },
{ "id": "bio_weight", "chance": 100 },
{ "id": "bio_hydraulics", "chance": 100 },
{ "id": "bio_cqb", "chance": 100 },
{ "id": "bio_metabolics", "chance": 100 },
Expand Down
6 changes: 2 additions & 4 deletions data/mods/Aftershock/npcs/cyborg_npcs/npc_classes_cyborg.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
{ "id": "bio_heat_absorb", "chance": 20 },
{ "id": "bio_eye_enhancer", "chance": 20 },
{ "id": "bio_pokedeye", "chance": 10 },
{ "id": "bio_hydraulics", "chance": 10 },
{ "id": "bio_painkiller", "chance": 15 },
{ "id": "bio_painkiller", "chance": 30 },
{ "id": "bio_shock", "chance": 10 },
{ "id": "bio_speed", "chance": 10 },
{ "id": "bio_str_enhancer", "chance": 15 },
Expand Down Expand Up @@ -74,12 +73,11 @@
{ "id": "bio_claws", "chance": 30 },
{ "id": "bio_dex_enhancer", "chance": 30 },
{ "id": "bio_eye_enhancer", "chance": 20 },
{ "id": "bio_hydraulics", "chance": 10 },
{ "id": "bio_painkiller", "chance": 45 },
{ "id": "bio_shock", "chance": 10 },
{ "id": "bio_speed", "chance": 10 },
{ "id": "bio_str_enhancer", "chance": 15 },
{ "id": "bio_razors", "chance": 35 },
{ "id": "bio_razors", "chance": 50 },
{ "id": "bio_power_storage", "chance": 100 },
{ "id": "bio_metabolics", "chance": 100 }
]
Expand Down
2 changes: 1 addition & 1 deletion data/mods/more_classes_scenarios/cs_classes.json
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@
"name": "Bionic Cyclist",
"description": "Your training and augmentation for the Cyber-Olympics cycling competition gave you an edge on escaping the start of the Cataclysm. Can you keep on running from it forever?",
"points": 6,
"CBMs": [ "bio_str_enhancer", "bio_adrenaline", "bio_hydraulics", "bio_metabolics", "bio_power_storage_mkII" ],
"CBMs": [ "bio_str_enhancer", "bio_adrenaline", "bio_speed", "bio_metabolics", "bio_power_storage_mkII" ],
"skills": [ { "level": 3, "name": "driving" }, { "level": 2, "name": "dodge" } ],
"items": {
"both": [
Expand Down

0 comments on commit f55b66b

Please sign in to comment.