veloren/assets/common/entity/spot/pirate.ron

15 lines
384 B
Rust
Raw Normal View History

2021-09-01 07:58:19 +00:00
EntityConfig (
name: Name("Pirate"),
2021-10-20 02:27:22 +00:00
body: RandomWith("humanoid"),
2021-09-04 17:11:10 +00:00
alignment: Alignment(Enemy),
2021-09-01 07:58:19 +00:00
loot: LootTable("common.loot_tables.creature.biped_large.saurok"),
2021-09-04 17:11:10 +00:00
hands: Paired(Item("common.items.weapons.sword_1h.iron-2")),
2021-09-01 07:58:19 +00:00
meta: [
2021-10-23 20:48:07 +00:00
SkillSetAsset("common.skillset.dungeon.tier-3.sword"),
2021-09-01 07:58:19 +00:00
LoadoutAsset("common.loadout.spots.pirate"),
],
)