trade_bot/assets/common/entity/calendar/halloween/wild/halloween_strigoi.ron
2024-11-05 23:30:32 -05:00

12 lines
267 B
Plaintext

#![enable(implicit_some)]
(
name: Name("Strigoi"),
body: RandomWith("strigoi"),
alignment: Alignment(Wild),
loot: LootTable("common.loot_tables.calendar.halloween.halloween_strigoi"),
inventory: (
loadout: FromBody,
),
meta: [],
)