User Tools

Site Tools


move:armor

This is an old revision of the document!


Armor Options

Armor allows moves to resit hits without getting canceled. You can also use this option to emulate and override certain hits as it links to other moves (such as Gouken's counter attack) You can read more about armors and its behavor on SF4 by following this link.

Hit Absorption: The amount of hits this move can absorb before being canceled.

Damage Absorption (%): When being hit by a damaging attack, how much of the damage should it nullify.

Override Hit Sound: If enabled, it will replace the default hit sound with the one selected from the panel below this option.

Override Hit Effect: If enabled, it will replace the default hit effect by the one selected in the panel below this option.

Non Affected Body Parts: Allows you to select which part of the body can't resist hits (doesn't have armor). Useful in case you'd like to create your own block system.


Code example:

void OnHit(HitBox strokeHitBox, MoveInfo move, CharacterInfo hitter){
	if (move.armorOptions.hitAbsorption > 0) Debug.Log("This move has armor!");
}

< Back to Move Editor

move/armor.1398824105.txt.gz · Last modified: 2014/04/29 22:15 by Mistermind