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