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

14 lines
318 B
Plaintext
Raw Permalink Normal View History

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