User Tools

Site Tools


global:combo

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
global:combo [2016/01/14 22:06]
Mistermind
global:combo [2022/12/24 20:09] (current)
FreedTerror
Line 38: Line 38:
  
 **Air Recovery Type:** By default, choose what happens to a character when it gets hit in the air (or launched). **Air Recovery Type:** By default, choose what happens to a character when it gets hit in the air (or launched).
-  * __Allow Moves:__ After the hit stun runs out (air recovery), characters can immediately execute any move while still in the air. +  * **Allow Moves:** After the hit stun runs out (air recovery), characters can immediately execute any move while still in the air. 
-  * __Cant Move:__ After the hit stun runs out (air recovery), the character can't move, but will land standing. +  * **Cant Move:** After the hit stun runs out (air recovery), the character can't move, but will land standing. 
-  * __Dont Recover:__ The hit stun never runs out. Any hit done in the air (or launcher) knocks down the character (or leaves it in a constant juggle state).+  * **Dont Recover:** The hit stun never runs out. Any hit done in the air (or launcher) knocks down the character (or leaves it in a constant juggle state).
  
 **Reset Falling Force On Hit:** If enabled, falling characters will have their descending force reset to 0 if they get hit. This allows for easier juggles. **Reset Falling Force On Hit:** If enabled, falling characters will have their descending force reset to 0 if they get hit. This allows for easier juggles.
Line 56: Line 56:
  
 Code example: Code example:
-<code c#>void OnHit(MoveInfo move, CharacterInfo hitter){+<code c#>void OnHit(MoveInfo move, ControlsScript hitter){
  if (hitter.currentGaugePoints > 100) UFE.config.comboOptions.neverAirRecover = true;  if (hitter.currentGaugePoints > 100) UFE.config.comboOptions.neverAirRecover = true;
 } }
global/combo.1452827175.txt.gz · Last modified: 2016/01/14 22:06 by Mistermind