-
Notifications
You must be signed in to change notification settings - Fork 352
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
Fix Kashrishi climbing feats #17114
base: master
Are you sure you want to change the base?
Fix Kashrishi climbing feats #17114
Conversation
…r, rather than type. Also made skilled climber change climb speed to movement speed when scuttle up is taken.
packs/feats/skilled-climber.json
Outdated
{ | ||
"key": "BaseSpeed", | ||
"predicate": [ | ||
"feat:scuttle-up" | ||
], | ||
"selector": "climb", | ||
"value": "@actor.attributes.speed.total" |
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.
This will need a toggle since it only applies when "climbing trees or cavern walls". I recommend you use a toggleable roll option predicated on feat:scuttle-up
and then predicate this BaseSpeed on just that toggle.
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.
Just committed a change for that
PR titles should be in imperative case, starting with a capital letter and finishing the sentence |
}, | ||
{ | ||
"key": "RollOption", | ||
"label": "Climbing Cavern Wall Or Tree", |
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.
Please localize this in re-en.json
, likely under something like PF2E.SpecificRule.Kashrishi.SkilledClimber.ClimbToggle
We try to keep plain text in rule elements as localization strings only.
fixed kashrishi's scuttle-up and skilled climber feats to use selector, rather than type. Also made skilled climber change climb speed to movement speed when scuttle up is taken.