veloren/assets/common/entity/spot/gnome/spear.ron

14 lines
421 B
Rust
Raw Normal View History

2022-04-08 15:37:50 +00:00
#![enable(implicit_some)]
(
2021-09-01 07:58:19 +00:00
name: Name("Gnome"),
body: RandomWith("gnome"),
alignment: Alignment(Wild),
loot: LootTable("common.loot_tables.dungeon.tier-4.enemy"),
2022-04-08 15:37:50 +00:00
inventory: (
loadout: Inline((
inherit: Asset("common.loadout.spots.gnome"),
2022-05-06 19:58:52 +00:00
active_hands: InHands((Item("common.items.npc_weapons.biped_small.myrmidon.hoplite"), None)),
2022-04-08 15:37:50 +00:00
)),
),
meta: [],
2022-04-08 15:37:50 +00:00
)