mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Changed drop location from boars to T2 Chests
This commit is contained in:
parent
c6383ca5a4
commit
a71f2204d9
@ -3,7 +3,7 @@ EntityConfig (
|
||||
body: RandomWith("boar"),
|
||||
alignment: Alignment(Wild),
|
||||
|
||||
loot: LootTable("common.loot_tables.creature.quad_small.boar"),
|
||||
loot: LootTable("common.loot_tables.creature.quad_small.generic"),
|
||||
|
||||
hands: Uninit,
|
||||
|
||||
|
@ -1,5 +0,0 @@
|
||||
[
|
||||
(4.0, ItemQuantity("common.items.crafting_ing.hide.animal_hide", 1, 2)),
|
||||
(1.0, Item("common.items.food.meat.beast_small_raw")),
|
||||
(0.25, Item("common.items.armor.misc.head.hog_hood")),
|
||||
]
|
@ -2,6 +2,7 @@
|
||||
// Gear
|
||||
(1.0, LootTable("common.loot_tables.weapons.tier-1")),
|
||||
(1.0, LootTable("common.loot_tables.armor.tier-1")),
|
||||
(0.5, Item("common.items.armor.misc.head.hog_hood")),
|
||||
// Currency
|
||||
(3.0, ItemQuantity("common.items.utility.coins", 20, 50)),
|
||||
// Materials
|
||||
|
Loading…
Reference in New Issue
Block a user