veloren/assets/common/entity/wild/aggressive/tiger.ron
2022-04-08 19:17:01 +03:00

11 lines
250 B
Rust

#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("tiger"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.quad_medium.clawed"),
inventory: (
loadout: FromBody,
),
meta: [],
)