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:
9
veloren/assets/common/items/log/bamboo.ron
Normal file
9
veloren/assets/common/items/log/bamboo.ron
Normal file
@@ -0,0 +1,9 @@
|
||||
ItemDef(
|
||||
legacy_name: "Bamboo",
|
||||
legacy_description: "A giant woody grass.\n\nThis can be used when crafting wooden weapons.",
|
||||
kind: Ingredient(
|
||||
descriptor: "Bamboo",
|
||||
),
|
||||
quality: Common,
|
||||
tags: [MaterialKind(Wood), Material(Bamboo)],
|
||||
)
|
||||
9
veloren/assets/common/items/log/eldwood.ron
Normal file
9
veloren/assets/common/items/log/eldwood.ron
Normal file
@@ -0,0 +1,9 @@
|
||||
ItemDef(
|
||||
legacy_name: "Eldwood Logs",
|
||||
legacy_description: "Old logs that emanate magic.\n\nThis can be used when crafting wooden weapons.",
|
||||
kind: Ingredient(
|
||||
descriptor: "Eldwood",
|
||||
),
|
||||
quality: Legendary,
|
||||
tags: [MaterialKind(Wood), Material(Eldwood)],
|
||||
)
|
||||
9
veloren/assets/common/items/log/frostwood.ron
Normal file
9
veloren/assets/common/items/log/frostwood.ron
Normal file
@@ -0,0 +1,9 @@
|
||||
ItemDef(
|
||||
legacy_name: "Frostwood Logs",
|
||||
legacy_description: "Chilly wood that comes from cold biomes. Cold to the touch.\n\nThis can be used when crafting wooden weapons.",
|
||||
kind: Ingredient(
|
||||
descriptor: "Frostwood",
|
||||
),
|
||||
quality: Epic,
|
||||
tags: [MaterialKind(Wood), Material(Frostwood)],
|
||||
)
|
||||
9
veloren/assets/common/items/log/hardwood.ron
Normal file
9
veloren/assets/common/items/log/hardwood.ron
Normal file
@@ -0,0 +1,9 @@
|
||||
ItemDef(
|
||||
legacy_name: "Hardwood Logs",
|
||||
legacy_description: "Extra thick and sturdy logs.\n\nThis can be used when crafting wooden weapons.",
|
||||
kind: Ingredient(
|
||||
descriptor: "Hardwood",
|
||||
),
|
||||
quality: Moderate,
|
||||
tags: [MaterialKind(Wood), Material(Hardwood)],
|
||||
)
|
||||
9
veloren/assets/common/items/log/ironwood.ron
Normal file
9
veloren/assets/common/items/log/ironwood.ron
Normal file
@@ -0,0 +1,9 @@
|
||||
ItemDef(
|
||||
legacy_name: "Ironwood Logs",
|
||||
legacy_description: "A particularly sturdy wood.\n\nThis can be used when crafting wooden weapons.",
|
||||
kind: Ingredient(
|
||||
descriptor: "Ironwood",
|
||||
),
|
||||
quality: High,
|
||||
tags: [MaterialKind(Wood), Material(Ironwood)],
|
||||
)
|
||||
9
veloren/assets/common/items/log/wood.ron
Normal file
9
veloren/assets/common/items/log/wood.ron
Normal file
@@ -0,0 +1,9 @@
|
||||
ItemDef(
|
||||
legacy_name: "Wood Logs",
|
||||
legacy_description: "Regular, sturdy wooden logs.\n\nThis can be used when crafting wooden weapons.",
|
||||
kind: Ingredient(
|
||||
descriptor: "Wooden",
|
||||
),
|
||||
quality: Low,
|
||||
tags: [MaterialKind(Wood), Material(Wood)],
|
||||
)
|
||||
Reference in New Issue
Block a user