8 lines
394 B
Plaintext
8 lines
394 B
Plaintext
|
#![enable(implicit_some)]
|
||
|
(
|
||
|
head: Item("common.items.npc_armor.biped_small.haniwa.head.guard"),
|
||
|
chest: Item("common.items.npc_armor.biped_small.haniwa.chest.guard"),
|
||
|
gloves: Item("common.items.npc_armor.biped_small.haniwa.hand.guard"),
|
||
|
legs: Item("common.items.npc_armor.biped_small.haniwa.pants.guard"),
|
||
|
feet: Item("common.items.npc_armor.biped_small.haniwa.foot.guard"),
|
||
|
)
|