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

Set Maximum Percent of Super Jump #309

Open
Bonkorn opened this issue Oct 14, 2015 · 4 comments
Open

Set Maximum Percent of Super Jump #309

Bonkorn opened this issue Oct 14, 2015 · 4 comments
Labels

Comments

@Bonkorn
Copy link

Bonkorn commented Oct 14, 2015

Is there a way to change the maximum percent of Super Jump?
for Rainbow Dash which like to fly
Got Fast Super Jump Cooldown
How do I limit the Maximum Percent of Super Jump to 20%

@Bonkorn
Copy link
Author

Bonkorn commented Oct 14, 2015

My current Super Jump Config for Rainbow Dash

    "ability3"
    {
        "name"  "charge_bravejump"
        "arg0"  "1"
        "arg1"  "1.0"
        "arg2"  "0.1"
        "arg3"  "1.0"
        "plugin_name"   "default_abilities"
    }

@Akuba-
Copy link
Contributor

Akuba- commented Oct 16, 2015

I was using this for a test Boss for "instant" charge and is kinda working fine. Maybe this is helping you.

"ability4"
{
    "name" "charge_bravejump"
    "arg0"  "1"
    "arg1"  "0"
    "arg2"  "0"
    "arg3"  "1.2"
    "plugin_name"   "default_abilities"
}

@Hutgib1
Copy link

Hutgib1 commented Aug 2, 2016

I use ability to jump.

@Hutgib1
Copy link

Hutgib1 commented Aug 2, 2016

I mean weapon ability for max. jump possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants