ForbiddenMagic icon indicating copy to clipboard operation
ForbiddenMagic copied to clipboard

Skulltaker Axe drops

Open coldfeudal opened this issue 3 years ago • 5 comments

Is there a certain chance to get a skull from a skulltaker axe? I found close to nothing reading wiki or thaumonomicon. Also no result searching code

coldfeudal avatar Aug 05 '21 17:08 coldfeudal

Change? You just kill things with it and they drop skulls.

SpitefulFox avatar Aug 05 '21 18:08 SpitefulFox

Change? You just kill things with it and they drop skulls.

Chance, my bad

coldfeudal avatar Aug 05 '21 20:08 coldfeudal

The code can be found here: https://github.com/SpitefulFox/ForbiddenMagic/blob/master/src/main/java/fox/spiteful/forbidden/FMEventHandler.java#L133

It's... needlessly convoluted. I wrote that when I first made the mod, tbf. xD

It generates a number from 0 to 25 and then checks if the number is equal to or less than 3 + the Looting level of the weapon.

SpitefulFox avatar Aug 06 '21 05:08 SpitefulFox

Sorry for Necroposting but this is the perfect topic. I tried the Skulltaker on players and it doesnt give any player skulls. It works as intended on mobs tho

Tekalbiya avatar Jun 29 '22 17:06 Tekalbiya

looting less effective on skeletons

for what purpose? compared to tinkers cleavers which have a base 20% and are pretty easy to upgrade to 100% behead chance, a 7/26 = 30% chance with looting 3 seems pretty bad i would bump it to 50% by default and guarantee heads with looting

hacker-on-steroids avatar Aug 20 '24 09:08 hacker-on-steroids