Jump to content

Boss mob drop 3 embers Instead of 7~8


Cassielu
  • Fixed

Probably because all current bosses are large creatures.


Steps to Reproduce

1. Kill a boss mob

2. Notice it drops 3 embers

  • Like 2



User Feedback


A developer has marked this issue as fixed. This means that the issue has been addressed in the current development build and will likely be in the next update.
local function GetNumEmbers(victim)
    --V2C: assume HasEmbers is checked separately
    return (victim:HasTag("largecreature") and 3)
        or (victim:HasTag("epic") and math.random(7, 8))
        or 1
end

Agree. In prefabs\willow_ember_common.lua:16 the examination of epic tag should be put ahead.

Share this comment


Link to comment
Share on other sites



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...