veloren/assets/common/entity/wild/aggressive/bristleback.ron

11 lines
257 B
Rust
Raw Normal View History

2022-12-18 09:23:57 +00:00
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("bristleback"),
2022-12-18 09:23:57 +00:00
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.quad_medium.generic"),
inventory: (
loadout: FromBody,
),
meta: [],
)