mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Moved rugged armour to cloth_item
This commit is contained in:
parent
d35475eaef
commit
aa9180b20f
@ -3,6 +3,8 @@ ItemDef(
|
||||
description: "Various colored fabric armors.",
|
||||
kind: TagExamples(
|
||||
item_ids: [
|
||||
"common.items.armor.rugged.chest",
|
||||
"common.items.armor.rugged.pants",
|
||||
"common.items.armor.cloth_blue.foot",
|
||||
"common.items.armor.cloth_blue.hand",
|
||||
"common.items.armor.cloth_blue.pants",
|
||||
|
@ -3,8 +3,6 @@ ItemDef(
|
||||
description: "Various leather armors.",
|
||||
kind: TagExamples(
|
||||
item_ids: [
|
||||
"common.items.armor.rugged.chest",
|
||||
"common.items.armor.rugged.pants",
|
||||
"common.items.armor.agile.back",
|
||||
"common.items.armor.agile.belt",
|
||||
"common.items.armor.agile.chest",
|
||||
|
Loading…
Reference in New Issue
Block a user