veloren/assets/common/entity/dungeon/adlet/elder.ron

11 lines
248 B
Rust
Raw Normal View History

2023-04-01 13:26:00 +00:00
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("adlet_elder"),
alignment: Alignment(Enemy),
2023-09-07 11:33:32 +00:00
loot: LootTable("common.loot_tables.dungeon.adlet.elder"),
2023-04-01 13:26:00 +00:00
inventory: (
loadout: FromBody,
),
meta: [],
)