veloren/assets/common/entity/wild/peaceful/elbst.ron

15 lines
308 B
Rust
Raw Normal View History

2022-04-08 15:37:50 +00:00
#![enable(implicit_some)]
(
name: Name("Elbst"),
body: Exact(QuadrupedLow((
2022-09-13 17:32:53 +00:00
species: Elbst,
body_type: Male,
))),
alignment: Alignment(Wild),
loot: LootTable("common.loot_tables.creature.quad_low.elbst"),
2022-04-08 15:37:50 +00:00
inventory: (
loadout: FromBody,
),
meta: [],
2022-09-13 17:32:53 +00:00
)