Skip to content

Commit

Permalink
bot linting formatting
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
oosyrag and github-actions[bot] authored Mar 28, 2024
1 parent e5c5711 commit 9dc35b6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion data/json/items/armor/robofac_armor.json
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,11 @@
"copy-from": "robofac_helmet",
"name": "Hub 01 ballistic helmet",
"description": "3D printed armor for the head, made of thick polymer plates woven with metallic fibers. This one has extra kevlar and steel layering, to provide superior protection against small arms. Designed to clip to some kind of attachment point, its interior reads \"ATTACH TO MODULAR HEADGEAR\".",
"material": [ { "type": "plastic", "portion": 2 }, { "type": "qt_steel", "portion": 1 }, { "type": "kevlar_layered", "portion": 4 } ],
"material": [
{ "type": "plastic", "portion": 2 },
{ "type": "qt_steel", "portion": 1 },
{ "type": "kevlar_layered", "portion": 4 }
],
"proportional": { "weight": 1.5 }
},
{
Expand Down

0 comments on commit 9dc35b6

Please sign in to comment.