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:
17
veloren/assets/common/loot_tables/dungeon/adlet/chest.ron
Normal file
17
veloren/assets/common/loot_tables/dungeon/adlet/chest.ron
Normal file
@@ -0,0 +1,17 @@
|
||||
[
|
||||
// Gear
|
||||
(0.5, LootTable("common.loot_tables.weapons.components.tier-1")),
|
||||
(0.25, LootTable("common.loot_tables.armor.tier-1")),
|
||||
(0.25, LootTable("common.loot_tables.weapons.tier-1")),
|
||||
(0.25, Item("common.items.armor.misc.head.hog_hood")),
|
||||
// Currency
|
||||
(3.0, MultiDrop(Item("common.items.utility.coins"), 50, 100)),
|
||||
// Gems
|
||||
(0.15, Item("common.items.mineral.gem.sapphire")),
|
||||
(0.15, Item("common.items.mineral.gem.emerald")),
|
||||
(0.15, Item("common.items.mineral.gem.ruby")),
|
||||
// Consumables
|
||||
(2.0, MultiDrop(Item("common.items.consumable.potion_minor"), 2, 5)),
|
||||
// Food
|
||||
(1.0, MultiDrop(LootTable("common.loot_tables.food.prepared"), 1, 3)),
|
||||
]
|
||||
18
veloren/assets/common/loot_tables/dungeon/adlet/elder.ron
Normal file
18
veloren/assets/common/loot_tables/dungeon/adlet/elder.ron
Normal file
@@ -0,0 +1,18 @@
|
||||
[
|
||||
(1, All([
|
||||
Item("common.items.keys.bone_key"),
|
||||
MultiDrop(Item("common.items.crafting_ing.animal_misc.fur"), 1, 2),
|
||||
MultiDrop(Item("common.items.crafting_ing.leather.thick_leather"), 1, 2),
|
||||
|
||||
Lottery([
|
||||
// Weapons
|
||||
(4.0, LootTable("common.loot_tables.weapons.tier-2")),
|
||||
// Armor
|
||||
(4.0, LootTable("common.loot_tables.armor.tier-2")),
|
||||
// Misc
|
||||
(2.0, Item("common.items.armor.misc.neck.pendant_of_protection")),
|
||||
(0.5, Item("common.items.tool.instruments.wildskin_drum")),
|
||||
]),
|
||||
],
|
||||
)),
|
||||
]
|
||||
10
veloren/assets/common/loot_tables/dungeon/adlet/hunter.ron
Normal file
10
veloren/assets/common/loot_tables/dungeon/adlet/hunter.ron
Normal file
@@ -0,0 +1,10 @@
|
||||
[
|
||||
// Food
|
||||
(1.0, LootTable("common.loot_tables.food.wild_ingredients")),
|
||||
// Materials
|
||||
(0.25, MultiDrop(Item("common.items.mineral.ore.veloritefrag"), 1, 3)),
|
||||
(0.25, MultiDrop(Item("common.items.crafting_ing.animal_misc.fur"), 1, 2)),
|
||||
(0.25, MultiDrop(Item("common.items.crafting_ing.leather.thick_leather"), 1, 2)),
|
||||
// Nothing
|
||||
(0.75, Nothing),
|
||||
]
|
||||
@@ -0,0 +1,13 @@
|
||||
[
|
||||
// Food
|
||||
(1.0, LootTable("common.loot_tables.food.wild_ingredients")),
|
||||
// Materials
|
||||
(0.25, MultiDrop(Item("common.items.mineral.ore.veloritefrag"), 1, 3)),
|
||||
(0.25, MultiDrop(Item("common.items.crafting_ing.animal_misc.fur"), 1, 2)),
|
||||
(0.25, MultiDrop(Item("common.items.crafting_ing.leather.thick_leather"), 1, 2)),
|
||||
// Utilities
|
||||
(0.05, Item("common.items.lantern.blue_0")),
|
||||
(0.05, Item("common.items.tool.pickaxe_steel")),
|
||||
// Nothing
|
||||
(0.75, Nothing),
|
||||
]
|
||||
10
veloren/assets/common/loot_tables/dungeon/adlet/tracker.ron
Normal file
10
veloren/assets/common/loot_tables/dungeon/adlet/tracker.ron
Normal file
@@ -0,0 +1,10 @@
|
||||
[
|
||||
// Food
|
||||
(1.0, LootTable("common.loot_tables.food.wild_ingredients")),
|
||||
// Materials
|
||||
(0.25, MultiDrop(Item("common.items.mineral.ore.veloritefrag"), 1, 3)),
|
||||
(0.25, MultiDrop(Item("common.items.crafting_ing.animal_misc.fur"), 1, 2)),
|
||||
(0.25, MultiDrop(Item("common.items.crafting_ing.leather.thick_leather"), 1, 2)),
|
||||
// Nothing
|
||||
(0.75, Nothing),
|
||||
]
|
||||
10
veloren/assets/common/loot_tables/dungeon/adlet/yeti.ron
Normal file
10
veloren/assets/common/loot_tables/dungeon/adlet/yeti.ron
Normal file
@@ -0,0 +1,10 @@
|
||||
[
|
||||
(1.6, All([
|
||||
MultiDrop(Item("common.items.food.meat.beast_large_raw"), 2, 6),
|
||||
MultiDrop(Item("common.items.crafting_ing.hide.rugged_hide"), 1, 3),
|
||||
MultiDrop(Item("common.items.crafting_ing.animal_misc.sharp_fang"), 2, 4),
|
||||
MultiDrop(Item("common.items.crafting_ing.animal_misc.icy_fang"), 2, 6),
|
||||
])),
|
||||
(0.2, Item("common.items.armor.misc.head.bear_bonnet")),
|
||||
(0.2, Item("common.items.armor.misc.head.howl_cowl")),
|
||||
]
|
||||
Reference in New Issue
Block a user