Posted September 14, 20214 yr I have a capability that has a strength stat and basically I just want the player to have more attack damage depending on how high that stat is. I want to avoid using .setBaseValue (which is what I'm using at the moment) as I feel like there's a very good chance that'll conflict with other things, so instead I want to use .addTransientModifier, only problem is AttributeModifiers which are what it takes in don't seem to have any way to change the value of. Is there any other class extending AttributeModifiers that have a changable value or anything like that? I could just make a new AttributeModifier whenever the stat changes but I'm guessing that's a bad idea since it's meant to have a UUID.
September 15, 20214 yr It's ok to create different attribute modifiers with identical UUID you just got to make sure you removes the previous one from the entity, so they don't clash. Edited September 15, 20214 yr by poopoodice
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.