mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
14 lines
449 B
Rust
14 lines
449 B
Rust
#![enable(implicit_some)]
|
|
(
|
|
name: Name("Gnarling Stalker"),
|
|
body: RandomWith("gnarling"),
|
|
alignment: Alignment(Enemy),
|
|
loot: LootTable("common.loot_tables.dungeon.tier-0.enemy"),
|
|
inventory: (
|
|
loadout: Inline((
|
|
inherit: Asset("common.loadout.dungeon.gnarling.stalker"),
|
|
active_hands: InHands((Item("common.items.npc_weapons.biped_small.gnarling.stalker"), None)),
|
|
)),
|
|
),
|
|
meta: [],
|
|
) |