Martinezz123 Posted August 28, 2020 Share Posted August 28, 2020 (edited) I'm trying to increase the time parry works after hitting the parry button.i'm editing float_defaults.sliI've set float type="PARRY_COUNTER_DURATION" default to 30 then to 300 and float type="PARRY_MELEE" default to 5 then to 100<float type="PARRY_VMELEE" default to 5 then to 100However no my modification seem to work. Anyone can explain what these parameters do? <float type="PARRY_MELEE" default="0.f" /> <float type="PARRY_VMELEE" default="0.f" /> <float type="PARRY_PROJECTILE" default="0.f" /> <float type="PARRY_MAGIC" default="0.f" /> <float type="PARRY_EXPLOSION" default="0.f" /> <float type="PARRY_DURATION" default="0.f" /> <float type="PARRY_CRITIC" default="0.f" /> <float type="PARRY_COUNTER" default="0.f" /> <float type="PARRY_COUNTER_DURATION" default="0.f" /> <float type="PARRY_ANGLE_DEGREE" default="0.f" /> <float type="PARRY_INTERRUPT_MULT" default="0.f" /> Edited August 28, 2020 by Martinezz123 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now