Hard Pity

Quick rating

Hard Pity

No reviews yet

Dive in, farm smart, and test your luck.

Mod Loaders
Forge
NeoForge
Fabric
Minecraft
26.2

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
Hard Pity 2.0.2
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Hard Pity is a mod that optimizes the experience of obtaining rare items in Minecraft. It adds a guaranteed drop mechanism for Wither Skeleton Skulls and Tridents, and also introduces a method for obtaining Dragon Eggs.

Overview

Every time a player defeats a Wither Skeleton, Drowned, or Ender Dragon, they will perform a lottery draw in the corresponding gacha pool, and the accumulated number of draws for each gacha pool is independent. If the tool held in the main hand has the Looting Enchantment, an additional 0-3 random lottery draws will be conducted based on the level of the Looting Enchantment.

Gacha Pool Rewards

image

Probability Disclosure

image

The hard pity is set at 40 draws, and the specific probability of obtaining a 5-star item (referred to as "obtaining gold" herein) in each draw is as follows:

The expected number of draws to obtain a 5-star item is 34, and the average probability of obtaining a 5-star item per draw is 2.95%.

For the first 5-star item obtained, there is a 50% probability of dropping the "5-Star Reward (Pity)" and a 50% probability of dropping the "5-Star Reward (Non-Pity / Hard Pity)". If the "5-Star Reward (Pity)" is dropped, the next 5-star item obtained will definitely be the "5-Star Reward (Non-Pity / Hard Pity)", and this count will then be reset.

The soft pity for 4-star rewards is 10 draws, and its count is independent of that of 5-star rewards.

Capture Bright Light

In general, if the number of lottery draws is large, the "Capture Bright Light" mechanism is equivalent to increasing the probability of obtaining a non-pity item in the soft pity to approximately 54.94%. The specific mechanism is as follows:

Each player has a "Capture Bright Light" counter with an initial value of 0 and a value range of {-1, 0, 1, 2}. This counter is stored in the player's data in the form of NBT. If the player gets a pity item once, the counter increases by 1; if the player gets a non-pity item in the soft pity, the counter decreases by 1 (if the count result is less than -1, the counter is set to -1). The "Capture Bright Light" counter for each gacha pool is counted independently.

If the counter is 1: When the soft pity is triggered, it first determines whether "Capture Bright Light" is activated, with an activation probability of 6%. If not activated, it normally judges whether the soft pity results in a pity item; if activated, it is regarded as a non-pity item in the soft pity, and the counter is reset to 0.

If the counter is 2: When the soft pity is triggered, it is directly regarded as a non-pity item in the soft pity, and the counter is reset to 0.

Notes

you can use this mod freely in your mod pack.

The lottery draw data of this mod is stored in the player's data in the form of NBT tags. Therefore, if you have administrator privileges, you can use the /data command to query and modify your gacha pool progress, soft and hard pity status, and the value of the "Capture Bright Light" counter.

Hard Pity is a mod that optimizes the experience of obtaining rare items in Minecraft. It adds a guaranteed drop mechanism for Wither Skeleton Skulls and Tridents, and also introduces a method for obtaining Dragon Eggs.

Overview

Every time a player defeats a Wither Skeleton, Drowned, or Ender Dragon, they will perform a lottery draw in the corresponding gacha pool, and the accumulated number of draws for each gacha pool is independent. If the tool held in the main hand has the Looting Enchantment, an additional 0-3 random lottery draws will be conducted based on the level of the Looting Enchantment.

Gacha Pool Rewards

Gacha Pool 4-Star Reward 5-Star Reward (Non-Pity / Hard Pity) 5-Star Reward (Pity)
Wither Skeleton Gold Ingot Wither Skeleton Skull Skeleton Skull
Drowned Copper Ingot Trident Iron Sword
Ender Dragon Dragon Head Dragon Egg Egg

Probability Disclosure

The hard pity is set at 40 draws, and the specific probability of obtaining a 5-star item (referred to as "obtaining gold" herein) in each draw is as follows:

Draws 1-35 36th Draw 37th Draw 38th Draw 39th Draw 40th Draw
0.6% 16% 33% 51% 80% 100%

The expected number of draws to obtain a 5-star item is 34, and the average probability of obtaining a 5-star item per draw is 2.95%.

For the first 5-star item obtained, there is a 50% probability of dropping the "5-Star Reward (Pity)" and a 50% probability of dropping the "5-Star Reward (Non-Pity / Hard Pity)". If the "5-Star Reward (Pity)" is dropped, the next 5-star item obtained will definitely be the "5-Star Reward (Non-Pity / Hard Pity)", and this count will then be reset.

The soft pity for 4-star rewards is 10 draws, and its count is independent of that of 5-star rewards.

Capture Bright Light

In general, if the number of lottery draws is large, the "Capture Bright Light" mechanism is equivalent to increasing the probability of obtaining a non-pity item in the soft pity to approximately 54.94%. The specific mechanism is as follows:

Each player has a "Capture Bright Light" counter with an initial value of 0 and a value range of {-1, 0, 1, 2}. This counter is stored in the player's data in the form of NBT. If the player gets a pity item once, the counter increases by 1; if the player gets a non-pity item in the soft pity, the counter decreases by 1 (if the count result is less than -1, the counter is set to -1). The "Capture Bright Light" counter for each gacha pool is counted independently.

If the counter is 1: When the soft pity is triggered, it first determines whether "Capture Bright Light" is activated, with an activation probability of 6%. If not activated, it normally judges whether the soft pity results in a pity item; if activated, it is regarded as a non-pity item in the soft pity, and the counter is reset to 0.

If the counter is 2: When the soft pity is triggered, it is directly regarded as a non-pity item in the soft pity, and the counter is reset to 0.

Notes

you can use this mod freely in your mod pack.

The lottery draw data of this mod is stored in the player's data in the form of NBT tags. Therefore, if you have administrator privileges, you can use the /data command to query and modify your gacha pool progress, soft and hard pity status, and the value of the "Capture Bright Light" counter.

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~6,000
Total Downloads
CurseForge
~1,000
Modrinth
~4,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works