Skip to content

Commit

Permalink
Pending BN Updates: consistency updates for ranged bash info
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosvolt committed Oct 16, 2024
1 parent 61ebb43 commit 344fccb
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 13 deletions.
12 changes: 6 additions & 6 deletions MST_Extra_BN/furniture_and_terrain/furniture.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"sound": "smash!",
"sound_fail": "whump.",
"items": [ { "item": "stick", "count": [ 2, 6 ] }, { "item": "splinter", "count": [ 2, 6 ] } ],
"ranged": { "reduction": [ 3, 6 ], "destroy_threshold": 20, "block_unaimed_chance": "50%" }
"ranged": { "reduction": [ 6, 6 ], "destroy_threshold": 36, "block_unaimed_chance": "50%" }
}
},
{
Expand Down Expand Up @@ -126,7 +126,7 @@
"sound": "smash!",
"sound_fail": "whump.",
"items": [ { "item": "2x4", "count": [ 2, 6 ] }, { "item": "splinter", "count": 12 } ],
"ranged": { "reduction": [ 3, 5 ], "destroy_threshold": 38, "block_unaimed_chance": "50%" }
"ranged": { "reduction": [ 5, 5 ], "destroy_threshold": 38, "block_unaimed_chance": "50%" }
}
},
{
Expand All @@ -149,7 +149,7 @@
"sound": "smash!",
"sound_fail": "whump.",
"items": [ { "item": "2x4", "count": [ 2, 5 ] }, { "item": "splinter", "count": 3 } ],
"ranged": { "reduction": [ 6, 11 ], "destroy_threshold": 38, "block_unaimed_chance": "50%" }
"ranged": { "reduction": [ 11, 11 ], "destroy_threshold": 38, "block_unaimed_chance": "50%" }
},
"examine_action": "workbench",
"workbench": { "multiplier": 1.1, "mass": 200000, "volume": "75L" }
Expand All @@ -174,7 +174,7 @@
"sound": "smash!",
"sound_fail": "whump.",
"items": [ { "item": "2x4", "count": [ 2, 4 ] }, { "item": "splinter", "count": 3 } ],
"ranged": { "reduction": [ 5, 10 ], "destroy_threshold": 50, "block_unaimed_chance": "50%" }
"ranged": { "reduction": [ 10, 10 ], "destroy_threshold": 50, "block_unaimed_chance": "50%" }
},
"examine_action": "workbench",
"workbench": { "multiplier": 1.1, "mass": 200000, "volume": "75L" }
Expand Down Expand Up @@ -202,7 +202,7 @@
"sound": "smash!",
"sound_fail": "whump.",
"items": [ { "item": "2x4", "count": [ 0, 2 ] }, { "item": "splinter", "count": 1 } ],
"ranged": { "reduction": [ 3, 5 ], "destroy_threshold": 18, "block_unaimed_chance": "25%" }
"ranged": { "reduction": [ 5, 5 ], "destroy_threshold": 18, "block_unaimed_chance": "25%" }
}
},
{
Expand All @@ -228,7 +228,7 @@
"sound": "smash!",
"sound_fail": "whump.",
"items": [ { "item": "2x4", "count": [ 0, 2 ] }, { "item": "splinter", "count": 1 } ],
"ranged": { "reduction": [ 6, 11 ], "destroy_threshold": 38, "block_unaimed_chance": "25%" }
"ranged": { "reduction": [ 11, 11 ], "destroy_threshold": 38, "block_unaimed_chance": "25%" }
}
},
{
Expand Down
18 changes: 11 additions & 7 deletions MST_Extra_BN/furniture_and_terrain/terrain.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
{ "item": "leather", "count": [ 4, 10 ] },
{ "item": "stick", "count": 1 },
{ "item": "withered", "count": [ 2, 12 ] }
]
],
"//": "Go straight through without taking any damage.",
"ranged": { "block_unaimed_chance": "0%" }
}
},
{
Expand Down Expand Up @@ -89,22 +91,24 @@
"looks_like": "t_covered_well",
"description": "Deep well collecting ground water. A simple bucket and pulley allows drawing water from it.",
"symbol": "&",
"color": "light_gray",
"move_cost": 2,
"coverage": 40,
"flags": [ "TRANSPARENT", "THIN_OBSTACLE", "MINEABLE" ],
"color": "light_gray"
"move_cost": 4,
"coverage": 60,
"flags": [ "TRANSPARENT", "MOUNTABLE", "MINEABLE" ],
"bash": {
"str_min": 80,
"str_max": 300,
"sound": "crash!",
"sound_fail": "whump!",
"ter_set": "t_pit",
"ter_set": "t_covered_well",
"items": [
{ "item": "rock", "count": [ 8, 18 ] },
{ "item": "2x4", "count": [ 0, 2 ] },
{ "item": "nail", "charges": [ 1, 4 ] },
{ "item": "splinter", "count": [ 1, 2 ] }
]
],
"//": "Stone obstacles have double the expected reduction but lower destroy_threshold in return",
"ranged": { "reduction": [ 160, 160 ], "destroy_threshold": 160, "block_unaimed_chance": "50%" }
},
"examine_action": "water_source"
}
Expand Down

0 comments on commit 344fccb

Please sign in to comment.