veloren/assets/common/entity/spot/pirate.ron
2021-10-30 23:42:15 -04:00

15 lines
384 B
Rust

EntityConfig (
name: Name("Pirate"),
body: RandomWith("humanoid"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.biped_large.saurok"),
hands: Paired(Item("common.items.weapons.sword_1h.iron-2")),
meta: [
SkillSetAsset("common.skillset.dungeon.tier-3.sword"),
LoadoutAsset("common.loadout.spots.pirate"),
],
)