... | ... | @@ -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 |