Skip to content

Commit

Permalink
Adjusting the sizes of some folding knives
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPollard committed Feb 15, 2020
1 parent 13b97f6 commit 8c2178d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions data/json/items/melee/swords_and_blades.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"category": "weapons",
"name": "switchblade",
"description": "This is a long and thin knife with a spring-loaded blade that rests inside the handle while not in use.",
"weight": "464 g",
"volume": 0,
"weight": "100 g",
"volume": "50 ml",
"price": 2000,
"to_hit": -2,
"cutting": 16,
Expand All @@ -69,7 +69,7 @@
"type": "TOOL",
"name": { "str": "folding knife", "str_pl": "folding knives" },
"description": "This is a small folding knife, with a locking blade and a pocket clip. Not as good a weapon as a solid fixed-blade knife, but better than a penknife.",
"weight": "256 g",
"weight": "80 g",
"volume": "40 ml",
"price": 1500,
"bashing": 1,
Expand Down Expand Up @@ -187,8 +187,8 @@
"name": { "str": "Swiss Army knife", "str_pl": "Swiss Army knives" },
"//": "The swiss army knife is a bit more of a knife than a toolkit.",
"description": "An iconic pocket knife imported from Europe. Its red plastic handle conceals many small tools.",
"weight": "246 g",
"volume": "5 ml",
"weight": "120 g",
"volume": "60 ml",
"price": 3000,
"to_hit": -2,
"cutting": 6,
Expand Down
4 changes: 2 additions & 2 deletions data/json/items/tool/knives.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
"type": "TOOL",
"name": { "str": "pocket knife", "str_pl": "pocket knives" },
"description": "This is a small pocket knife. It isn't great for combat, but it's better than nothing. It's sharp enough to butcher with.",
"weight": "141 g",
"volume": "5 ml",
"weight": "20 g",
"volume": "10 ml",
"price": 1000,
"to_hit": -2,
"cutting": 7,
Expand Down
4 changes: 2 additions & 2 deletions data/json/items/tool/workshop.json
Original file line number Diff line number Diff line change
Expand Up @@ -531,8 +531,8 @@
"name": "multi-tool",
"//": "The multi-tool is a bit more of a toolkit than a knife.",
"description": "A cleverly designed all-in-one tool which combines several smaller tools into the handles of a pair of pliers.",
"weight": "494 g",
"volume": "250 ml",
"weight": "250 g",
"volume": "70 ml",
"price": 3000,
"to_hit": -4,
"bashing": 1,
Expand Down

0 comments on commit 8c2178d

Please sign in to comment.