veloren/assets/common/entity/wild/peaceful/crab.ron
2023-12-16 13:47:55 +00:00

11 lines
245 B
Rust

#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("crab"),
alignment: Alignment(Wild),
loot: LootTable("common.loot_tables.creature.crustacean.crab"),
inventory: (
loadout: FromBody,
),
meta: [],
)