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/haniwa/chest.ron
Normal file
12
veloren/assets/common/loot_tables/dungeon/haniwa/chest.ron
Normal 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)),
|
||||
]
|
||||
@@ -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),
|
||||
]
|
||||
@@ -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")),
|
||||
]
|
||||
3
veloren/assets/common/loot_tables/dungeon/haniwa/key.ron
Normal file
3
veloren/assets/common/loot_tables/dungeon/haniwa/key.ron
Normal file
@@ -0,0 +1,3 @@
|
||||
[
|
||||
(1.0, Item("common.items.keys.haniwa_key")),
|
||||
]
|
||||
Reference in New Issue
Block a user