mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
14 lines
457 B
Rust
14 lines
457 B
Rust
(
|
|
name: Name("Adlet Tracker"),
|
|
body: RandomWith("adlet"),
|
|
alignment: Alignment(Enemy),
|
|
loadout: Extended(
|
|
hands: TwoHanded(Item("common.items.npc_weapons.biped_small.adlet.tracker")),
|
|
base_asset: Loadout("common.loadout.dungeon.tier-1.tracker"),
|
|
inventory: [],
|
|
),
|
|
loot: LootTable("common.loot_tables.dungeon.tier-1.enemy"),
|
|
meta: [
|
|
SkillSetAsset("common.skillset.preset.rank1.fullskill"),
|
|
],
|
|
) |