Skip to content

Commit

Permalink
fix(balance): Fix Plated Leather Skirt's Weight Value (#4577)
Browse files Browse the repository at this point in the history
Fix Plated Leather Skirt's weight value
  • Loading branch information
RobbieNeko committed May 3, 2024
1 parent 2174f3a commit fba1da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/items/armor/legs_armor.json
Expand Up @@ -382,7 +382,7 @@
"type": "ARMOR",
"name": { "str_sp": "plated leather skirt" },
"description": "An armored skirt made of leather with metal plates expertly sewn into it. It's not as protective as proper leg armor, but it's also far more tolerable to wear in the summer and far easier to move in.",
"weight": "640 g",
"weight": "1300 g",
"material": [ "leather", "iron" ],
"price_postapoc": "175 cent",
"encumbrance": 6
Expand Down

0 comments on commit fba1da1

Please sign in to comment.