veloren/assets/common/entity/spot/female_lion.ron

15 lines
319 B
Rust
Raw Normal View History

2022-04-08 15:37:50 +00:00
#![enable(implicit_some)]
(
2022-04-16 16:57:59 +00:00
name: Name("Lioness"),
body: Exact(QuadrupedMedium((
species: Lion,
body_type: Female,
))),
alignment: Alignment(Enemy),
2021-09-22 19:53:11 +00:00
loot: LootTable("common.loot_tables.creature.quad_medium.clawed"),
2022-04-08 15:37:50 +00:00
inventory: (
loadout: FromBody,
),
meta: [],
2022-04-16 16:57:59 +00:00
)