mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
25 lines
544 B
Plaintext
25 lines
544 B
Plaintext
|
EntityConfig (
|
||
|
name: Name("Pirate"),
|
||
|
body: Exact(Humanoid(Body(
|
||
|
species: Human,
|
||
|
body_type: Female,
|
||
|
hair_style: 2,
|
||
|
beard: 0,
|
||
|
eyes: 0,
|
||
|
accessory: 0,
|
||
|
hair_color: 0,
|
||
|
skin: 0,
|
||
|
eye_color: 0,
|
||
|
))),
|
||
|
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-5.sword"),
|
||
|
LoadoutAsset("common.loadout.spots.pirate"),
|
||
|
],
|
||
|
)
|