Items with components can now have their name modified by the components. Also addressed more review. ONLY ASSETS

This commit is contained in:
Sam 2021-11-23 12:45:29 -05:00
parent 81c83c5e83
commit 5c28e3cb25
5 changed files with 0 additions and 100 deletions

View File

@ -1,25 +0,0 @@
ItemDef(
name: "Any cloth item",
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",
"common.items.armor.cloth_blue.shoulder_0",
"common.items.armor.cloth_blue.shoulder_1",
"common.items.armor.cloth_green.foot",
"common.items.armor.cloth_green.hand",
"common.items.armor.cloth_green.pants",
"common.items.armor.cloth_green.shoulder",
"common.items.armor.cloth_purple.foot",
"common.items.armor.cloth_purple.hand",
"common.items.armor.cloth_purple.pants",
"common.items.armor.cloth_purple.shoulder",
],
),
quality: Common,
tags: [],
)

View File

@ -1,15 +0,0 @@
ItemDef(
name: "Any leather",
description: "Leathers tanned from hides.",
kind: TagExamples(
item_ids: [
"common.items.crafting_ing.leather.rigid_leather",
"common.items.crafting_ing.leather.thick_leather",
"common.items.crafting_ing.leather.simple_leather",
],
),
quality: Common,
tags: [],
)

View File

@ -1,23 +0,0 @@
ItemDef(
name: "Any leather item",
description: "Various leather armors.",
kind: TagExamples(
item_ids: [
"common.items.armor.hide.rawhide.back",
"common.items.armor.hide.rawhide.belt",
"common.items.armor.hide.rawhide.chest",
"common.items.armor.hide.rawhide.foot",
"common.items.armor.hide.rawhide.hand",
"common.items.armor.hide.rawhide.pants",
"common.items.armor.hide.rawhide.shoulder",
"common.items.armor.hide.leather.belt",
"common.items.armor.hide.leather.chest",
"common.items.armor.hide.leather.foot",
"common.items.armor.hide.leather.hand",
"common.items.armor.hide.leather.pants",
],
),
quality: Common,
tags: [],
)

View File

@ -1,19 +0,0 @@
ItemDef(
name: "Any metal ingot",
description: "Ingots made from various metals.",
kind: TagExamples(
item_ids: [
"common.items.mineral.ingot.bloodsteel",
"common.items.mineral.ingot.bronze",
"common.items.mineral.ingot.cobalt",
"common.items.mineral.ingot.copper",
"common.items.mineral.ingot.iron",
"common.items.mineral.ingot.steel",
"common.items.mineral.ingot.tin",
],
),
quality: Common,
tags: [],
)

View File

@ -1,18 +0,0 @@
ItemDef(
name: "Any woven cloth",
description: "Cloths spun from plant material.",
kind: TagExamples(
item_ids: [
"common.items.crafting_ing.cloth.linen",
"common.items.crafting_ing.cloth.wool",
"common.items.crafting_ing.cloth.silk",
"common.items.crafting_ing.cloth.lifecloth",
"common.items.crafting_ing.cloth.moonweave",
"common.items.crafting_ing.cloth.sunsilk",
],
),
quality: Common,
tags: [],
)