Jump to content
View in the app

A better way to browse. Learn more.

Obsidian Forum Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[434] Interrupt being calculated incorrectly

Featured Replies

ysuxAp9.jpg

 

6pEiCmE.jpg

 

As seen here, bonus Interrupt is not being calculated correctly and is giving insanely inflated values.

  • Author

Interrupting Blows is also being treated as an Integer

 

I think I found the culprit in the code

 

In CharacterStats.cs

 

public float ComputeInterruptHelper(AttackData.InterruptScale baseInterrupt)
    {
        float num = AttackData.InterruptValue(baseInterrupt);
        float num2 = (this.StatInterruptMultiplier - 1f) * 100f;
        float num3 = (this.InterruptMultiplier - 1f) * 100f;
        num += num2;
        return (num + num3);
    }
Both values StatInterruptMult (which if say 18 would be 1.48) and InterruptMult (Interrupting Blows would be 1.15) are -1 and then * 100, making them 48 and 15, respectively.

 

They are then added to the Base Interrupt

Edited by Sensuki

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.