trade_bot/assets/common/entity/wild/aggressive/cave_salamander.ron
2024-07-03 19:04:49 -04:00

11 lines
256 B
Plaintext

#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("salamander"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.quad_low.salamander"),
inventory: (
loadout: FromBody,
),
meta: [],
)