mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
14 lines
418 B
Rust
14 lines
418 B
Rust
(
|
|
name: Name("Pirate"),
|
|
body: RandomWith("humanoid"),
|
|
alignment: Alignment(Enemy),
|
|
loadout: Extended(
|
|
hands: Paired(Item("common.items.weapons.sword_1h.iron-2")),
|
|
base_asset: Loadout("common.loadout.spots.pirate"),
|
|
inventory: [],
|
|
),
|
|
loot: LootTable("common.loot_tables.spots.pirate"),
|
|
meta: [
|
|
SkillSetAsset("common.skillset.preset.rank2.fullskill"),
|
|
],
|
|
) |