User Tools

Site Tools


move:general

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
move:general [2014/10/30 06:05]
Justin H.
move:general [2022/12/06 02:55] (current)
FreedTerror
Line 3: Line 3:
  
 {{ :move:move_general.png?nolink |}} {{ :move:move_general.png?nolink |}}
 +
 +----
 +
 +**Gameplay Type:** Set the move to be either for 2D or 3D gameplay. 3D gameplay allows you to access the z axis on certain options.
  
 **Move Name:** The move name. This is the main identifier for this move. **Move Name:** The move name. This is the main identifier for this move.
Line 12: Line 16:
 ==== Behavior ==== ==== Behavior ====
  
-**Ignore Gravity:** If this move is triggered in the air, should the character ignore the laws of physics for the duration of the move+**Ignore Gravity:** If this move is triggered in the air, should the character ignore the laws of physics for the duration of the move.
- +
-**Cancel Move When Landing:** If the move was executed in the air, should it automatically cancel into the landing animation once it hits the ground? Enable this for standard air moves.\\ +
-Disable this if you have moves that have their own landing animations or special moves that launches the character in the air but can be punished when they hit the ground. Make sure you apply the right amount of force so the whole animation can match the game's physics.+
  
 **Ignore Friction:** If force is applied to this character while this move is active, ground friction will not slow it down. (Useful for moves like Blanka's Rolling Attack or Ryu's Tatsumaki Senpukyaku) **Ignore Friction:** If force is applied to this character while this move is active, ground friction will not slow it down. (Useful for moves like Blanka's Rolling Attack or Ryu's Tatsumaki Senpukyaku)
 +
 +**Cancel Move When Landing:** 
 +If the move was executed in the air, should it automatically cancel into the landing animation once it hits the ground? Enable this for standard air moves.\\
 +Disable this if you have moves that have their own landing animations or special moves that launches the character in the air but can be punished when they hit the ground. Make sure you apply the right amount of force so the whole animation can match the game's physics.
 +  * **Link On Landing:** Select which move will play on landing.
  
 **Auto-correct Rotation:** If this is toggled on, this move will automatically correct its rotation in case it crosses the opponent over. **Auto-correct Rotation:** If this is toggled on, this move will automatically correct its rotation in case it crosses the opponent over.
Line 23: Line 29:
 (if Auto-correct Rotation) **Frame Window:** From which frame this move will auto-correct rotation. (if Auto-correct Rotation) **Frame Window:** From which frame this move will auto-correct rotation.
  
 +**Execution Cooldown:** Stops the move from being executed after being executed once.
 +
 +(if Execution Cooldown) **Frames Cooldown:** How many frames ([[global:advanced|FPS]]) before the move can be executed again.
 +
 +**Allow Side Switch:**
  
 ---- ----
 Code example: Code example:
-<code c#>void OnHit(HitBox strokeHitBox, MoveInfo move, CharacterInfo hitter){+<code c#>void OnHit(HitBox strokeHitBox, MoveInfo move, ControlsScript hitter){
  if (move.attackType == AttackType.EX) Debug.Log("EX Move fired!");  if (move.attackType == AttackType.EX) Debug.Log("EX Move fired!");
 }</code> }</code>
move/general.1414663521.txt.gz · Last modified: 2014/10/30 06:05 by Justin H.