-
Notifications
You must be signed in to change notification settings - Fork 276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(balance): extend and improve ranged_bash_info
to allow taking cover behind furniture
#4129
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
b4c8c72
Commit for remote
chaosvolt 2850466
feat(balance): extend and improve ranged_bash_info to allow taking co…
chaosvolt 4c50058
Help convey the feature to player
chaosvolt 20f0b01
Update furniture-barriers.json
chaosvolt db7eefe
Update furniture.json
chaosvolt 00d340b
Update tips.json
chaosvolt 1630884
Merge branch 'main' into take-cover
chaosvolt 263332b
Merge branch 'take-cover' of https://github.com/chaosvolt/Cataclysm-B…
chaosvolt 9e23d7e
Revert "Commit for remote"
chaosvolt b96a148
Update furniture-tools.json
chaosvolt 9029bbf
On second thought, yes more fire
chaosvolt 2359927
Lil adjustments
chaosvolt ef4d4d4
Merge branch 'main' into take-cover
chaosvolt 4a5ecb4
Merge branch 'main' into take-cover
chaosvolt 3395c95
Merge branch 'main' into take-cover
chaosvolt c888a66
Merge branch 'main' into take-cover
chaosvolt 38f5ba2
Merge branch 'main' into take-cover
chaosvolt 5259061
Merge branch 'main' into take-cover
chaosvolt File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
118 changes: 81 additions & 37 deletions
118
data/json/furniture_and_terrain/furniture-appliances.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think this line should be programmatically generated for all terrain that has
bash.ranged
, unless it'd be too much code duplication.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That'd be a bit of effort yeah. We'd also have to restrict it to only ones that use
block_unaimed_chance
.