Skip to content
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

[Bombastic Perks] Add some new perks #70481

Merged
merged 3 commits into from
Dec 30, 2023

Conversation

Standing-Storm
Copy link
Contributor

Summary

Mods "[Bombastic Perks] Add some new perks"

Purpose of change

Had an idea for a few new perks.

Describe the solution

Add three perks:

  1. Vengeful: Inspired by the Isolation Protocol ability but much less powerful. For two turns after you're hit, you do 15% more damage.
  2. Quick Recovery: A 75% chance to stand up immediately if you're downed.
  3. Easy Sleeper: Inspired by my sister. Adds +15 to SLEEPY, making it much easier to fall asleep under any circumstances.

Describe alternatives you've considered

Testing

Everything is selectable and works.

Additional context

@github-actions github-actions bot added [JSON] Changes (can be) made in JSON Mods Issues related to mods or modding Mods: Bombastic Perks labels Dec 27, 2023
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-requesting reviews from non-collaborators: @bombasticSlacks

@github-actions github-actions bot added astyled astyled PR, label is assigned by github actions json-styled JSON lint passed, label assigned by github actions labels Dec 27, 2023
@github-actions github-actions bot added BasicBuildPassed This PR builds correctly, label assigned by github actions and removed BasicBuildPassed This PR builds correctly, label assigned by github actions labels Dec 28, 2023
@github-actions github-actions bot added the BasicBuildPassed This PR builds correctly, label assigned by github actions label Dec 28, 2023
@Maleclypse Maleclypse merged commit ab02717 into CleverRaven:master Dec 30, 2023
@bombasticSlacks
Copy link
Contributor

Hey sorry I didn't get to review this before merging, I'm going to make a few notes as comments, no pressure to fix them I'll compile and do it sometime soon if you don't 😄

Thanks for contributing perks!

"and": [
{ "u_has_trait": "perk_quick_recovery" },
{ "x_in_y_chance": { "x": 3, "y": 4 } },
{ "or": [ { "compare_string": [ "downed", { "context_val": "effect" } ] } ] }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this "or" isn't necessary.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Originally it also did "or dazed" but I decided that was better than "kinda okay" so I removed it but not the or. I'll take that out.

"rating": "good",
"int_dur_factor": "1 s",
"max_duration": "2 s",
"show_in_info": false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably worth showing when active

},
{ "set_string_var": "perk_vengeful", "target_var": { "context_val": "trait_id" } },
{
"set_string_var": "Requires handguns 2",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a typo I think

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're right--I removed it from the actual requirements but not from the listed requirements

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
astyled astyled PR, label is assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions [JSON] Changes (can be) made in JSON json-styled JSON lint passed, label assigned by github actions Mods: Bombastic Perks Mods Issues related to mods or modding
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants