veloren/assets/common/entity/dungeon/adlet/elder.ron
flo666 c7831a8ca9 loot_tables yeti&elder ,
change drum to wildskin_drum,
add map icons,
yeti attacks buff
2023-05-13 09:32:27 -04:00

11 lines
266 B
Rust

#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("adlet_elder"),
alignment: Alignment(Enemy),
loot: MultiDrop(LootTable("common.loot_tables.dungeon.tier-1.elder"), 2, 2),
inventory: (
loadout: FromBody,
),
meta: [],
)