Skip to content

Commit

Permalink
style: grammar and style fixes in shields.json (#5801)
Browse files Browse the repository at this point in the history
grammar, style fixes
  • Loading branch information
RobbieNeko authored Dec 11, 2024
1 parent 062461f commit 118ac20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/json/items/armor/shields.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "shield_wooden",
"type": "ARMOR",
"name": { "str": "wooden shield" },
"description": "A crude wooden shield, lacking any metal or leather reinforcement. Tolerable weight but not very tough.",
"description": "A crude wooden shield lacking any metal or leather reinforcement. Tolerable weight but not very tough.",
"weight": "3 kg",
"volume": "3 L",
"price": "50 USD",
Expand All @@ -24,7 +24,7 @@
"id": "shield_wooden_large",
"type": "ARMOR",
"name": { "str": "large wooden shield" },
"description": "An crude wooden tower shield, lacking any metal or leather reinforcement. Bulky, but offers a decent amount of protection.",
"description": "A crude wooden tower shield lacking any metal or leather reinforcement. Bulky, but offers a decent amount of protection.",
"weight": "5 kg",
"volume": "5 L",
"price": "60 USD",
Expand All @@ -45,7 +45,7 @@
"id": "shield_riot",
"type": "ARMOR",
"name": { "str": "riot shield" },
"description": "A large but fairly light plastic shield, designed for riot police officers. Not too encumbering, but designed for fending off thrown rocks rather than bullets.",
"description": "A large but fairly light plastic shield designed for riot police officers. Not too encumbering, but designed for fending off thrown rocks rather than bullets.",
"weight": "2500 g",
"volume": "5 L",
"price": "200 USD",
Expand Down

0 comments on commit 118ac20

Please sign in to comment.