trade_bot/assets/common/entity/calendar/halloween/wild/halloween_strigoi.ron

12 lines
267 B
Plaintext
Raw Normal View History

2024-11-06 04:30:32 +00:00
#![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: [],
)