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

bionic item Names to objects #37671

Merged
merged 1 commit into from
Feb 3, 2020
Merged
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
12 changes: 4 additions & 8 deletions data/json/items/bionics.json
Original file line number Diff line number Diff line change
Expand Up @@ -1037,8 +1037,7 @@
"id": "bio_ankles",
"copy-from": "bionic_general_faulty",
"type": "BIONIC_ITEM",
"name": "Squeaky Ankles",
"name_plural": "Squeaky Ankles",
"name": { "str": "Squeaky Ankles", "str_pl": "Squeaky Ankles" },
"description": "A pair of defective bionics that make squeaking noises.",
"weight": "100 g",
"difficulty": 4
Expand All @@ -1047,8 +1046,7 @@
"id": "bio_deformity",
"copy-from": "bionic_general_faulty",
"type": "BIONIC_ITEM",
"name": "Pieces Of Junk",
"name_plural": "Pieces of Junk",
"name": { "str": "Pieces Of Junk", "str_pl": "Pieces of Junk" },
"description": "A jumble of broken metal pieces that were removed during reconstructive surgery.",
"difficulty": 5
},
Expand Down Expand Up @@ -1179,17 +1177,15 @@
"id": "bio_stiff",
"copy-from": "bionic_general_faulty",
"type": "BIONIC_ITEM",
"name": "Wire-Induced Stiffness",
"name_plural": "Wire-Induced Stiffnesses",
"name": { "str": "Wire-Induced Stiffness", "str_pl": "Wire-Induced Stiffnesses" },
"description": "A length of poorly installed wiring that would cause stiffness.",
"difficulty": 7
},
{
"id": "bio_thumbs",
"copy-from": "bionic_general_faulty",
"type": "BIONIC_ITEM",
"name": "Self-Locking Thumbs",
"name_plural": "Self-Locking Thumbs",
"name": { "str": "Self-Locking Thumbs", "str_pl": "Self-Locking Thumbs" },
"description": "A pair of faulty, self-locking thumb bionics.",
"weight": "50 g",
"difficulty": 5
Expand Down