mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
9 lines
484 B
Rust
9 lines
484 B
Rust
({
|
|
Armor(Head): Item("common.items.npc_armor.biped_small.adlet.head.hunter"),
|
|
Armor(Hands): Item("common.items.npc_armor.biped_small.adlet.hand.hunter"),
|
|
Armor(Feet): Item("common.items.npc_armor.biped_small.adlet.foot.hunter"),
|
|
Armor(Chest): Item("common.items.npc_armor.biped_small.adlet.chest.hunter"),
|
|
Armor(Legs): Item("common.items.npc_armor.biped_small.adlet.pants.hunter"),
|
|
Armor(Belt): Item("common.items.npc_armor.biped_small.adlet.tail.hunter"),
|
|
})
|