Jump to content

Recommended Posts

Posted

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.

Posted (edited)

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 by poopoodice
  • Thanks 1

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.