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:
12
veloren/assets/common/loot_tables/dungeon/cultist/chest.ron
Normal file
12
veloren/assets/common/loot_tables/dungeon/cultist/chest.ron
Normal file
@@ -0,0 +1,12 @@
|
||||
[
|
||||
// Gear
|
||||
(0.25, LootTable("common.loot_tables.weapons.cultist")),
|
||||
(0.25, LootTable("common.loot_tables.armor.cultist")),
|
||||
// Currency
|
||||
(3.0, MultiDrop(Item("common.items.utility.coins"), 1000, 2000)),
|
||||
// Consumables
|
||||
(2.0, MultiDrop(Item("common.items.consumable.potion_minor"), 4, 8)),
|
||||
(0.1, MultiDrop(Item("common.items.food.spore_corruption"), 1, 3)),
|
||||
// Food
|
||||
(1.0, MultiDrop(LootTable("common.loot_tables.food.prepared"), 3, 6)),
|
||||
]
|
||||
@@ -0,0 +1,8 @@
|
||||
[
|
||||
// Currency
|
||||
(1.0, MultiDrop(Item("common.items.utility.coins"), 100, 200)),
|
||||
// Food
|
||||
(1.0, LootTable("common.loot_tables.food.prepared")),
|
||||
// Cheese
|
||||
(2.0, MultiDrop(Item("common.items.food.cheese"), 3, 5)),
|
||||
]
|
||||
@@ -0,0 +1,15 @@
|
||||
[
|
||||
(5.0, LootTable("common.loot_tables.weapons.cultist")),
|
||||
(5.0, LootTable("common.loot_tables.weapons.cave")),
|
||||
(10.0, LootTable("common.loot_tables.armor.cultist")),
|
||||
// Rare misc items
|
||||
(1.0, Item("common.items.boss_drops.lantern")),
|
||||
(1.0, Item("common.items.glider.skullgrin")),
|
||||
(0.01, Item("common.items.armor.misc.neck.ankh_of_life")),
|
||||
// Legendary weapons
|
||||
(1.0, Item("common.items.weapons.staff.laevateinn")),
|
||||
// Crafting material
|
||||
// Allow for Eldwood to drop till entity droppers are implemented
|
||||
(1.0, Item("common.items.crafting_ing.mindflayer_bag_damaged")),
|
||||
(1.0, MultiDrop(Item("common.items.log.eldwood"), 2, 6)),
|
||||
]
|
||||
@@ -0,0 +1,12 @@
|
||||
[
|
||||
// Currency
|
||||
(10.0, MultiDrop(Item("common.items.utility.coins"), 500, 1000)),
|
||||
// Consumables
|
||||
(5.0, MultiDrop(Item("common.items.consumable.potion_minor"), 4, 8)),
|
||||
// Back
|
||||
(1.0, Item("common.items.armor.misc.back.dungeon_purple")),
|
||||
// Ring
|
||||
(0.5, LootTable("common.loot_tables.armor.cultist")),
|
||||
// Glider
|
||||
(1.0, Item("common.items.glider.blue")),
|
||||
]
|
||||
@@ -0,0 +1,8 @@
|
||||
[
|
||||
// Currency
|
||||
(30.0, MultiDrop(Item("common.items.utility.coins"), 50, 100)),
|
||||
// Nothing
|
||||
(30.0, Nothing),
|
||||
// Special
|
||||
(1.0, Item("common.items.food.spore_corruption")),
|
||||
]
|
||||
Reference in New Issue
Block a user