mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Snowram/craft mats
This commit is contained in:
parent
00493cb9e0
commit
831bfd0be9
9
assets/common/items/crafting_ing/bamboo.ron
Normal file
9
assets/common/items/crafting_ing/bamboo.ron
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
ItemDef(
|
||||||
|
name: "Bamboo",
|
||||||
|
description: "A giant woody grass.",
|
||||||
|
kind: Ingredient(
|
||||||
|
kind: "Bamboo",
|
||||||
|
),
|
||||||
|
quality: Common,
|
||||||
|
tags: [],
|
||||||
|
)
|
9
assets/common/items/crafting_ing/basalt.ron
Normal file
9
assets/common/items/crafting_ing/basalt.ron
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
ItemDef(
|
||||||
|
name: "Basalt",
|
||||||
|
description: "A dark volcanic rock.",
|
||||||
|
kind: Ingredient(
|
||||||
|
kind: "Basalt",
|
||||||
|
),
|
||||||
|
quality: High,
|
||||||
|
tags: [],
|
||||||
|
)
|
9
assets/common/items/crafting_ing/dragon_scale.ron
Normal file
9
assets/common/items/crafting_ing/dragon_scale.ron
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
ItemDef(
|
||||||
|
name: "Dragon Scale",
|
||||||
|
description: "Tough scale from a legendary beast.",
|
||||||
|
kind: Ingredient(
|
||||||
|
kind: "DragonScale",
|
||||||
|
),
|
||||||
|
quality: Legendary,
|
||||||
|
tags: [],
|
||||||
|
)
|
9
assets/common/items/crafting_ing/gold_ingot.ron
Normal file
9
assets/common/items/crafting_ing/gold_ingot.ron
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
ItemDef(
|
||||||
|
name: "Gold Ingot",
|
||||||
|
description: "An ingot made of refined metallic gold.",
|
||||||
|
kind: Ingredient(
|
||||||
|
kind: "GoldIngot",
|
||||||
|
),
|
||||||
|
quality: Epic,
|
||||||
|
tags: [],
|
||||||
|
)
|
9
assets/common/items/crafting_ing/gold_ore.ron
Normal file
9
assets/common/items/crafting_ing/gold_ore.ron
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
ItemDef(
|
||||||
|
name: "Gold Ore",
|
||||||
|
description: "A precious yellow metal.",
|
||||||
|
kind: Ingredient(
|
||||||
|
kind: "GoldOre",
|
||||||
|
),
|
||||||
|
quality: Epic,
|
||||||
|
tags: [],
|
||||||
|
)
|
9
assets/common/items/crafting_ing/granite.ron
Normal file
9
assets/common/items/crafting_ing/granite.ron
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
ItemDef(
|
||||||
|
name: "Granite",
|
||||||
|
description: "A light-colored igneous rock.",
|
||||||
|
kind: Ingredient(
|
||||||
|
kind: "Granite",
|
||||||
|
),
|
||||||
|
quality: Common,
|
||||||
|
tags: [],
|
||||||
|
)
|
9
assets/common/items/crafting_ing/ironwood_logs.ron
Normal file
9
assets/common/items/crafting_ing/ironwood_logs.ron
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
ItemDef(
|
||||||
|
name: "Ironwood Logs",
|
||||||
|
description: "A particularly sturdy wood.",
|
||||||
|
kind: Ingredient(
|
||||||
|
kind: "IronwoodLogs",
|
||||||
|
),
|
||||||
|
quality: High,
|
||||||
|
tags: [],
|
||||||
|
)
|
9
assets/common/items/crafting_ing/leather.ron
Normal file
9
assets/common/items/crafting_ing/leather.ron
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
ItemDef(
|
||||||
|
name: "Leather",
|
||||||
|
description: "A fabric made from animal hides or skins.",
|
||||||
|
kind: Ingredient(
|
||||||
|
kind: "Leather",
|
||||||
|
),
|
||||||
|
quality: Common,
|
||||||
|
tags: [],
|
||||||
|
)
|
9
assets/common/items/crafting_ing/lifecoth.ron
Normal file
9
assets/common/items/crafting_ing/lifecoth.ron
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
ItemDef(
|
||||||
|
name: "Lifecloth",
|
||||||
|
description: "A fabric imbued with special properties.",
|
||||||
|
kind: Ingredient(
|
||||||
|
kind: "Lifecloth",
|
||||||
|
),
|
||||||
|
quality: High,
|
||||||
|
tags: [],
|
||||||
|
)
|
9
assets/common/items/crafting_ing/linen.ron
Normal file
9
assets/common/items/crafting_ing/linen.ron
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
ItemDef(
|
||||||
|
name: "Linen",
|
||||||
|
description: "A textile made from the fibers of a plant.",
|
||||||
|
kind: Ingredient(
|
||||||
|
kind: "Linen",
|
||||||
|
),
|
||||||
|
quality: Low,
|
||||||
|
tags: [],
|
||||||
|
)
|
9
assets/common/items/crafting_ing/moonweave.ron
Normal file
9
assets/common/items/crafting_ing/moonweave.ron
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
ItemDef(
|
||||||
|
name: "Moonweave",
|
||||||
|
description: "A light yet very sturdy textile.",
|
||||||
|
kind: Ingredient(
|
||||||
|
kind: "Moonweave",
|
||||||
|
),
|
||||||
|
quality: Epic,
|
||||||
|
tags: [],
|
||||||
|
)
|
9
assets/common/items/crafting_ing/obsidian.ron
Normal file
9
assets/common/items/crafting_ing/obsidian.ron
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
ItemDef(
|
||||||
|
name: "Obsidian",
|
||||||
|
description: "An igneous rock that comes from melted rock.",
|
||||||
|
kind: Ingredient(
|
||||||
|
kind: "Obsidian",
|
||||||
|
),
|
||||||
|
quality: Epic,
|
||||||
|
tags: [],
|
||||||
|
)
|
9
assets/common/items/crafting_ing/orichalcum_ingot.ron
Normal file
9
assets/common/items/crafting_ing/orichalcum_ingot.ron
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
ItemDef(
|
||||||
|
name: "Orichalcum Ingot",
|
||||||
|
description: "An ingot made of refined orichalcum.",
|
||||||
|
kind: Ingredient(
|
||||||
|
kind: "OrichalcumIngot",
|
||||||
|
),
|
||||||
|
quality: Epic,
|
||||||
|
tags: [],
|
||||||
|
)
|
@ -1,9 +1,9 @@
|
|||||||
ItemDef(
|
ItemDef(
|
||||||
name: "Durable Plate",
|
name: "Plate",
|
||||||
description: "Durable plate from an armored animal.",
|
description: "Durable plate from an armored animal.",
|
||||||
kind: Ingredient(
|
kind: Ingredient(
|
||||||
kind: "Plate",
|
kind: "Plate",
|
||||||
),
|
),
|
||||||
quality: Common,
|
quality: Epic,
|
||||||
tags: [],
|
tags: [],
|
||||||
)
|
)
|
9
assets/common/items/crafting_ing/rawhide.ron
Normal file
9
assets/common/items/crafting_ing/rawhide.ron
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
ItemDef(
|
||||||
|
name: "Rawhide",
|
||||||
|
description: "A hide that has not been exposed to tanning.",
|
||||||
|
kind: Ingredient(
|
||||||
|
kind: "Rawhide",
|
||||||
|
),
|
||||||
|
quality: Low,
|
||||||
|
tags: [],
|
||||||
|
)
|
9
assets/common/items/crafting_ing/rock.ron
Normal file
9
assets/common/items/crafting_ing/rock.ron
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
ItemDef(
|
||||||
|
name: "Rock",
|
||||||
|
description: "A solid made up of a bunch of different minerals.",
|
||||||
|
kind: Ingredient(
|
||||||
|
kind: "Rock",
|
||||||
|
),
|
||||||
|
quality: Low,
|
||||||
|
tags: [],
|
||||||
|
)
|
@ -4,6 +4,6 @@ ItemDef(
|
|||||||
kind: Ingredient(
|
kind: Ingredient(
|
||||||
kind: "Scale",
|
kind: "Scale",
|
||||||
),
|
),
|
||||||
quality: Common,
|
quality: Moderate,
|
||||||
tags: [],
|
tags: [],
|
||||||
)
|
)
|
9
assets/common/items/crafting_ing/silk.ron
Normal file
9
assets/common/items/crafting_ing/silk.ron
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
ItemDef(
|
||||||
|
name: "Silk",
|
||||||
|
description: "A fine and strong fibre produced by silkworms.",
|
||||||
|
kind: Ingredient(
|
||||||
|
kind: "Silk",
|
||||||
|
),
|
||||||
|
quality: Moderate,
|
||||||
|
tags: [],
|
||||||
|
)
|
9
assets/common/items/crafting_ing/silver_ingot.ron
Normal file
9
assets/common/items/crafting_ing/silver_ingot.ron
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
ItemDef(
|
||||||
|
name: "Silver Ingot",
|
||||||
|
description: "An ingot made of refined metallic silver.",
|
||||||
|
kind: Ingredient(
|
||||||
|
kind: "SilverIngot",
|
||||||
|
),
|
||||||
|
quality: Epic,
|
||||||
|
tags: [],
|
||||||
|
)
|
9
assets/common/items/crafting_ing/silver_ore.ron
Normal file
9
assets/common/items/crafting_ing/silver_ore.ron
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
ItemDef(
|
||||||
|
name: "Silver Ore",
|
||||||
|
description: "A precious shiny greyish-white metal.",
|
||||||
|
kind: Ingredient(
|
||||||
|
kind: "SilverOre",
|
||||||
|
),
|
||||||
|
quality: Epic,
|
||||||
|
tags: [],
|
||||||
|
)
|
9
assets/common/items/crafting_ing/sunsilk.ron
Normal file
9
assets/common/items/crafting_ing/sunsilk.ron
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
ItemDef(
|
||||||
|
name: "Sunsilk",
|
||||||
|
description: "A supernaturally strong texile.",
|
||||||
|
kind: Ingredient(
|
||||||
|
kind: "Sunsilk",
|
||||||
|
),
|
||||||
|
quality: Legendary,
|
||||||
|
tags: [],
|
||||||
|
)
|
@ -1954,6 +1954,42 @@
|
|||||||
"voxel.sprite.crafting_ing.claw",
|
"voxel.sprite.crafting_ing.claw",
|
||||||
(0.0, 0.0, 0.0), (-20.0, 10.0, 20.0), 0.9,
|
(0.0, 0.0, 0.0), (-20.0, 10.0, 20.0), 0.9,
|
||||||
),
|
),
|
||||||
|
Ingredient("Plate"): VoxTrans(
|
||||||
|
"voxel.sprite.crafting_ing.plate",
|
||||||
|
(0.0, 0.0, 0.0), (-20.0, 10.0, 20.0), 1.0,
|
||||||
|
),
|
||||||
|
Ingredient("Leather"): VoxTrans(
|
||||||
|
"voxel.sprite.crafting_ing.leather",
|
||||||
|
(0.0, 0.0, 0.0), (-20.0, 10.0, 20.0), 0.9,
|
||||||
|
),
|
||||||
|
Ingredient("DragonScale"): VoxTrans(
|
||||||
|
"voxel.sprite.crafting_ing.dragon_scale",
|
||||||
|
(0.0, 0.0, 0.0), (-20.0, 10.0, 20.0), 0.9,
|
||||||
|
),
|
||||||
|
Ingredient("SilverIngot"): VoxTrans(
|
||||||
|
"voxel.sprite.crafting_ing.silver_ingot",
|
||||||
|
(0.0, 0.0, 0.0), (-20.0, 10.0, 20.0), 0.9,
|
||||||
|
),
|
||||||
|
Ingredient("GoldIngot"): VoxTrans(
|
||||||
|
"voxel.sprite.crafting_ing.gold_ingot",
|
||||||
|
(0.0, 0.0, 0.0), (-20.0, 10.0, 20.0), 0.9,
|
||||||
|
),
|
||||||
|
Ingredient("GoldOre"): VoxTrans(
|
||||||
|
"voxel.sprite.crafting_ing.gold_ore_drop",
|
||||||
|
(0.0, 0.0, 0.0), (-20.0, 10.0, 20.0), 0.9,
|
||||||
|
),
|
||||||
|
Ingredient("SilverOre"): VoxTrans(
|
||||||
|
"voxel.sprite.crafting_ing.silver_ore_drop",
|
||||||
|
(0.0, 0.0, 0.0), (-20.0, 10.0, 20.0), 0.8,
|
||||||
|
),
|
||||||
|
Ingredient("OrichalcumIngot"): VoxTrans(
|
||||||
|
"voxel.sprite.crafting_ing.orichalcum_ingot",
|
||||||
|
(0.0, 0.0, 0.0), (-20.0, 10.0, 20.0), 0.9,
|
||||||
|
),
|
||||||
|
Ingredient("Scale"): VoxTrans(
|
||||||
|
"voxel.sprite.crafting_ing.scale",
|
||||||
|
(0.0, 0.0, 0.0), (-20.0, 10.0, 20.0), 0.9,
|
||||||
|
),
|
||||||
Ingredient("Honey"): Png(
|
Ingredient("Honey"): Png(
|
||||||
"element.items.item_honey",
|
"element.items.item_honey",
|
||||||
),
|
),
|
||||||
|
BIN
assets/voxygen/voxel/object/gold_ore.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/object/gold_ore.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/object/silver_ore.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/object/silver_ore.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -669,4 +669,24 @@
|
|||||||
central: ("armor.empty"),
|
central: ("armor.empty"),
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
|
SilverOre: (
|
||||||
|
bone0: (
|
||||||
|
offset: (-4.5, -5.0, 0.0),
|
||||||
|
central: ("object.silver_ore"),
|
||||||
|
)
|
||||||
|
bone1: (
|
||||||
|
offset: (0.0, 0.0, 0.0),
|
||||||
|
central: ("armor.empty"),
|
||||||
|
)
|
||||||
|
),
|
||||||
|
GoldOre: (
|
||||||
|
bone0: (
|
||||||
|
offset: (-4.5, -5.0, 0.0),
|
||||||
|
central: ("object.gold_ore"),
|
||||||
|
)
|
||||||
|
bone1: (
|
||||||
|
offset: (0.0, 0.0, 0.0),
|
||||||
|
central: ("armor.empty"),
|
||||||
|
)
|
||||||
|
),
|
||||||
})
|
})
|
||||||
|
BIN
assets/voxygen/voxel/sprite/crafting_ing/dragon_scale.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/sprite/crafting_ing/dragon_scale.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/sprite/crafting_ing/gold_ingot.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/sprite/crafting_ing/gold_ingot.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/sprite/crafting_ing/gold_ore_drop.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/sprite/crafting_ing/gold_ore_drop.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/sprite/crafting_ing/leather.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/sprite/crafting_ing/leather.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/sprite/crafting_ing/orichalcum_ingot.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/sprite/crafting_ing/orichalcum_ingot.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/sprite/crafting_ing/plate.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/sprite/crafting_ing/plate.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/sprite/crafting_ing/scale.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/sprite/crafting_ing/scale.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/sprite/crafting_ing/silver_ingot.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/sprite/crafting_ing/silver_ingot.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/sprite/crafting_ing/silver_ore_drop.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/sprite/crafting_ing/silver_ore_drop.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -79,6 +79,8 @@ make_case_elim!(
|
|||||||
Crossbow = 64,
|
Crossbow = 64,
|
||||||
ArrowTurret = 65,
|
ArrowTurret = 65,
|
||||||
Coins = 66,
|
Coins = 66,
|
||||||
|
GoldOre = 67,
|
||||||
|
SilverOre = 68,
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
@ -89,7 +91,7 @@ impl Body {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
pub const ALL_OBJECTS: [Body; 67] = [
|
pub const ALL_OBJECTS: [Body; 69] = [
|
||||||
Body::Arrow,
|
Body::Arrow,
|
||||||
Body::Bomb,
|
Body::Bomb,
|
||||||
Body::Scarecrow,
|
Body::Scarecrow,
|
||||||
@ -157,6 +159,8 @@ pub const ALL_OBJECTS: [Body; 67] = [
|
|||||||
Body::Crossbow,
|
Body::Crossbow,
|
||||||
Body::ArrowTurret,
|
Body::ArrowTurret,
|
||||||
Body::Coins,
|
Body::Coins,
|
||||||
|
Body::SilverOre,
|
||||||
|
Body::GoldOre,
|
||||||
];
|
];
|
||||||
|
|
||||||
impl From<Body> for super::Body {
|
impl From<Body> for super::Body {
|
||||||
@ -233,6 +237,8 @@ impl Body {
|
|||||||
Body::Crossbow => "crossbow",
|
Body::Crossbow => "crossbow",
|
||||||
Body::ArrowTurret => "arrow_turret",
|
Body::ArrowTurret => "arrow_turret",
|
||||||
Body::Coins => "coins",
|
Body::Coins => "coins",
|
||||||
|
Body::SilverOre => "silver_ore",
|
||||||
|
Body::GoldOre => "gold_ore",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -320,6 +326,8 @@ impl Body {
|
|||||||
Body::Tent => 50.0,
|
Body::Tent => 50.0,
|
||||||
Body::TrainingDummy => 60.0,
|
Body::TrainingDummy => 60.0,
|
||||||
Body::WindowSpooky => 10.0,
|
Body::WindowSpooky => 10.0,
|
||||||
|
Body::SilverOre => 1000.0,
|
||||||
|
Body::GoldOre => 1000.0,
|
||||||
};
|
};
|
||||||
|
|
||||||
Mass(m)
|
Mass(m)
|
||||||
|
Loading…
Reference in New Issue
Block a user