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