Jump to content

Wigfrid gains very little inspiration on a beefalo.


Hornete
  • Pending

This is less a bug, and more an oversight, but I thought this fits here.
 


Wigfrid's inspiration gain uses the base damage of her weapon in hand(or default damage) to determine her inspiration rate each hit. However, when attacking on a beefalo, the base damage is calculated as her default damage instead of the beefalos damage, this makes it very hard to gain inspiration when attacking on a beefalo as Wigfrid.

 

local mount = self.inst.components.rider:GetMount()
local player_damage = (data.weapon ~= nil and data.weapon.components.weapon:GetDamage(self.inst, target))
	or (mount ~= nil and mount.components.combat.defaultdamage)
            or self.inst.components.combat.defaultdamage

Changing lines 118-119 in components/singinginspiration.lua to this could work to make the inspiration gain rate calculated with the beefalos damage if the player is riding one.


Steps to Reproduce

1. Ride a beefalo
2. Attack with the beefalo
3. Notice you get the same amount of inspiration as if you were punching with no weapon in hand

  • Like 3



User Feedback


There are no comments to display.



Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
  • Create New...