primeiro commit
All checks were successful
Build and Push Image / Build and push image (push) Successful in 3m5s

This commit is contained in:
2024-04-29 21:38:53 -03:00
commit e11bf493a1
2532 changed files with 55878 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
[
(1.0, Item("common.items.crafting_ing.empty_vial")),
(1.0, LootTable("common.loot_tables.food.wild_ingredients")),
(1.0, LootTable("common.loot_tables.food.prepared")),
]

View File

@@ -0,0 +1,8 @@
[
(6.0, Item("common.items.mineral.gem.topaz")),
(8.0, Item("common.items.mineral.gem.amethyst")),
(1.6, Item("common.items.mineral.gem.sapphire")),
(1.2, Item("common.items.mineral.gem.emerald")),
(0.8, Item("common.items.mineral.gem.ruby")),
(0.4, Item("common.items.mineral.gem.diamond")),
]

View File

@@ -0,0 +1,5 @@
[
(1.0, MultiDrop(Item("common.items.mineral.ore.veloritefrag"), 3, 4)),
(0.35, MultiDrop(Item("common.items.mineral.ore.velorite"), 2, 3)),
(0.15, LootTable("common.loot_tables.materials.gems")),
]