Skip to content

Commit

Permalink
feat(port): Bionics can require another bionic (#5484)
Browse files Browse the repository at this point in the history
* initial commit

https: //github.com/CleverRaven/Cataclysm-DDA/pull/66996
Co-Authored-By: anoobindisguise <[email protected]>

* style(autofix.ci): automated formatting

* Update bionics.cpp

* style(autofix.ci): automated formatting

* Update bionics.cpp

* Update json_info.md

* style(autofix.ci): automated formatting

* Update doc/src/content/docs/en/mod/json/reference/json_info.md

* style(autofix.ci): automated formatting

* Woe, profession update upon thee

---------

Co-authored-by: anoobindisguise <[email protected]>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: scarf <[email protected]>
Co-authored-by: Chaosvolt <[email protected]>
  • Loading branch information
5 people authored Oct 2, 2024
1 parent 2930e1c commit 5625f29
Show file tree
Hide file tree
Showing 6 changed files with 88 additions and 39 deletions.
3 changes: 2 additions & 1 deletion data/json/bionics.json
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,8 @@
"flags": [ "BIONIC_TOGGLED", "BIONIC_NPC_USABLE" ],
"act_cost": "10 kJ",
"react_cost": "10 kJ",
"time": 1
"time": 1,
"required_bionic": "bio_weight"
},
{
"id": "bio_infolink",
Expand Down
4 changes: 3 additions & 1 deletion data/json/professions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2353,6 +2353,7 @@
"bio_tools",
"bio_sunglasses",
"bio_flashlight",
"bio_weight",
"bio_hydraulics",
"bio_cable",
"bio_power_storage_mkII",
Expand Down Expand Up @@ -2381,7 +2382,7 @@
"name": "Bionic Athlete",
"description": "It's a shame the apocalypse happened; you'll never get a shot at the Cyberolympics. Now the only thing between you and death by zombie is your freakish cyborg strength.",
"points": 5,
"CBMs": [ "bio_str_enhancer", "bio_adrenaline", "bio_hydraulics", "bio_metabolics", "bio_power_storage_mkII" ],
"CBMs": [ "bio_str_enhancer", "bio_weight", "bio_adrenaline", "bio_hydraulics", "bio_metabolics", "bio_power_storage_mkII" ],
"items": {
"both": [
"socks_ankle",
Expand Down Expand Up @@ -5407,6 +5408,7 @@
"bio_power_storage_mkII",
"bio_claws",
"bio_digestion",
"bio_weight",
"bio_hydraulics"
],
"skills": [
Expand Down
Loading

0 comments on commit 5625f29

Please sign in to comment.