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

14 lines
322 B
Rust
Raw Normal View History

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