mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Added gem models for item_manifest
This commit is contained in:
parent
fda6c9ffd1
commit
be311f8ff2
@ -1666,28 +1666,28 @@
|
||||
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
||||
),
|
||||
// Gems
|
||||
Ingredient("Amethyst"): VoxTrans(
|
||||
"voxel.sprite.gem.amethyst-0",
|
||||
(0.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 0.8,
|
||||
Ingredient("Amethyst"): VoxTrans(
|
||||
"voxel.sprite.gem.amethystgem",
|
||||
(0.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 0.7,
|
||||
),
|
||||
Ingredient("Topaz"): VoxTrans(
|
||||
"voxel.sprite.gem.topaz-0",
|
||||
"voxel.sprite.gem.topazgem",
|
||||
(0.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 0.7,
|
||||
),
|
||||
Ingredient("Sapphire"): VoxTrans(
|
||||
"voxel.sprite.gem.sapphire-0",
|
||||
(0.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 0.8,
|
||||
"voxel.sprite.gem.sapphiregem",
|
||||
(0.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 0.6,
|
||||
),
|
||||
Ingredient("Emerald"): VoxTrans(
|
||||
"voxel.sprite.gem.emerald-0",
|
||||
(0.0, 0.0, 0.0), (-120.0, -160.0, 20.0), 0.8,
|
||||
"voxel.sprite.gem.emeraldgem",
|
||||
(0.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 0.7,
|
||||
),
|
||||
Ingredient("Ruby"): VoxTrans(
|
||||
"voxel.sprite.gem.ruby-0",
|
||||
(0.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 0.8,
|
||||
"voxel.sprite.gem.rubygem",
|
||||
(0.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 0.7,
|
||||
),
|
||||
Ingredient("Diamond"): VoxTrans(
|
||||
"voxel.sprite.gem.diamond-0",
|
||||
(0.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 0.8,
|
||||
"voxel.sprite.gem.diamondgem",
|
||||
(0.0, 0.0, 0.0), (-55.0, 30.0, 20.0), 0.6,
|
||||
),
|
||||
})
|
||||
|
BIN
assets/voxygen/voxel/sprite/gem/amethystgem.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/sprite/gem/amethystgem.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/sprite/gem/diamondgem.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/sprite/gem/diamondgem.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/sprite/gem/emeraldgem.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/sprite/gem/emeraldgem.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/sprite/gem/rubygem.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/sprite/gem/rubygem.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/sprite/gem/sapphiregem.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/sprite/gem/sapphiregem.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/sprite/gem/topazgem.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/sprite/gem/topazgem.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user