Endest Reap - TinyModularThings/UniqueEnchantments GitHub Wiki

1.16+ Post-Transcended Update

Effect:

Deals bonus magic damage.
Gains a stack for every slain 'higher being'.
Reaping Cap is equal to Player Level.

Transcended:

uncapped, but each point has a chance to fail


Max. Level: 4
Transcending: 1000
Treasure: Yes
Rarity: Very_rare
Equipable: Weapon, Axe, Bow, Hoe
Tradeable: False

Formula:

Normal

[BonusDamage] += Level * BonusBaseDamagePerLvL + sqrt(ReapMultiplier * Level * Reaped) 
[ReapedCap] PlayerLevel
[HigherBeings] 8:Ender Dragon, 3:Wither, 1:Shulker, 2:Ravager, 1:Evoker, 5:Elder Guardian

Transcended

[Chance] = TranscendedChance
ReapMultiplier 0.01
BonusDamagePerLvL 0.5
TranscendedChance 0.25

Incompatible:

Sharpness, Ameliorated Sharpness, Spartan Weapon, Sage's Blessing, Mending, Ender Mending


Special Notes:

With Player Level 200, the Player can gain 200 Reaped Stacks. If the Player then proceeds to have a lower Level(say by Enchanting) the Reaped Stacks won't decrease, but can't increase unless the Level is high enough.

Legacy 1.12.2 & 1.14.4

Effect:

Deals bonus magic damage.
Gains a stack for every slain 'higher being'.
Reaping Cap is equal to Player Level.


Max. Level: 4
Treasure: Yes
Rarity: Very_rare
Equipable: Weapon, Axe, Bow, Hoe
Tradeable: False

Formula:

[BonusDamage] += Level * BonusDamagePerLvL + (ReapMultiplier * Level * Reaped)  
[ReapedCap] PlayerLevel
[HigherBeings] 8:Ender Dragon, 3:Wither, 1:Shulker, 2:Ravager, 1:Evoker, 5:Elder Guardian
ReapMultiplier 0.01
BonusDamagePerLvL 0.5

Incompatible:

Sharpness, Ameliorated Sharpness, Spartan Weapon, Sage's Blessing, Mending, Ender Mending


Special Notes:

With Player Level 200, the Player can gain 200 Reaped Stacks. If the Player then proceeds to have a lower Level(say by Enchanting) the Reaped Stacks won't decrease, but can't increase unless the Level is high enough.

⚠️ **GitHub.com Fallback** ⚠️