barribob / bosses-of-mass-destruction

https://www.curseforge.com/minecraft/mc-mods/bosses-of-mass-destruction-alpha
Other
16 stars 21 forks source link

Nether Gauntlet Erases Armor #125

Open Suupine opened 5 months ago

Suupine commented 5 months ago

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 commented 5 months ago

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 commented 4 months ago

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

DarkyTrixy commented 2 months ago

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 commented 2 months ago

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 commented 1 week ago

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 commented 1 week ago

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 commented 5 days ago

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