Skip to content

Commit

Permalink
feat(balance): assorted updates for stave-like items (#4939)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosvolt authored Jul 8, 2024
1 parent 8183691 commit b2c6cec
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion data/json/items/melee/bludgeons.json
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@
"name": { "str": "L-stick (off)", "str_pl": "L-sticks (off)" },
"description": "Produced by the Light corporation, this stylish staff not only functions as a light source, but doubles as a light-weight weapon, due to the superalloy materials it is made of. Due to proprietary efficiency improvements over standard light sources, the L-stick or light stick as it is commonly called, batteries last longer than other light sources.",
"weight": "1000 g",
"volume": "3 L",
"volume": "2 L",
"price": "50 USD",
"price_postapoc": "30 USD",
"to_hit": 3,
Expand Down
6 changes: 3 additions & 3 deletions data/json/items/ranged/slings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"material": "leather",
"extend": { "flags": [ "BELT_CLIP" ] },
"ammo": [ "pebble", "rock" ],
"weight": "96 g",
"weight": "100 g",
"volume": "250 ml",
"price_postapoc": "250 cent",
"to_hit": -2,
Expand All @@ -36,8 +36,8 @@
"extend": { "flags": [ "BELTED", "DURABLE_MELEE", "NONCONDUCTIVE", "SHEATH_SPEAR", "ALWAYS_TWOHAND" ] },
"techniques": [ "WBLOCK_2", "RAPID", "SWEEP" ],
"ammo": [ "pebble", "rock" ],
"weight": "2000 g",
"volume": "3 L",
"weight": "1350 g",
"volume": "2 L",
"price_postapoc": "250 cent",
"to_hit": 1,
"ranged_damage": { "damage_type": "bash", "amount": 10 },
Expand Down
2 changes: 1 addition & 1 deletion data/json/items/tool/landscaping.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"name": { "str": "digging stick" },
"description": "This is a large stick, with the end carved into a broad blade for digging. It could be used to dig shallow pits, but not deep ones.",
"weight": "1133 g",
"volume": "1500 ml",
"volume": "1250 ml",
"price": "0 cent",
"price_postapoc": "0 cent",
"bashing": 8,
Expand Down
2 changes: 1 addition & 1 deletion data/json/recipes/weapon/bashing.json
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@
"reversible": true,
"autolearn": true,
"qualities": [ { "id": "CUT", "level": 1 } ],
"components": [ [ [ "2x4", 1 ], [ "stick_long", 1 ] ], [ [ "fabric_hides_any", 5, "LIST" ] ] ]
"components": [ [ [ "stick_long", 1 ] ], [ [ "fabric_hides_any", 5, "LIST" ] ] ]
},
{
"type": "recipe",
Expand Down

0 comments on commit b2c6cec

Please sign in to comment.