mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
c7831a8ca9
change drum to wildskin_drum, add map icons, yeti attacks buff
11 lines
266 B
Rust
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: [],
|
|
) |