veloren/assets/common/entity/wild/aggressive/bristleback.ron
2023-01-31 20:34:41 +01:00

11 lines
257 B
Rust

#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("bristleback"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.quad_medium.generic"),
inventory: (
loadout: FromBody,
),
meta: [],
)