veloren/assets/common/entity/world/traveler0.ron
2022-02-08 01:39:26 +02:00

28 lines
1.0 KiB
Rust

(
name: Name("Greenhorn Traveler"),
body: RandomWith("humanoid"),
alignment: Alignment(Npc),
loadout: Extended(
hands: TwoHanded(Choice([
(1.0, Some(Item("common.items.weapons.sword.bronze-0"))),
(1.0, Some(Item("common.items.weapons.axe.bronze_axe-0"))),
(1.0, Some(Item("common.items.weapons.hammer.bronze_hammer-0"))),
(1.0, Some(Item("common.items.weapons.bow.bone-0"))),
(1.0, Some(Item("common.items.weapons.staff.fiery_wishing_rod"))),
(1.0, Some(Item("common.items.weapons.sceptre.root_green0"))),
])),
base_asset: Choice([
(1, "common.loadout.world.traveler0.bronze"),
(1, "common.loadout.world.traveler0.linen"),
(1, "common.loadout.world.traveler0.rawhide"),
]),
inventory: [
(5, "common.items.consumable.potion_minor"),
],
),
loot: LootTable("common.loot_tables.world.traveler0"),
meta: [
SkillSetAsset("common.skillset.preset.rank1.fullskill"),
],
)