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

25 lines
584 B
Plaintext
Raw Normal View History

2021-09-01 07:58:19 +00:00
EntityConfig (
name: Name("Pirate"),
body: Exact(Humanoid(Body(
2021-09-23 18:43:31 +00:00
species: Human,
body_type: Female,
hair_style: 2,
2021-09-04 17:11:10 +00:00
beard: 0,
eyes: 0,
accessory: 0,
2021-09-10 08:34:01 +00:00
hair_color: 12,
skin: 8,
eye_color: 3,
2021-09-01 07:58:19 +00:00
))),
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: [
SkillSetAsset("common.skillset.dungeon.tier-5.sword"),
LoadoutAsset("common.loadout.spots.pirate"),
],
)