-
-
Notifications
You must be signed in to change notification settings - Fork 236
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
Added projectile modification section, applies to bow and javelin #408
Added projectile modification section, applies to bow and javelin #408
Conversation
Upon further testing, the current code changes all projectiles. So Greydrawfs rocks become bullets, which is not great 😄 . I will have to change to code a little. |
@ahnguyen09 You should try changing the |
@healiha thank you for the feedback. I figured if the users want to tweak the Greydrawf projectile, they should also be able to. The Greydrawfs could use some help 😄 . The code a bit longer but not a big deal. |
@ahnguyen09 Looking at the code, you would have to define a list of names you want it to be applied since this function is called for all |
@healiha Yeah you are right also rock throw troll, many star Drager archer, and so on... 😨 |
ValheimPlus/Configurations/Sections/ProjectileFiredConfiguration.cs
Outdated
Show resolved
Hide resolved
Seems like a good thing to have to improve bow gameplay! |
I like the idea but it might be even better if we could add an option to change velocity and accuracy bease on current bow level to see a linear improvement. |
development branch had changes to upstream and the projectile fired mod should include those changes.
@healiha I like that the idea of ramping max velocity with level. It gives you a minor reward as you level up. I look into adding it. |
List of updates:
|
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.
It looks promising 😃
Remember to mark requested changes as resolved once done ;)
@healiha I think I just resolved it. I am still a little new to Contributing. |
Please resolve the merge conflicts and add your configuration file changes to the vplusconfig.json. Everything else seems merge ready to me :) |
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.
@nxPublic I think i resolved it. I do see the conflict when I merge the latest development.
Merge latest development into projtile mod to keep it up to date.
I think we need a lot better descriptions on these different configurations, we should also consider to split up the project changes into 2 different main categories, monster projectiles and player projectiles. Hit me up on discord to discuss this if you like :) |
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.
It looks good to me.
Fixed some typos and added the modifier stat to the values
This mod allows users to change how fast and accurate projectiles are. This mod started with trying to enhance bow gameplay.
I could not remove the delay on mouse release, but this is the next best thing. Your released arrows can be like a laser beam without affecting the damage.
I tested with +200% projectileVelMaxCharge and it felt pretty good when you also decrease the variance (increase accuracy)