veloren/assets/common/entity/dungeon/tier-2/hakulaq.ron
juliancoffee 23a020f602 Add Automatic NameKind to EntityConfig
+ add animal entities for wildlife spawns
2021-07-17 15:37:31 +03:00

12 lines
214 B
Rust

EntityConfig (
name: Name("Hakulaq"),
body: RandomWith("hakulaq"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.quad_low.fanged"),
hands: Uninit,
meta: [],
)