primeiro commit
All checks were successful
Build and Push Image / Build and push image (push) Successful in 3m5s
All checks were successful
Build and Push Image / Build and push image (push) Successful in 3m5s
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
ItemDef(
|
||||
legacy_name: "Leather Strips",
|
||||
legacy_description: "Simple and versatile.",
|
||||
kind: Ingredient(
|
||||
// Descriptor not needed
|
||||
descriptor: "",
|
||||
),
|
||||
quality: Common,
|
||||
tags: [BaseMaterial],
|
||||
)
|
||||
@@ -0,0 +1,10 @@
|
||||
ItemDef(
|
||||
legacy_name: "Rigid Leather",
|
||||
legacy_description: "Light but layered, perfect for protection.",
|
||||
kind: Ingredient(
|
||||
// Descriptor not needed
|
||||
descriptor: "",
|
||||
),
|
||||
quality: Epic,
|
||||
tags: [BaseMaterial],
|
||||
)
|
||||
@@ -0,0 +1,9 @@
|
||||
ItemDef(
|
||||
legacy_name: "Simple Leather",
|
||||
legacy_description: "Light and flexible.",
|
||||
kind: Ingredient(
|
||||
descriptor: "Raw Hide",
|
||||
),
|
||||
quality: Low,
|
||||
tags: [BaseMaterial, MaterialKind(Hide), Material(Rawhide)],
|
||||
)
|
||||
@@ -0,0 +1,9 @@
|
||||
ItemDef(
|
||||
legacy_name: "Thick Leather",
|
||||
legacy_description: "Strong and durable.",
|
||||
kind: Ingredient(
|
||||
descriptor: "Leather",
|
||||
),
|
||||
quality: Common,
|
||||
tags: [BaseMaterial, MaterialKind(Hide), Material(Leather)],
|
||||
)
|
||||
Reference in New Issue
Block a user