Skullgirls/Game Systems: Difference between revisions

From SuperCombo Wiki
No edit summary
(Redirected page to Category:Skullgirls)
 
(105 intermediate revisions by 4 users not shown)
Line 1: Line 1:
#REDIRECT [[:Category:Skullgirls]]
{{SGHeader}}
{{SGHeader}}
=Game Systems=
This guide section, and it's subpages, describe the Game Systems in Skullgirls. Knowing the details may give new Skullgirls players an understanding of how to improve their gameplay. Players with experience from other fighting games may want to understand the similarities and differences between Skullgirls and the mechanics of other fighters.


=Frame Rate, Timing, and Animation=
* [[Skullgirls/Glossary|<b>Glossary</b>]]: An index of move properties and a general fighting game vocabulary reference.
Skullgirls plays and reads player inputs at 66 frames per second. This is a 60 fps base with a 10% frame skip rate. If a move has 3 frames (3f) of start up from base speed, it will execute in (3f / 60 seconds) * (1 - .1) = .045 seconds on average. Any individual frame has a 10% chance of being skipped and not shown on screen. Inputs for these skipped frames are still read by the game engine and frame skip cannot skip in a way that makes a 1f input timing impossible for the player.
 
The frame timing of any attack or movement acts as a useful refrence for experienced players. Common concepts that are best explaned in frames include:
* Start up: The number of frames as an attack has as it begins and before it hits.
* Active frames: The number of frames an attack can actually make contact with an opponent.
*Recovery: The frames after an attack's active frames or any other action completes before the character is free to act again. Canceling an attack will stop the active or recovery frames of the move in progress to start another.
*Hit stun: The frames of vulnerability on a defending player as they get hit and cannot take any actions of their own. Combos are sucessive hits that keep that defending player in hit stun. The length of hit stun is specific to the attack.
*Block stun: The frames after impact while the defending player blocks an attack. The defending player can't move or attack during these frames of stun, but they can still take some actions such as push blocking or calling a Stunt Double. The length of block stun is specific to the attack, but typically shorter than hit stun for that attack.
 
This guide refers to frame specific timing from the 60 fps base game speed. If an example charge move requires 35f of charge time before frame skip, it will require 35f * (1 - .1) / 60 fps = 31.5 real seconds of charge time.
 
Even though the game engine runs at 60 frames per second, this does not mean there are 60 distinctly drawn frames per 1 second of animation. Characters are typically drawn with 24 frames of animation per second and these are held from 2-5 frames at the 60 fps base game speed.
 
=Character States=
* Standing
* jumping
* other boring crap
 
=Combo Mechanics=
A combo is any series of attacks that are unblockable for the opponent after the first hit. The attacking player can create combos with several common fighting game mechanics.
 
When necessary, this guide uses the following notation to describe a combo in writing:
 
* > - A chain cancel (ie: LP > LP > MK > c.HP).
* xx - A cancel to a special move, super move, or air dash (ie: HP xx ↓↙←+PP).
* , - A link (ie: HK, c.LK). A comma may also separate other actions by the character like ending a jump (ie j.HK, c.MK) or pausing to walk or dash briefly between attacks. 
* (action) - Any action or animation that the defending character might do during a combo. This includes actions like landing on their feet (land) or getting hit off the ground (OTG).
 
==Chains==
All characters can chain cancel their normal moves on hit or block. Any move from an attack button lower on the chain will cancel to an attack higher on the chain during all active and some of the recovery frames. Standing, crouching, and command normals can appear in the same ground chain. Air normals and air command normals work in the same air chain. Different characters have different chain combo sequences for their ground and air chains, and maximum number of attack buttons in the chain describes the different chain types.
 
* 6 button chain: {{ #motion: lp --- lk --- mp --- mk --- hp --- hk }}
* 5 button chain: {{ #motion: lp --- lk --- mp --- mk --- hp OR hk }}
* 4 button chain: {{ #motion: lp --- lk --- mp OR mk --- hp OR hk }}
* 3 button chain: {{ #motion: lp OR lk --- mp OR mk --- hp OR hk }}


Normal moves with the <b>Chains Twice</b>, <b>Chains Thrice</b>, and {{ #motion: rpdfire }} properties can all chain into themselves. Self-chaining moves can still cancel into higher buttons in the chain. Chain cancels do not usually work on whiff, but self-chaining attacks will.
==Fundamental Systems==


==Cancels==
* [[Skullgirls/Game_Systems/Frames|<b>Frame Rate, Timing, and Animation</b>]]: Frames, Frame Skip, Start Up, Active Frames, Hit Stop, Hit Stun, Recovery Frames, Block Stun
* Normals and command normals cancel into any special or super move during all start up, active, and most recovery frames. Normals that whiff can still cancel to a special or super move.
* [[Skullgirls/Game_Systems/States|<b>Character States</b>]]: Normal State, Dashing, Attacking, Hit Stun, Ground Recovery, Block Stun, Scripted Animation, Cinematic
* Air normals and command normals all cancel to an air dash for characters that have an air dash. Air dash canceling works on whiff, block, or hit similar to canceling to a special move.
* [[Skullgirls/Game_Systems/Hit_Boxes|<b>Hit Boxes</b>]]: Attack Boxes, Hurt Boxes, Physical Extent
* Specials always cancel into supers on start up. They cancel during active frames and part of recovery frames on hit or block. Late recovery frames are never cancellable. No active or recovery frames are super cancellable for missed special moves.
* [[Skullgirls/Game_Systems/Commands_and_Inputs|<b>Commands and Inputs</b>]]: Fill in the list of subjects? How many frames between each direction input, what dps taking priority over qcf, stuff like that


==Links==
==Character Ability Systems==
A link allows a move to hit then completely animate and end without canceling, leaving the opponent in enough hit or block stun for another move to connect. Using links to combo normal moves often requires strict, frame specific timing and is more difficult than creating a combo using only cancels. The most important links appear in air combos that use unchained normals, which can be useful for getting a lander off of an otherwise simple launcher into air combo.


==OTG Hits==
* [[Skullgirls/Game_Systems/Movement|<b>Movement</b>]]: Walking, Dash and Run, Jumping, Air Dashes
The attacking player can hit the opponent off the ground once per combo. Anything can OTG if it hits low to the ground, even if it isn't a low move. During a typical knockdown any hit that lands on the opponent after a red impact effect but before the blue impact effect (and available ground recovery) consumes the one OTG. Hitting the opponent while the are on the ground from a slide stun or crumple stun also uses the one OTG for that combo.
* [[Skullgirls/Game_Systems/Basic_Attacks|<b>Basic Attacks</b>]]: Normal Moves, Command Normals, Normal Throws, Special Moves
* [[Skullgirls/Game_Systems/Basic_Defense|<b>Basic Defense</b>]]: Blocking, Push Block, Ground Recovery, Throw Tech
* [[Skullgirls/Game_Systems/Advanced_Attacks|<b>Advanced Attacks</b>]]: Blockbusters, Ensembles, Tag Out, Tag In, Outtakes, Stunt Doubles, Blockbuster Sequels
* [[Skullgirls/Game_Systems/Combo_Mechanics|<b>Combo Mechanics</b>]]: Notation, Chains, Cancels, Links, OTGs, Landers, Character Size and Weight


==Landers==
==Unblockable Protection==
If the opponent hits the ground in hitstun from a non-knockdown move they land on their feet and get 1 extra frame of hitstun. Landers are independent from OTGs and nothing restricts multiple landers in the same combo. Both ground and air moves can cause an opponent to land during a combo. Air moves with multiple hits can easily land opponents from an air chain combo. Getting a lander from other single hit moves may require strict timing during chains or a sequence of linked attacks.
Defending characters get a brief period of unblockable protection after successfully blocking any attack that forces a specific block direction. This protection lasts for 7f, including hitstop. During this brief period, all attacks that require a change of block direction will get blocked automatically. The fearsome left/right and {{#motion:high / low}} unblockable setups, common to many 2D fighters, will not guarantee a successful hit as long as the defending player can block the first hit. At worst, these tactics will require the defending player to make a 50/50 guess.


=Life and Damage=
{| style="border-top:1px solid dimgray; border-right:1px solid dimgray; border-bottom:1px solid dimgray; border-left:1px solid dimgray" cellpadding="2"
{| style="border:1px solid #262E32" cellpadding="2" align="right"
|[[Image:SG_unblockable.jpg]]
|- style="background:none"
|[[Image:SG_teamcompare.png]]
|-
|-
| style="font-size:8pt; text-align: center" | worldjem7's comparison chart for all possible team sizes and match ups.
| style="font-size:8pt; text-align: center" | Cerebella guards high against Painwheel's j.MK, then automatically blocks Ms. Fortune's c.HK custom Ensemble.
|}
|}
Characters have 14300 base life points. All damage values in this guide assume base damage and base life (100%/100%).


==Team Size==
===Throw Unblockables===
Selecting team size occurs before choosing characters and can have dramatic effects on gameplay. Picking at least 2 characters allows tagging between characters and techniques that require a teammate such as assists, Co-Star Combos, and Stunt Doubles. Picking a 2 character team will have a total life advantage over a solo character. A 3 character team will always have a total life advantage over a duo or a solo team. In addition to the life advantages from team size the ability to tag out enables an off screen character to heal recoverable damage, allowing an even greater total health advantage to larger teams.
The standard jump start up animation gives every character 4f of {{#motion:startupinv}} against {{#motion:throw}} attacks. Stopping any ground throw using these frames gives full invulnerability to the remaining frames of throw start up, then gives the defending character 8f of additional projection against air to ground throw. Typical <b>Anti-Air Throw</b> attacks, such as Cerebella's <b>Excellebella</b> and Big Band's <b>Take the 'A' Train</b>, are throw on hit attacks that can't be blocked while a defending character has upward momentum. The 8f of protection effectively removes this property from the <b>Anti-Air Throw</b> moves, allowing the defending character to avoid both a ground throw and the <b>Anti-Air Throw</b> if they hits on approximately the same frame.


Despite the clear total life disadvantage for smaller teams, a solo character team can still compete. The significant damage boost can lead to devastating, 100% combos on a single character from a smaller team. Newer players may feel more comfortable selecting a single character to avoid the complicated strategy surrounding assists. Experienced players may want to stick with one character if they are true master of that character. Overcoming the wide range of attacks, strategies, and assists that can come from a 2 or 3 character team can be difficult with no ability to tag out from a bad situation.  
==The Infinite Prevention System==
Hitting an opponent with an infinite combo allows the defending player to break out of the combo with a unique Infinity Breaker attack. An infinite combo uses a repeated sequence of the same attacks and can deal 100% damage to the defending character. When the Infinite Prevention System (IPS) detects an infinite combo, hit sound effects and impact effects change and any attack input by the defending player will execute the Infinity Breaker.  


The exact individual character life and damage differences between solo, duo, and trio teams scale differently depending on the match up. The values do not scale linearly, allowing the consistent timer for all match ups and team size combinations.
===Infinity Breaker===
All characters have identical properties for their Infinity Breaker: 10f of invincible start up, 23f active frames, and 28f of recovery. The defending player can press any button to input an Infinity Breaker the first vulnerable frame after an IPS triggering attack lands. On hit, the Infinity Breaker deals no damage but will scale damage to 50% if it starts a combo. The defending character is invincible during the the entire Infinity Breaker and can take any available action at the end of recovery frames as long as the Infinity Breaker hits or is blocked. Under normal circumstances, both characters will recover on the same frame after a blocked Infinity Breaker. If an Infinity Breaker does not hit the opponent at all, the recovery frames are vulnerable and there is an additional period of recovery as the character falls slowly to the ground and lands standing.


==Recoverable Damage==
If the defending player waits 90f after IPS gets triggered, the Infinity Breaker will always have a fully invulnerable recovery even if it misses the opponent. Starting an Infinity Breaker immediately after a projectile hit will also guarantee a fully safe Infinity Breaker.
After characters take any damage, the red portion of their life bar represents the amount of recoverable damage dealt to that character. All attacks, including chip damage from blocked attacks, deal some portion of recoverable damage. Throws deal 100% recoverable damage. Life recovery begins when a character tags out or is otherwise off screen, starting at 90f after leaving. This recovery is always percentage based, at a rate of .5% per 30f. Team size and the remaining life totals do not effect life recovery in any way.


If a character takes non-recoverable damage for any reason, even if it's a single point of chip damage, life recovery cannot take them back up to 100%.
===Infinite Detection===
<i>I'm not sure why people think this IPS is complicated [...] the rules are still simple to explain - "don't start a chain with something you already hit with, and your combo is always legit." You get 2 free sections before moves are even counted toward this limit (your first and second chains) and one more free section where moves are kept track of but the limit isn't enforced yet (the entirety of your jump if you're in the air, or your next chain if you aren't). That's it.
You can determine exactly whether or not a combo is possible just by writing it out: "Did I already use s.LP? OK, can't start another chain with that." And if something doesn't work, the hitsparks change color and you immediately know which move caused it. You also immediately know why, because the ONLY THING that would cause it is you having used that move before.</i> [http://forums.shoryuken.com/discussion/comment/6083763/#Comment_6083763]


==Chip Damage==
<i>"Don't start a chain with something you've already hit with" is the only rule. The exception is your first jumpin sequence, first ground chain and first air combo.</i> [http://www.dustloop.com/forums/showthread.php?12730-General-Discussion-The-4th-Detonator&p=1243843&viewfull=1#post1243843]
All special and super moves cause some amount of chip damage when they are blocked. The amount of chip damage per move is specific to the move, is subject to all normal damage modifiers and scaling, and deals a portion of recoverable damage. Everything that can do chip damage must do a minimum 1 point of damage. Push block prevents the recoverable portion of chip damage, but nothing completely prevents it.


==Damage Scaling==
- Mike_Z
Attack damage scales down at a compounding 85% per hit after the 3nd hit in a combo. Damage scales to a mininum 25% for attacks with base damage of 1000 and above and 15% of base damage for hits under 1000 base damage. Throws with multiple hits keep the damage scaling of the first hit for the entire throw. Any combo after a throw scales damage as if the throw was a single hit. Minimum damage for any hit is 1 point.


Co-Star Combos reset damage scaling to 80% at the super flash. Projectiles have their scaled damage determined from when they hit, even if left on the screen during the additional super flash.
* [[Skullgirls/Game_Systems/IPS_Examples|<b>IPS Examples</b>]]: Analysis of combo videos showing IPS mechanics in older patches. These examples may also explain why Drama was added to Skullgirls with 1.02.


There's no hit stun or gravity scaling. Only damage scaling.
====Combo Sections and Stages====
IPS reads combos in smaller sections, chains, or loops as they happen. It offers the most freedom to the attacking team during the first sections. As the combo continues, the combo stage increases. A higher combo stage represents increasing restrictions on a combo as it becomes closer to an infinite. Any attack can start a new section, which will continue through any chain combo of normals, a cancel into a special move, or a cancel into a Blockbuster. Leaving the ground with a jump, landing on the ground, air dash canceling, and preforming a link in a combo all start a new section for the combo and increase the combo stage.


=Super Meter=
The [[Skullgirls/Practice_Room|Practice Room's]] combo stage counter shows the player exactly when IPS increases the restrictions for the combo by counting up from 0 to 5. The IPS effectively ignores the combo for the first free sections, remembering all attacks used in a combo starting with the first watched section. After a combo reaches the maximum combo stage, the IPS continues to watch and remember every attack and can trigger for an Infinity Breaker. Starting any additional section with a move that was previously used in a watched section will trigger IPS.  
* Use super meter on super moves, Co-Star Combos, Stunt Doubles, and Snapbacks
* Max of 5 super meter stocks
* Meter gained per hit and meter gained for getting hit is move specific.
* Meter gain on whiff only works with less than 1 level of super meter. Even then attacks whiff when jumping away from the opponent will not gain meter.
* Meter gain scales down during a combo. Meter gained for getting hit scales up during a combo. It takes a ~40 hit combo of all normal moves before the defending team starts gaining meter faster than the attacking team.
* "Q: Why the meter-y stuff? The idea of gaining less meter than my opponent from my combo is eww. Before this note, it seemed the opponent already gained a good amount meter for being hit<br/>A: So...you want to do damage, get the advantage and get more meter? Generally that's not the case in Guilty Gear, and it's not even the case in MvC2! Interestingly, it is generally the case in MvC3 and BB. :^| This just serves to make a big imbalance even bigger.<br/>I always liked MvC2's meter system. (With certain exceptions, like Tron's drill giving the opponent a full bar.) If you got beat down, you a bit more of a chance to do damage afterward than your opponent had. Not Ultra-meter levels, just slightly. As it was in SG, if you got beat down - even if your oppponent used meter! - you still had much less.
It starts out with them not getting very much, so if you do a 5-hit combo, you get way more meter than they do. It scales up over the course of the combo so if you do a 40-hit combo, they get slightly more meter than you do if you used all normals. Previously the attacker got somewhere around twice to three times as much meter as the victim did, no matter what. Note that the attacker's meter gain isn't affected by this, only the victim's.


* "Q: Whats the meter gained on block and while blocking? is it a fraction of what it would be on hit? A: Meter gain on block is the same as before - 3/4 what the attacker would get if they hit, and the victim gets 1/4 that."
* Order of combo stages:
** 1: <b>Free</b>: Optional section for a chain of jump-in attacks; cancelling to an air dash will end the chain and start Stage 2.
** 2: <b>Free</b>: The next chain, usually the first ground section.
** 3: <b>Watched</b>: The next chain.
** 4: <b>Watched</b>: Optional section, allowing one additional chain before Stage 5 if using an air dash cancel.
** 5: <b>Limited</b>: Maximum stage, same as watched and can trigger an Infinity Breaker.


* "Q: Isn't meter based on damage or some independent value that increases/decreases based on team size like damage and health? A: No, meter is based on meter value, not your ratio. :^)"
====Additional Rules====
* All standing, crouching, and command normals from the same button count as the same attack to IPS. Once one version of the normal gets watched, all versions are watched. IPS considers air normals separate attacks but are similarly tied to any air command normals on the same button.
* Different button strengths of same special move count as the same attack to IPS; once one strength of the special attack gets watched, all of them are watched. Similar to normal attacks, IPS watches the air version of specials separately and considers all strengths as one move.
* [[Skullgirls/Game_Systems/Advanced_Attacks#Blockbusters|Blockbuster]] are never watched and can't trigger IPS. Infinity Breakers can be preformed while getting hit by a Blockbuster if something else triggered IPS first.
* [[Skullgirls/Game_Systems/Advanced_Attacks#Ensembles|Ensembles]] count as their own section. IPS will watch Ensemble attacks and remember them if the Ensemble character becomes the point character before the end of the same combo.
* A {{#motion:throw}}, if used in a combo after a {{#motion:stagger}} or {{#motion:crumple}} stun, counts as its own section. Starting a combo with a throw will start the combo at Stage 2. Throws and [[Image:Throwonhit.png]] attacks cannot trigger IPS. Infinity Breakers can never be preformed during a throw's scripted animation.
* Watched attacks will carry over to a teammate if the teammate takes point after a standard [[Skullgirls/Game_Systems/Advanced_Attacks#Tag_In|Tag In]], but not after a [[Skullgirls/Game_Systems/Advanced_Attacks#Blockbuster_Sequels|Blockbuster Sequel]].


=Commands and Inputs=
====Character-Specific Rules====
* Directional inputs are a +1 or -1 value to the game engine. Using a keyboard or a non-default controller to hit two opposite directions at the same time (← + → or ↓ + ↑) will give a 0, or a neutral input.
* Cerebella's {{#motion:rpdfire}} j.LP will infinitely chain into itself but can only trigger IPS on its first hit.
* Parasoul's j.MK and (air) ↓ + MK can chain into any of her other air normals. Chaining "down" will start a new combo section.
* The direct hit from Parasoul's <b>Napalm Shot</b> will get watched like any other special move. IPS ignores the exploding tears from this attack.
* The explosion from Parasoul's <b>Napalm Toss</b> will get watched like any other special move. Although placing the tear does not cause a direct hit, chaining into the special move means the tear will not trigger IPS when it eventually does explode.
* If Parasoul cancels the recovery of an (air) <b>Napalm Toss</b> to start a second air chain in the same jump, it is considered the same as an air dash cancel to IPS and can be used to get a Stage 4 chain.
* IPS completely ignores Ms. Fortune's head. Hit from the head can never trigger IPS, the head's attacks are never watched, and it can't start a new section or increase the combo stage for the body.
* Painwheel's <b>Flight</b> is considered the same as an air dash cancel to IPS and can be used to get a Stage 4 chain.


* Easy inputs/shortcuts: 360s on the ground, IADs, timing between direction inputs.
===Drama===
The Drama (or undizzy) gauge compliments the IPS system and can trigger an Infinity Breaker based on a parallel set of rules. If the IPS prevents abuse of short, looping combos from a single character, building Drama prevents the longer and equally abusive combos from multiple characters. Once a combo reaches Stage 3, additional hits begin to fill the opponent's unseen Drama gauge. If the combo reaches Stage 5 and the defending character has 240 or more Drama, the start of any new chain in the combo will show a green version of the IPS hit effect and allow the opponent to execute an Infinity Breaker. Attacks dealt during this period will also be scaled by an extra 50%. Attacks add Drama based on set values for the type of move:
* Light normals: 15 Drama
* Medium normals: 20 Drama
* Heavy normals: 30 Drama
* Any special: 20 Drama


* Distinguishing DP and QCF; half circles
Other attacks, such as normal throws or Blockbusters, do not build Drama. Ensembles add appropriate Drama for the Ensemble's attack type. An attack that chains into itself (such as with <b>Chain Twice</b>) and attacks with multiple hits from a single button press will add Drama only on the first successful hit.


* negative edge: "You can negative edge specials and supers. You can't negative edge DHCs. The benefit to using it the same as in other games, to prevent yourself from accidentally doing something else in certain situations, like attempting a reversal and getting nothing->block instead of getting a normal if you mess up the motion for a special."
Drama decays over time when the opponent is not in hit or block stun, and if it accumulates over the 240 limit it will take even longer to clear. A full Drama gauge will drain over a maximum of 60f for 350+ Drama, scaling from a slightly slower decay rate at values over 150 to a faster rate as the bar empties. A successful [[Skullgirls/Game_Systems/Basic_Defense#Ground_Recovery|Ground Recovery]] immediately clears 50% of current Drama.
 
* Super flashes:
** "The game registers inputs during superflash and passes them to the characters, but the characters will use them to change state only when not frozen. In other words, you can do D,DF,F during the superflash, but you have to hit P after it's over or you won't get a fireball. There's no superflash buffering like in BB or MvC3, it's more like MvC2 or XSF."
** "Q: Two characters do the same super on the exact same frame. Who super flashes first? A: Simultaneous superflash will be P2 first, but after both they will be on the exact same frame, rather than P2 being a frame ahead like some games."
 
* Input priority/override: "Q: So what attack will come out if you set the custom assist to one of the assist commands (lp+mk, etc.)? A: To use a move as an assist it must be on a list of acceptable inputs. If you did something like that it would just pick whatever has highest priority, so in the case of lp+mk you'd just get standing MK."
 
* "Q: Does any of this sort of stuff change when I inevitably bind my assists to the unused buttons right of fierce/roundhouse on my TE stick? A: Nope, button bindings just count as those buttons being pressed, they're not separate inputs like they are in some other game engines."
 
=The Infinite Prevention System=
Hitting an opponent with an infinite combo allows the defending player to break out of the combo with a unique Infinite Escape attack. An infinite combo uses a repeated sequence of the same attacks and can deal 100% damage to the defending character. When the Infinite Prevention System (IPS) detects an infinite combo, hit sound effects and impact effects change and any attack input by the defending player will execute the Infinite Escape.
 
All characters have identical properties for their Infinite Escape: 10f of invincible start up, 23f active frames, and 28f of recovery. The Infinite Escape can start the frame after an IPS triggering attack lands. The defending character is invincible during the the entire Infinite Escape and can take any available action at the end of recovery frames if the Infinite Escape hits or is blocked. If it does not hit, the recovery frames are vulnerable and there is an additional period of recovery as the character falls slowly to the ground and lands standing.
 
The IPS looks at combos for reptition in smaller sequences or loops. Many of it's rules are shown in this example combo by Urichinan:
 
 
<youtube>qmoqIYzba38</youtube>
 
 
The complete combo can be written out as:
 
j.MK, j.HP xx air dash, j.MP, c.HP, s.HK xx qcf+LK, s.MP > s.HK xx qcf+LK, walk forward, s.MP (lander) > s.HK xx qcf+LK, walk forward, s.LK (lander) > s.MP > s.HK xx qcf+LK, walk forward, c.LK > s.MP > s.HK xx qcf+LK, walk forward, c.LP > s.MP (lander) > s.HK xx qcf+LK, s.MK xx super jump, j.MP, j.LP > j.MP, s.LP > s.LP > s.MP > s.HP xx qcf+MP, wall bounce, knockdown, c.MK > s.HP xx qcf+HK xx qcf+PP
 
Breaking this up into what the IPS considers loops gives the following:
 
* j.MK > j.HP xx air dash, j.MP - The 1st loop, ignored by IPS, ending when the attacking character hits the ground.
* c.HP, s.HK xx qcf+LK - The 2nd loop, also ignored by IPS, ending with a non-cancelled special move.
* s.MP > s.HK xx qcf+LK - The 3rd loop, and the first watched by IPS. IPS sees s.MP as the opening move of the chain and the loop ends with a non-cancelled special move. Even if there was an infinite detected here, the Infinite Escape will not trigger on the third loop.
* s.MP (land) > s.HK xx qcf+LK - The 4th loop, starting with s.MP, ending with a non-cancelled special move. s.MP will trigger infinite detection if used to start a loop for the third time.
* s.LK (land) > s.MP > s.HK xx qcf+LK - The 5th loop, starting with s.LK, ending with a non-cancelled special move.
* c.LK > s.MP > s.HK xx qcf+LK - The 6th loop, starting with c.LK, ending with a non-cancelled special move.
* c.LP > s.MP (land) > s.HK xx qcf+LK - The 7th loop, starting with a c.LP, ending with a non-cancelled special move. This sequence shows IPS does not care about landers.
* s.MK - The 8th loop, a lonely s.MK. This single move loop ends with the super jump cancel.
* j.MP, j.LP > j.MP - The 9th loop, starting with j.MP, ending when the attacking character hits the ground.
* s.LP > s.LP > s.MP > s.HP xx qcf+MP - The 10th loop, starting with s.LP, ending with a non-cancelled special move. The defending character enters a normal knockdown after the ground bounce.
* c.MK > s.HP xx qcf+HK xx qcf+PP - The 11th loop, ending the combo. This starts with c.MK, using the one OTG hit for the combo.
 
 
<i>I'm not sure why people think this IPS is complicated [...] the rules are still simple to explain - "don't start a chain with something you already hit with, and your combo is always legit." You get 2 free sections before moves are even counted toward this limit (your first and second chains) and one more free section where moves are kept track of but the limit isn't enforced yet (the entirety of your jump if you're in the air, or your next chain if you aren't). That's it.
You can determine exactly whether or not a combo is possible just by writing it out: "Did I already use s.LP? OK, can't start another chain with that." And if something doesn't work, the hitsparks change color and you immediately know which move caused it. You also immediately know why, because the ONLY THING that would cause it is you having used that move before.</i>


- Mike_Z [http://shoryuken.com/forum/index.php?threads/questions-answers-thread.146958/page-15#post-6083763]
If a defending team has any amount of Drama, level 1 and 2 [[Skullgirls/Game_Systems/Advanced_Attacks#Blockbusters|Blockbusters]] from the attacking team lose any frames of induced [[Skullgirls/Game_Systems/Frames#Hit_Stop|hit stop]]. Outside of a combo, these frames make an unexpected Blockbuster difficult to defend on reaction. Because Drama disables the hit stop effect, these attacks become less effective as an unexpected reset in the middle of a long combo. Level 3 and above Blockbusters will still apply induced hit stop regardless of Drama.


[[Skullgirls/Game_Systems/States#Counter_Hit|Counter hits]] subtract Drama, which can put Drama on the defending character to a negative value and allow for some impressive counter hit only combos. Drama subtracts on counter hit according to the type of attack:
* Light normals: -25 Drama
* Medium normals: -50 Drama
* Heavy normals: -100 Drama
* Normal throws: -50 Drama
* Specials: -50 Drama
* Any Ensemble: -25 Drama
* Blockbusters: 0 Drama


Additional IPS facts:
The Drama Gauge shows the current Drama on the defending character's [[Skullgirls/Game_Elements/Gameplay_Screen#HUD|HUD]]. Other IPS related rules have no visual indicator other than the hit effects after triggering an Infinity Breaker.
* Super moves get ignored by IPS. Infinite Escapes can be preformed while getting hit by a super if something else triggered IPS first.
* Infinite Escapes cannot be preformed during a throw.
* Continued use of moves with Chains Infinitely as a combo can only trigger IPS on the the first hit.
* Flight mode starts/ends loops for the IPS.
* When a team goes under 20% health, it does not get 5 levels of meter and immunity to the IPS. [http://shoryuken.com/forum/index.php?threads/questions-answers-thread.146958/page-2#post-5964587]

Latest revision as of 11:25, 9 July 2018

SkullgirlsSGEncoreLogo.png
Skullgirls#BasicsSkullgirls#Game ElementsSkullgirls#CastSkullgirls/Game SystemsSkullgirls#Fun StuffSkullgirls/Strategy TacticsMvC3HeaderButtons.png

Game Systems

This guide section, and it's subpages, describe the Game Systems in Skullgirls. Knowing the details may give new Skullgirls players an understanding of how to improve their gameplay. Players with experience from other fighting games may want to understand the similarities and differences between Skullgirls and the mechanics of other fighters.

  • Glossary: An index of move properties and a general fighting game vocabulary reference.

Fundamental Systems

  • Frame Rate, Timing, and Animation: Frames, Frame Skip, Start Up, Active Frames, Hit Stop, Hit Stun, Recovery Frames, Block Stun
  • Character States: Normal State, Dashing, Attacking, Hit Stun, Ground Recovery, Block Stun, Scripted Animation, Cinematic
  • Hit Boxes: Attack Boxes, Hurt Boxes, Physical Extent
  • Commands and Inputs: Fill in the list of subjects? How many frames between each direction input, what dps taking priority over qcf, stuff like that

Character Ability Systems

  • Movement: Walking, Dash and Run, Jumping, Air Dashes
  • Basic Attacks: Normal Moves, Command Normals, Normal Throws, Special Moves
  • Basic Defense: Blocking, Push Block, Ground Recovery, Throw Tech
  • Advanced Attacks: Blockbusters, Ensembles, Tag Out, Tag In, Outtakes, Stunt Doubles, Blockbuster Sequels
  • Combo Mechanics: Notation, Chains, Cancels, Links, OTGs, Landers, Character Size and Weight

Unblockable Protection

Defending characters get a brief period of unblockable protection after successfully blocking any attack that forces a specific block direction. This protection lasts for 7f, including hitstop. During this brief period, all attacks that require a change of block direction will get blocked automatically. The fearsome left/right and {{#motion:high / low}} unblockable setups, common to many 2D fighters, will not guarantee a successful hit as long as the defending player can block the first hit. At worst, these tactics will require the defending player to make a 50/50 guess.

SG unblockable.jpg
Cerebella guards high against Painwheel's j.MK, then automatically blocks Ms. Fortune's c.HK custom Ensemble.

Throw Unblockables

The standard jump start up animation gives every character 4f of {{#motion:startupinv}} against {{#motion:throw}} attacks. Stopping any ground throw using these frames gives full invulnerability to the remaining frames of throw start up, then gives the defending character 8f of additional projection against air to ground throw. Typical Anti-Air Throw attacks, such as Cerebella's Excellebella and Big Band's Take the 'A' Train, are throw on hit attacks that can't be blocked while a defending character has upward momentum. The 8f of protection effectively removes this property from the Anti-Air Throw moves, allowing the defending character to avoid both a ground throw and the Anti-Air Throw if they hits on approximately the same frame.

The Infinite Prevention System

Hitting an opponent with an infinite combo allows the defending player to break out of the combo with a unique Infinity Breaker attack. An infinite combo uses a repeated sequence of the same attacks and can deal 100% damage to the defending character. When the Infinite Prevention System (IPS) detects an infinite combo, hit sound effects and impact effects change and any attack input by the defending player will execute the Infinity Breaker.

Infinity Breaker

All characters have identical properties for their Infinity Breaker: 10f of invincible start up, 23f active frames, and 28f of recovery. The defending player can press any button to input an Infinity Breaker the first vulnerable frame after an IPS triggering attack lands. On hit, the Infinity Breaker deals no damage but will scale damage to 50% if it starts a combo. The defending character is invincible during the the entire Infinity Breaker and can take any available action at the end of recovery frames as long as the Infinity Breaker hits or is blocked. Under normal circumstances, both characters will recover on the same frame after a blocked Infinity Breaker. If an Infinity Breaker does not hit the opponent at all, the recovery frames are vulnerable and there is an additional period of recovery as the character falls slowly to the ground and lands standing.

If the defending player waits 90f after IPS gets triggered, the Infinity Breaker will always have a fully invulnerable recovery even if it misses the opponent. Starting an Infinity Breaker immediately after a projectile hit will also guarantee a fully safe Infinity Breaker.

Infinite Detection

I'm not sure why people think this IPS is complicated [...] the rules are still simple to explain - "don't start a chain with something you already hit with, and your combo is always legit." You get 2 free sections before moves are even counted toward this limit (your first and second chains) and one more free section where moves are kept track of but the limit isn't enforced yet (the entirety of your jump if you're in the air, or your next chain if you aren't). That's it. You can determine exactly whether or not a combo is possible just by writing it out: "Did I already use s.LP? OK, can't start another chain with that." And if something doesn't work, the hitsparks change color and you immediately know which move caused it. You also immediately know why, because the ONLY THING that would cause it is you having used that move before. [1]

"Don't start a chain with something you've already hit with" is the only rule. The exception is your first jumpin sequence, first ground chain and first air combo. [2]

- Mike_Z

  • IPS Examples: Analysis of combo videos showing IPS mechanics in older patches. These examples may also explain why Drama was added to Skullgirls with 1.02.

Combo Sections and Stages

IPS reads combos in smaller sections, chains, or loops as they happen. It offers the most freedom to the attacking team during the first sections. As the combo continues, the combo stage increases. A higher combo stage represents increasing restrictions on a combo as it becomes closer to an infinite. Any attack can start a new section, which will continue through any chain combo of normals, a cancel into a special move, or a cancel into a Blockbuster. Leaving the ground with a jump, landing on the ground, air dash canceling, and preforming a link in a combo all start a new section for the combo and increase the combo stage.

The Practice Room's combo stage counter shows the player exactly when IPS increases the restrictions for the combo by counting up from 0 to 5. The IPS effectively ignores the combo for the first free sections, remembering all attacks used in a combo starting with the first watched section. After a combo reaches the maximum combo stage, the IPS continues to watch and remember every attack and can trigger for an Infinity Breaker. Starting any additional section with a move that was previously used in a watched section will trigger IPS.

  • Order of combo stages:
    • 1: Free: Optional section for a chain of jump-in attacks; cancelling to an air dash will end the chain and start Stage 2.
    • 2: Free: The next chain, usually the first ground section.
    • 3: Watched: The next chain.
    • 4: Watched: Optional section, allowing one additional chain before Stage 5 if using an air dash cancel.
    • 5: Limited: Maximum stage, same as watched and can trigger an Infinity Breaker.

Additional Rules

  • All standing, crouching, and command normals from the same button count as the same attack to IPS. Once one version of the normal gets watched, all versions are watched. IPS considers air normals separate attacks but are similarly tied to any air command normals on the same button.
  • Different button strengths of same special move count as the same attack to IPS; once one strength of the special attack gets watched, all of them are watched. Similar to normal attacks, IPS watches the air version of specials separately and considers all strengths as one move.
  • Blockbuster are never watched and can't trigger IPS. Infinity Breakers can be preformed while getting hit by a Blockbuster if something else triggered IPS first.
  • Ensembles count as their own section. IPS will watch Ensemble attacks and remember them if the Ensemble character becomes the point character before the end of the same combo.
  • A {{#motion:throw}}, if used in a combo after a {{#motion:stagger}} or {{#motion:crumple}} stun, counts as its own section. Starting a combo with a throw will start the combo at Stage 2. Throws and Throwonhit.png attacks cannot trigger IPS. Infinity Breakers can never be preformed during a throw's scripted animation.
  • Watched attacks will carry over to a teammate if the teammate takes point after a standard Tag In, but not after a Blockbuster Sequel.

Character-Specific Rules

  • Cerebella's {{#motion:rpdfire}} j.LP will infinitely chain into itself but can only trigger IPS on its first hit.
  • Parasoul's j.MK and (air) ↓ + MK can chain into any of her other air normals. Chaining "down" will start a new combo section.
  • The direct hit from Parasoul's Napalm Shot will get watched like any other special move. IPS ignores the exploding tears from this attack.
  • The explosion from Parasoul's Napalm Toss will get watched like any other special move. Although placing the tear does not cause a direct hit, chaining into the special move means the tear will not trigger IPS when it eventually does explode.
  • If Parasoul cancels the recovery of an (air) Napalm Toss to start a second air chain in the same jump, it is considered the same as an air dash cancel to IPS and can be used to get a Stage 4 chain.
  • IPS completely ignores Ms. Fortune's head. Hit from the head can never trigger IPS, the head's attacks are never watched, and it can't start a new section or increase the combo stage for the body.
  • Painwheel's Flight is considered the same as an air dash cancel to IPS and can be used to get a Stage 4 chain.

Drama

The Drama (or undizzy) gauge compliments the IPS system and can trigger an Infinity Breaker based on a parallel set of rules. If the IPS prevents abuse of short, looping combos from a single character, building Drama prevents the longer and equally abusive combos from multiple characters. Once a combo reaches Stage 3, additional hits begin to fill the opponent's unseen Drama gauge. If the combo reaches Stage 5 and the defending character has 240 or more Drama, the start of any new chain in the combo will show a green version of the IPS hit effect and allow the opponent to execute an Infinity Breaker. Attacks dealt during this period will also be scaled by an extra 50%. Attacks add Drama based on set values for the type of move:

  • Light normals: 15 Drama
  • Medium normals: 20 Drama
  • Heavy normals: 30 Drama
  • Any special: 20 Drama

Other attacks, such as normal throws or Blockbusters, do not build Drama. Ensembles add appropriate Drama for the Ensemble's attack type. An attack that chains into itself (such as with Chain Twice) and attacks with multiple hits from a single button press will add Drama only on the first successful hit.

Drama decays over time when the opponent is not in hit or block stun, and if it accumulates over the 240 limit it will take even longer to clear. A full Drama gauge will drain over a maximum of 60f for 350+ Drama, scaling from a slightly slower decay rate at values over 150 to a faster rate as the bar empties. A successful Ground Recovery immediately clears 50% of current Drama.

If a defending team has any amount of Drama, level 1 and 2 Blockbusters from the attacking team lose any frames of induced hit stop. Outside of a combo, these frames make an unexpected Blockbuster difficult to defend on reaction. Because Drama disables the hit stop effect, these attacks become less effective as an unexpected reset in the middle of a long combo. Level 3 and above Blockbusters will still apply induced hit stop regardless of Drama.

Counter hits subtract Drama, which can put Drama on the defending character to a negative value and allow for some impressive counter hit only combos. Drama subtracts on counter hit according to the type of attack:

  • Light normals: -25 Drama
  • Medium normals: -50 Drama
  • Heavy normals: -100 Drama
  • Normal throws: -50 Drama
  • Specials: -50 Drama
  • Any Ensemble: -25 Drama
  • Blockbusters: 0 Drama

The Drama Gauge shows the current Drama on the defending character's HUD. Other IPS related rules have no visual indicator other than the hit effects after triggering an Infinity Breaker.