veloren/assets/common/entity/dungeon/tier-2/sniper.ron

14 lines
460 B
Rust
Raw Normal View History

(
name: Name("Sahagin Sniper"),
body: RandomWith("sahagin"),
alignment: Alignment(Enemy),
loadout: Extended(
2022-01-28 07:32:59 +00:00
hands: TwoHanded(Item("common.items.npc_weapons.biped_small.sahagin.sniper")),
base_asset: Loadout("common.loadout.dungeon.tier-2.sniper"),
inventory: [],
),
loot: LootTable("common.loot_tables.dungeon.tier-2.enemy"),
meta: [
2021-12-15 06:51:25 +00:00
SkillSetAsset("common.skillset.preset.rank2.fullskill"),
],
)