veloren/assets/common/entity/wild/peaceful/salamander.ron
2022-09-13 17:32:53 +00:00

14 lines
322 B
Rust

#![enable(implicit_some)]
(
name: Name("Salamander"),
body: Exact(QuadrupedLow((
species: Salamander,
body_type: Male,
))),
alignment: Alignment(Wild),
loot: LootTable("common.loot_tables.creature.quad_low.salamander"),
inventory: (
loadout: FromBody,
),
meta: [],
)