mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
11 lines
263 B
Rust
11 lines
263 B
Rust
#![enable(implicit_some)]
|
|
(
|
|
name: Name("Mindflayer"),
|
|
body: RandomWith("mindflayer"),
|
|
alignment: Alignment(Enemy),
|
|
loot: LootTable("common.loot_tables.dungeon.cultist.mindflayer"),
|
|
inventory: (
|
|
loadout: FromBody,
|
|
),
|
|
meta: [],
|
|
) |