Files
veloren/assets/common/entity/dungeon/tier-3/bonerattler.ron
juliancoffee 4a83cb13c5 Add Automatic NameKind to EntityConfig
+ add animal entities for wildlife spawns
2021-07-17 15:37:31 +03:00

12 lines
227 B
Plaintext

EntityConfig (
name: Name("Bonerattler"),
body: RandomWith("bonerattler"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.quad_medium.carapace"),
hands: Uninit,
meta: [],
)