9 lines
496 B
Plaintext
9 lines
496 B
Plaintext
|
#![enable(implicit_some)]
|
||
|
(
|
||
|
head: Item("common.items.npc_armor.biped_small.myrmidon.head.marksman"),
|
||
|
chest: Item("common.items.npc_armor.biped_small.myrmidon.chest.marksman"),
|
||
|
gloves: Item("common.items.npc_armor.biped_small.myrmidon.hand.marksman"),
|
||
|
belt: Item("common.items.npc_armor.biped_small.myrmidon.tail.marksman"),
|
||
|
legs: Item("common.items.npc_armor.biped_small.myrmidon.pants.marksman"),
|
||
|
feet: Item("common.items.npc_armor.biped_small.myrmidon.foot.marksman"),
|
||
|
)
|