Skip to content

Commit

Permalink
Merge pull request #37627 from Fris0uman/doc
Browse files Browse the repository at this point in the history
Add missing bionic doc
  • Loading branch information
ZhilkinSerg authored Feb 1, 2020
2 parents df4beb1 + 2eaa966 commit a9630bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/JSON_INFO.md
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,8 @@ This section describes each json file and their contents. Each json has their ow
| included_bionics | (_optional_) Additional bionics that are installed automatically when this bionic is installed. This can be used to install several bionics from one CBM item, which is useful as each of those can be activated independently.
| included | (_optional_) Whether this bionic is included with another. If true this bionic does not require a CBM item to be defined. (default: `false`)
| env_protec | (_optional_) How much environmental protection does this bionic provide on the specified body parts.
| bash_protec | (_optional_) How much bash protection does this bionic provide on the specified body parts.
| cut_protec | (_optional_) How much cut protection does this bionic provide on the specified body parts.
| occupied_bodyparts | (_optional_) A list of body parts occupied by this bionic, and the number of bionic slots it take on those parts.
| capacity | (_optional_) Amount of power storage added by this bionic. Strings can be used "1 kJ"/"1000 J"/"1000000 mJ" (default: `0`)
| fuel_options | (_optional_) A list of fuel that this bionic can use to produce bionic power.
Expand Down Expand Up @@ -416,6 +418,8 @@ This section describes each json file and their contents. Each json has their ow
"description": "Surgically implanted in your trachea is an advanced filtration system. If toxins, or airborne diseases find their way into your windpipe, the filter will attempt to remove them.",
"occupied_bodyparts": [ [ "TORSO", 4 ], [ "MOUTH", 2 ] ],
"env_protec": [ [ "MOUTH", 7 ] ],
"bash_protec": [ [ "LEG_L", 3 ], [ "LEG_R", 3 ] ],
"cut_protec": [ [ "LEG_L", 3 ], [ "LEG_R", 3 ] ],
"flags": [ "BIONIC_NPC_USABLE" ]
}
```
Expand Down

0 comments on commit a9630bd

Please sign in to comment.