trade_bot/assets/common/entity/dungeon/vampire/strigoi.ron
Jeff 37f40f83c2
All checks were successful
Publish / rust (push) Successful in 5m30s
Publish / docker (push) Successful in 19m35s
Update
2024-10-08 19:58:12 -04:00

12 lines
256 B
Plaintext

#![enable(implicit_some)]
(
name: Name("Strigoi"),
body: RandomWith("strigoi"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.dungeon.vampire.miniboss"),
inventory: (
loadout: FromBody,
),
meta: [],
)