trade_bot/assets/common/entity/dungeon/cultist/husk_brute.ron

12 lines
264 B
Plaintext
Raw Permalink Normal View History

2024-07-03 23:04:49 +00:00
#![enable(implicit_some)]
(
name: Name("Husk Brute"),
body: RandomWith("husk_brute"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.dungeon.cultist.husk_brute"),
inventory: (
loadout: FromBody,
),
meta: [],
)