Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nether Gauntlet Erases Armor #125

Open
Suupine opened this issue May 22, 2024 · 7 comments
Open

Nether Gauntlet Erases Armor #125

Suupine opened this issue May 22, 2024 · 7 comments

Comments

@Suupine
Copy link

Suupine commented May 22, 2024

Me and My friend did not die we killed the Gauntlet and after the fight was over all of just his Armor was gone nothing else just the 4 pieces. Please Help!

@noxerBO
Copy link

noxerBO commented May 22, 2024

I fought with it 10 mins ago and once i got hit by its ray and got killed my entire armor disappeared. It was dragon scale armor on full durability so i think something is wrong here :/

@barribob
Copy link
Owner

sorry, i don't know what dragon scale armor is - can you send me the combination of mods that you saw the issue

@DarkyTrixy
Copy link

So I'm just adding into this as this happened to a friend in a server while he was fighting this boss (Nether Gauntlet)

Modpack: Cisco's Fantasy Medieval RPG Ultimate
Version: 1.19.2
Everything is modified in this modpack, tho the armor he was wearin in this case in the server was the "Fallen Hero" set, with maxed out enchants (Enchants can go beyond the levels that base Minecraft has). Idk if it's a bug or not but wanted to see if this was helpful in anyway for the mod.

@DarkyTrixy
Copy link

So I did a lil testing myself and from what I could tell that the boss ignores the unbreaking enchant, the armor breaks around the same time if its enchanted or non-enchanted, I tried it with several armor types in the modpack and seemed to be the case of its just ignoring that enchant. I dont know if its an intended feature or not though

@SettingDust
Copy link

The entity damage attribute is increasing with lazer. https://github.com/barribob/bosses-of-mass-destruction/blob/master/src/main/kotlin/net/barribob/boss/mob/mobs/gauntlet/LaserAction.kt#L87-L90
The originalAttack here is the total value of the attribute. But you set it back as base. If there is any modifier that will make the base different total value. The bug appear.
You should add a modifier instead of operate the base value directly.

@amadaz
Copy link

amadaz commented Oct 12, 2024

Had the same happen to me and my friend on Cisco's Fantasy Medieval RPG Ultimate V5e, we noticed our armor wasn't there after death even though they all had unbreaking 3+ and life-mending

@barribob
Copy link
Owner

i have fixed so that the laser is not directly modifying the attack attribute, let me know if issues are not fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants