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

feat(port): Bionics can require another bionic #5484

Merged
merged 11 commits into from
Oct 2, 2024
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
Loading