Combat Roll Extension
This is an extension for the Combat Roll mod by Daedelus that adds support for the stamina system from the Stamina Attributes mod. The mod introduces two new character attributes that control the number of invulnerable frames during a roll and the stamina cost for performing this action.
Default Attributes
- _generic.roll_stamina_cost: 1
- _generic.roll_invulnerable_ticks: 0
Server Settings
If the 'rolling_requires_stamina' parameter is activated, the player will only be able to perform a roll when they have stamina greater than zero.
When the 'rolling_requires_stamina_cost' option is enabled, the player must have sufficient stamina exceeding the value calculated as the product of the _generic.roll_stamina_cost attribute and the 'global_rolling_stamina_cost_multiplier' to perform a roll.
The stamina cost for rolling is multiplied by the 'global_rolling_stamina_cost_multiplier' coefficient.
The 'is_roll_invulnerable_ticks_attribute_active' parameter determines where the invulnerable frame settings are taken from. When set to false, the setting from the Combat Roll mod server configuration is used, and when true, the value of the _generic.roll_invulnerable_ticks attribute is used.