Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
MythicEnchants MythicEnchants
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 7
    • Issues 7
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • MythicEnchantsMythicEnchants
  • Wiki
  • Rarities

Rarities · Changes

Page history
Update Rarities authored Oct 17, 2023 by RazielMartelus96's avatar RazielMartelus96
Hide whitespace changes
Inline Side-by-side
Showing with 15 additions and 6 deletions
+15 -6
  • Rarities.md Rarities.md +15 -6
  • No files found.
Rarities.md
View page @ 35ed0804
......@@ -8,6 +8,8 @@ Every rarity has the following fields:
* `EnchantingTable.Chance` - A list of chances for an enchantment of this rarity to be chosen if a custom enchant will be applied. The first number corresponds to the [Lapis Level](https://git.lumine.io/mythiccraft/mythicenchants/-/wikis/Lapis-Level), and the second is a chance (where 0.25 is 25%).
* `EnchantingTable.MinLevel` - The minimum xp level a player must have to receive an enchant of this rarity. The first number corresponds to the [Lapis Level](https://git.lumine.io/mythiccraft/mythicenchants/-/wikis/Lapis-Level), and the second is the experience level.
* `EnchantingTable.MinCost` - The minimum enchanting cost to receive an enchant of this rarity. The first number corresponds to the [Lapis Level](https://git.lumine.io/mythiccraft/mythicenchants/-/wikis/Lapis-Level), and the second is the cost (between 1 and 3).
* `EnchantingTable.Dungeons` - Chance of an Enchanted item appearing within a loot chest within a Dungeon, Mineshaft or any other randomly generated loot in Vanilla Minecraft.
* `EnchantingTable.VillagerTrades` - Chance of a villager, based on profession, having a trade that includes a Mythically Enchanted item.
```
COMMON:
......@@ -15,13 +17,20 @@ COMMON:
Color: GRAY
EnchantingTable:
Chance:
- 0 0.25
- 1 0.50
- 2 1.00
- 0 1.0
- 1 0.5
- 2 0.7
MinLevel:
- 0 20
- 1 10
- 0 10
- 1 15
- 2 5
MinCost:
- 0 3
- 1 2
```
\ No newline at end of file
- 2 1
Dungeons:
Chance: 100.0
VillagerTrades:
Chance:
- librarian 100.0
- weaponsmith 100.0
\ No newline at end of file
Clone repository

Manual

  • Home
  • Changelogs
  • Commands and Permissions
  • FAQ / Common Issues
Usage
  • Installation & Setup
  • Premade Enchantments
  • Creating Custom Enchantments
  • Options
  • Rarities
  • Tables
Custom Enchantments
  • Mechanics
  • Targeters
  • Triggers
  • Conditions
  • Placeholders