primeiro commit
All checks were successful
Build and Push Image / Build and push image (push) Successful in 3m5s
All checks were successful
Build and Push Image / Build and push image (push) Successful in 3m5s
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
[
|
||||
// Key
|
||||
(1.0, Item("common.items.keys.terracotta_key_door")),
|
||||
]
|
||||
@@ -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")),
|
||||
]),
|
||||
],
|
||||
)),
|
||||
]
|
||||
@@ -0,0 +1,6 @@
|
||||
[
|
||||
// Consumables
|
||||
(1.0, MultiDrop(Item("common.items.consumable.potion_minor"), 2, 5)),
|
||||
// Nothing
|
||||
(2.0, Nothing),
|
||||
]
|
||||
@@ -0,0 +1,6 @@
|
||||
[
|
||||
// Key
|
||||
(1.0, Item("common.items.keys.terracotta_key_chest")),
|
||||
// Nothing
|
||||
(5.0, Nothing),
|
||||
]
|
||||
Reference in New Issue
Block a user