Skip to content

Commit

Permalink
Merge pull request #78812 from Karol1223/unweapon
Browse files Browse the repository at this point in the history
Deweaponize the foam bat
  • Loading branch information
Maleclypse authored Dec 28, 2024
2 parents a078529 + 18f12f3 commit ef5cd7c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions data/json/items/melee/bludgeons.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,16 +115,13 @@
"description": "A baseball bat made of foam rubber with a plastic handle. Light and easy to wield, but almost completely ineffective if your goal is to hurt someone.",
"weight": "225 g",
"longest_side": "60 cm",
"to_hit": { "grip": "weapon", "length": "long", "surface": "any", "balance": "neutral" },
"color": "yellow",
"symbol": "/",
"price_postapoc": "50 cent",
"material": [ "plastic" ],
"flags": [ "FRAGILE_MELEE", "BELT_CLIP", "NONCONDUCTIVE" ],
"flags": [ "BELT_CLIP" ],
"volume": "2250 ml",
"price": "25 USD",
"melee_damage": { "bash": 1 },
"weapon_category": [ "MACES" ]
"price": "25 USD"
},
{
"type": "GENERIC",
Expand Down

0 comments on commit ef5cd7c

Please sign in to comment.