Git Product home page Git Product logo

Comments (4)

FelipeRenault avatar FelipeRenault commented on September 17, 2024

The spell calculation is as follows

DealDamage(1d6*(((Level-1)/2)+1), MainMeleeWeaponDamageType)

Are you sure the damage is not increasing? Please test it and check the combat log roll, the tooltip might be broken, even if it's working correctly
Here's the (possibly wrong) spell's description params which shows a static 1d6

data "DescriptionParams" "DealDamage(MainMeleeWeapon+1d6, MainMeleeWeaponDamageType)"

from raw.

AshnakAGQ avatar AshnakAGQ commented on September 17, 2024

Just checked the damage roll and it does seem to be scaling properly. The description is just wrong, and the level up doesn't mention anything either.

from raw.

Slapstick83 avatar Slapstick83 commented on September 17, 2024

The problem here is that it rolls 1d6 and then multiplies it, when it should roll 1d6 per 2 levels. The difference in rolling 1d6*x and xd6 is pretty huge when we get to higher level. It massively impacts the damage distribution. With 5d6 you'd have a bell curve with a high likelyhood of moderate damage, with 1d6 x 5 you'll have equal chance of very low damage and very high damage. The big draw of sneak attack is reliable damage.

from raw.

FelipeRenault avatar FelipeRenault commented on September 17, 2024

Agreed, but that's something Larian should fix before release. Since for now we only get up to 2d6 vs 1d6*2, I won't bother

from raw.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.