mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
13 lines
338 B
Rust
13 lines
338 B
Rust
#![enable(implicit_some)]
|
|
(
|
|
name: Name("Irrwurz"),
|
|
body: RandomWith("irrwurz"),
|
|
alignment: Alignment(Enemy),
|
|
loot: LootTable("common.loot_tables.creature.biped_small.irrwurz"),
|
|
inventory: (
|
|
loadout: Inline((
|
|
inherit: Asset("common.loadout.world.irrwurz.irrwurz"),
|
|
)), ),
|
|
meta: [],
|
|
)
|