Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

style: grammar and style fixes in shields.json #5801

Merged
merged 1 commit into from
Dec 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading