This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
global:block [2015/05/14 20:37] Mistermind |
global:block [2024/12/04 04:45] (current) Mistermind |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Block Options ====== | ====== Block Options ====== | ||
- | Set how combos | + | Configure the blocking |
{{ : | {{ : | ||
+ | |||
+ | ---- | ||
===== Block ===== | ===== Block ===== | ||
- | **Block Input: | + | **Block Input: |
- | **Allow Air Block: | + | **Allow Air Block: |
- | **Ignored | + | **Ignore |
- | __NOTE__: Air Block mechanics works like in Marvel Vs series, not Street Fighter Alpha series. | + | **Allow Move Canceling:** Enables players to cancel into moves while blocking (Default: Disabled). |
+ | ---- | ||
===== Parry ===== | ===== Parry ===== | ||
- | **Parry Input: | + | **Parry Input: |
- | **Parry Timing:** The lower the number, the harder it is to parry. | + | **Parry Timing:** The window for successfully executing a parry. Lower values make it more challenging. (Default: 0.3 seconds). |
- | **Parry Stun Type:** | + | **Parry Stun Type: |
- | * **Fixed: | + | |
- | * **Block Stun Percentage: | + | |
- | **Highlight When Parry**: | + | **Parry |
- | **Parry | + | **Highlight When Parry: |
+ | - **Parry Color Mask:** The color to flash when a parry is executed. (Default: Red). | ||
- | **Allow Air Parry: | + | **Allow Air Parry: |
- | **Ignore Applied Forces: | + | **Ignore Applied Forces: |
- | **Reset Button Sequence: | + | **Reset Button Sequence: |
+ | **Enable Easy Parry:** Makes it easier to parry by extending the parry window across multiple hits (Default: Disabled). | ||
---- | ---- | ||
+ | |||
Code access: | Code access: | ||
- | '' | + | ``UFE.config.blockOptions`` |
- | + | ||
- | Code example: | + | |
+ | Code example: | ||
<code c#> | <code c#> | ||
if (UFE.config.player1Character.currentLifePoints < 10){ | if (UFE.config.player1Character.currentLifePoints < 10){ | ||
- | UFE.config.blockOptions.parryColor = Color.red; | + | |
} | } | ||
</ | </ | ||
+ | |||
---- | ---- | ||
[[global: | [[global: | ||
+ |