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,12 @@
[
// Gear
(0.5, LootTable("common.loot_tables.weapons.components.tier-3")),
(0.25, LootTable("common.loot_tables.weapons.tier-3")),
(0.25, LootTable("common.loot_tables.armor.tier-3")),
// Currency
(3.0, MultiDrop(Item("common.items.utility.coins"), 250, 500)),
// Consumables
(2.0, MultiDrop(Item("common.items.consumable.potion_minor"), 2, 5)),
// Food
(1.0, MultiDrop(LootTable("common.loot_tables.food.prepared"), 2, 4)),
]

View File

@@ -0,0 +1,8 @@
[
// Consumables
(1.0, MultiDrop(Item("common.items.consumable.potion_minor"), 2, 5)),
// Food
(1.0, MultiDrop(LootTable("common.loot_tables.food.prepared"), 2, 4)),
// Nothing
(2.0, Nothing),
]

View File

@@ -0,0 +1,9 @@
[
// Weapons
(3.0, LootTable("common.loot_tables.weapons.tier-4")),
// Armor
(3.0, LootTable("common.loot_tables.armor.tier-4")),
// Misc
(2.0, Item("common.items.armor.misc.neck.haniwa_talisman")),
(0.2, Item("common.items.tool.instruments.shamisen")),
]

View File

@@ -0,0 +1,3 @@
[
(1.0, Item("common.items.keys.haniwa_key")),
]