Code Monkey home page Code Monkey logo

Comments (2)

tranek avatar tranek commented on July 20, 2024

Hey that's a great question. Source is the initiating character. I don't know why ActionRPG went with Source. I think I just copied it and never put any thought into it. In the basic scenario, it doesn't matter. The Damage attribute gets reset to 0 in the AttributeSet so it will always be zeroed out before using it and we'll never run into the scenario that you described. Even though we're "capturing" it at the time the GE Spec is created, which could happen any time before the GE Spec is applied, it will always be zero because we're immediately zeroing it out in the AttributeSet. I think that you would be fine setting it as Target and not captured.

Also look into temporary variables, however those can only be used with ExecutionCalculations.

from gasdocumentation.

GuyPaddock avatar GuyPaddock commented on July 20, 2024

Yeah, I was aware of how the damage gets reset and I was aware of temporary variables; I was mainly interested in confirming that my hypothesis about the subtle bug was correct. With the way Epic handles it, if anything causes the damage not to be reset to zero (e.g. if the attribute set did something odd like carrying a reduced amount of damage forward to the next frame, etc.), then the source damage affects the damage on the target.

from gasdocumentation.

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.