Skip to content

Commit

Permalink
Merge pull request #2342 from HDR-Development/sdi-suddy
Browse files Browse the repository at this point in the history
Cap Maximum SDI Impulses At 11
  • Loading branch information
SuddyN authored Mar 24, 2024
2 parents 026848e + c38edf5 commit 33dda8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion romfs/source/fighter/common/param/common.prcxml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<int hash="hit_stop_delay_flick">2</int>
<float hash="hit_stop_delay_flick_mul">5.25</float>
<int hash="hit_stop_delay_flick_frame">3</int>
<int hash="hit_stop_delay_flick_max_count">50</int>
<int hash="hit_stop_delay_flick_max_count">11</int>
<float hash="hit_stop_delay_auto_mul">2.5</float>
<float hash="damage_reaction_mul_max">1</float>
<list hash="pattern_power_mul">
Expand Down

0 comments on commit 33dda8b

Please sign in to comment.