Skip to content

Commit

Permalink
Updated baseball bats with better techs and flags (#56995)
Browse files Browse the repository at this point in the history
  • Loading branch information
Termineitor244 authored Apr 22, 2022
1 parent a0be469 commit 091e662
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions data/json/items/melee/bludgeons.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,16 @@
"type": "GENERIC",
"id": "bat",
"name": { "str": "baseball bat" },
"description": "A sturdy wood bat. Makes a great melee weapon.",
"description": "A sturdy wood bat with a plastic handle. Makes a great melee weapon.",
"weight": "1133 g",
"longest_side": "90 cm",
"to_hit": { "grip": "weapon", "length": "long", "surface": "any", "balance": "good" },
"price_postapoc": 750,
"color": "brown",
"symbol": "/",
"material": [ "wood" ],
"techniques": [ "WBLOCK_1" ],
"flags": [ "DURABLE_MELEE" ],
"techniques": [ "WBLOCK_1", "BRUTAL" ],
"flags": [ "DURABLE_MELEE", "BELT_CLIP", "NONCONDUCTIVE" ],
"volume": "1750 ml",
"bashing": 22,
"price": 16000
Expand All @@ -61,17 +61,17 @@
"type": "GENERIC",
"id": "bat_metal",
"name": { "str": "aluminum bat" },
"description": "An aluminum baseball bat, lighter than a wooden bat and a little easier to swing as a result.",
"description": "An aluminum baseball bat with a plastic handle, lighter than a wooden bat and a little easier to swing as a result.",
"weight": "765 g",
"longest_side": "90 cm",
"to_hit": { "grip": "weapon", "length": "long", "surface": "any", "balance": "good" },
"color": "light_gray",
"symbol": "/",
"price_postapoc": 1250,
"material": [ "aluminum" ],
"techniques": [ "WBLOCK_1" ],
"techniques": [ "WBLOCK_1", "BRUTAL" ],
"qualities": [ [ "HAMMER", 1 ] ],
"flags": [ "DURABLE_MELEE" ],
"flags": [ "DURABLE_MELEE", "BELT_CLIP", "NONCONDUCTIVE" ],
"volume": "1750 ml",
"bashing": 22,
"price": 16000
Expand All @@ -88,7 +88,7 @@
"symbol": "/",
"price_postapoc": "50 cent",
"material": [ "plastic" ],
"flags": [ "FRAGILE_MELEE" ],
"flags": [ "FRAGILE_MELEE", "BELT_CLIP", "NONCONDUCTIVE" ],
"volume": "2250 ml",
"bashing": 1,
"price": "25 USD"
Expand Down Expand Up @@ -310,8 +310,8 @@
"color": "brown",
"symbol": "/",
"material": [ "wood", "steel" ],
"techniques": [ "WBLOCK_1" ],
"flags": [ "DURABLE_MELEE", "NONCONDUCTIVE" ],
"techniques": [ "WBLOCK_1", "BRUTAL" ],
"flags": [ "DURABLE_MELEE", "NONCONDUCTIVE", "BELT_CLIP" ],
"volume": "2 L",
"longest_side": "90 cm",
"bashing": 22,
Expand Down Expand Up @@ -1062,13 +1062,13 @@
"color": "brown",
"symbol": "/",
"material": [ "wood" ],
"techniques": [ "WBLOCK_1" ],
"techniques": [ "WBLOCK_1", "BRUTAL" ],
"volume": "1750 ml",
"longest_side": "90 cm",
"bashing": 22,
"cutting": 4,
"to_hit": { "grip": "weapon", "length": "long", "surface": "any", "balance": "good" },
"flags": [ "STAB" ],
"flags": [ "STAB", "BELT_CLIP", "NONCONDUCTIVE" ],
"price": 16000,
"price_postapoc": 1750
},
Expand Down

0 comments on commit 091e662

Please sign in to comment.