trade_bot/assets/common/entity/dungeon/vampire/vampire_bat.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
205 B
Plaintext

#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("vampire_bat"),
alignment: Alignment(Enemy),
loot: Nothing,
inventory: (
loadout: FromBody,
),
meta: [],
)