trade_bot/assets/common/entity/wild/aggressive/male_lion.ron

15 lines
311 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
#![enable(implicit_some)]
(
name: Automatic,
body: Exact(QuadrupedMedium((
species: Lion,
body_type: Male,
))),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.quad_medium.clawed"),
inventory: (
loadout: FromBody,
),
meta: [],
)