Bosses of Mass Destruction

Bosses of Mass Destruction

19M Downloads

Nether Gauntlet Erases Armor

Suupine opened this issue ยท 7 comments

commented

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!

commented

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 :/

commented

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

commented

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.

commented

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

commented

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.

commented

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

commented

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