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,4 @@
[
// Key
(1.0, Item("common.items.keys.terracotta_key_door")),
]

View File

@@ -0,0 +1,15 @@
[
(1, All([
Item("common.items.keys.terracotta_key_door"),
Lottery([
// Weapons
(3.0, LootTable("common.loot_tables.weapons.tier-5")),
// Armor
(3.0, LootTable("common.loot_tables.armor.tier-5")),
// Misc
(0.25, Item("common.items.tool.instruments.steeltonguedrum")),
]),
],
)),
]

View File

@@ -0,0 +1,6 @@
[
// Consumables
(1.0, MultiDrop(Item("common.items.consumable.potion_minor"), 2, 5)),
// Nothing
(2.0, Nothing),
]

View File

@@ -0,0 +1,6 @@
[
// Key
(1.0, Item("common.items.keys.terracotta_key_chest")),
// Nothing
(5.0, Nothing),
]