Skip to content

Commit

Permalink
Merge pull request #53907 from CosmicHitman/gambesons_unification
Browse files Browse the repository at this point in the history
Add repairs_like line to all gambesons
  • Loading branch information
ZhilkinSerg authored Dec 31, 2021
2 parents c572450 + a78bb21 commit d4d82f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/json/items/armor/suits_protection.json
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,7 @@
},
{
"id": "gambeson_loose",
"repairs_like": "gambeson",
"type": "ARMOR",
"name": { "str": "gambeson (loose)", "str_pl": "gambesons (loose)" },
"description": "A thick jacket of quilted fabric, loosened to be worn as outer armor. Use it to wear it tighter and be able to put proper armor over it.",
Expand Down Expand Up @@ -704,6 +705,7 @@
},
{
"id": "k_gambeson_loose",
"repairs_like": "k_gambeson",
"type": "ARMOR",
"name": { "str": "kevlar gambeson (loose)", "str_pl": "kevlar gambesons (loose)" },
"description": "A thick jacket of quilted fabric, loosened to be worn as outer armor. This one incorporates Kevlar layers added for better protection. Use it to wear it tighter and be able to put proper armor over it.",
Expand All @@ -727,6 +729,7 @@
},
{
"id": "xl_gambeson_loose",
"repairs_like": "xl_gambeson",
"type": "ARMOR",
"name": { "str": "XL gambeson (loose)", "str_pl": "XL gambesons (loose)" },
"copy-from": "xl_gambeson",
Expand All @@ -749,6 +752,7 @@
},
{
"id": "xl_k_gambeson_loose",
"repairs_like": "xl_k_gambeson",
"type": "ARMOR",
"name": { "str": "XL kevlar gambeson (loose)", "str_pl": "XL kevlar gambesons (loose)" },
"copy-from": "xl_k_gambeson",
Expand Down

0 comments on commit d4d82f8

Please sign in to comment.