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,17 @@
[
// Crafting Ingredients
(4.0, LootTable("common.loot_tables.materials.common")),
// Consumables
(2.0, Item("common.items.consumable.potion_minor")),
// Gold
(2.0, MultiDrop(Item("common.items.utility.coins"), 25, 50)),
// Ring
(0.05, Item("common.items.armor.misc.ring.gold")),
// Necklace
(0.05, Item("common.items.armor.misc.neck.gold")),
// Armor
(0.4, Item("common.items.armor.misc.head.bandana.thief")),
(0.4, Item("common.items.armor.misc.head.bandana.red")),
(0.4, Item("common.items.armor.misc.head.hood")),
(0.4, Item("common.items.armor.misc.head.hood_dark")),
]

View File

@@ -0,0 +1,17 @@
[
// Crafting Ingredients
(4.0, LootTable("common.loot_tables.materials.common")),
// Consumables
(2.0, Item("common.items.consumable.potion_minor")),
// Gold
(2.0, MultiDrop(Item("common.items.utility.coins"), 25, 50)),
// Ring
(0.05, Item("common.items.armor.misc.ring.gold")),
// Necklace
(0.05, Item("common.items.armor.misc.neck.gold")),
// Armor
(0.4, Item("common.items.armor.misc.head.bandana.thief")),
(0.4, Item("common.items.armor.misc.head.bandana.red")),
(0.4, Item("common.items.armor.misc.head.hood")),
(0.4, Item("common.items.armor.misc.head.hood_dark")),
]

View File

@@ -0,0 +1,17 @@
[
// Crafting Ingredients
(5.0, LootTable("common.loot_tables.materials.common")),
// Consumables
(0.2, Item("common.items.consumable.potion_minor")),
// Armor
(1.0, LootTable("common.loot_tables.armor.cloth")),
// Ring
(0.05, Item("common.items.armor.misc.ring.gold")),
// Necklace
(0.05, Item("common.items.armor.misc.neck.gold")),
// Utility
(0.05, Item("common.items.utility.collar")),
// Weapons
(1.0, LootTable("common.loot_tables.weapons.starter")),
(1.0, LootTable("common.loot_tables.weapons.tier-0")),
]

View File

@@ -0,0 +1,20 @@
[
// Crafting Ingredients
(3.0, LootTable("common.loot_tables.materials.common")),
// Consumables
(0.2, Item("common.items.consumable.potion_minor")),
// Gold
(2.0, MultiDrop(Item("common.items.utility.coins"), 50, 75)),
// Ring
(0.05, Item("common.items.armor.misc.ring.gold")),
// Necklace
(0.05, Item("common.items.armor.misc.neck.gold")),
// Utility
(0.05, Item("common.items.utility.collar")),
// Armor
(0.080, Item("common.items.armor.pirate.hat")),
(0.075, Item("common.items.armor.misc.head.crown")),
// Food
(1.0, LootTable("common.loot_tables.food.wild_ingredients")),
(0.5, Item("common.items.food.meat.fish_raw")),
]

View File

@@ -0,0 +1,8 @@
[
(0.004, Item("common.items.lantern.pumpkin")),
(3.0, LootTable("common.loot_tables.materials.common")),
(0.05, Item("common.items.armor.misc.ring.gold")),
(0.5, LootTable("common.loot_tables.weapons.tier-3")),
(0.1, LootTable("common.loot_tables.weapons.tier-4")),
(0.05, Item("common.items.armor.witch.hat")),
]