diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bedceacef..2c3bcca21f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added /dropall admin command (drops all inventory items on the ground) - Skill trees - Lactose tolerant golems +- 6 different gems. (Topaz, Amethyst, Sapphire, Enerald, Ruby and Diamond) ### Changed @@ -37,12 +38,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed AI behavior so only humanoids will attempt to roll - Footstep SFX is now dependant on distance moved, not time since last play - Adjusted most NPCs hitboxes to better fit their models. +- Changed crafting recipes involving shiny gems to use diamonds instead. +- Cave scatter now includes all 6 gems. ### Removed - SSAAx4 option - The Stats button and associated screen were removed - Levels +- Shiny Gems (replaced with diamonds) ### Fixed diff --git a/assets/common/cave_scatter.ron b/assets/common/cave_scatter.ron index 13e3ccf291..2176f1d68d 100644 --- a/assets/common/cave_scatter.ron +++ b/assets/common/cave_scatter.ron @@ -4,7 +4,12 @@ (110, Stones), (150, ShortGrass), (120, CaveMushroom), - (4, ShinyGem), + (30, AmethystSmall), + (30, TopazSmall), + (16, SapphireSmall), + (12, EmeraldSmall), + (8, RubySmall), + (4, DiamondSmall), (5, Chest), (15, Crate), ] diff --git a/assets/common/items/crafting_ing/shiny_gem.ron b/assets/common/items/crafting_ing/shiny_gem.ron deleted file mode 100644 index 957a12f979..0000000000 --- a/assets/common/items/crafting_ing/shiny_gem.ron +++ /dev/null @@ -1,8 +0,0 @@ -ItemDef( - name: "Shiny Gem", - description: "It's so shiny!", - kind: Ingredient( - kind: "ShinyGem", - ), - quality: High, -) diff --git a/assets/common/loot_tables/loot_table_crafting.ron b/assets/common/loot_tables/loot_table_crafting.ron index fe9f61e862..a4eb6e81aa 100644 --- a/assets/common/loot_tables/loot_table_crafting.ron +++ b/assets/common/loot_tables/loot_table_crafting.ron @@ -3,6 +3,11 @@ (2, "common.items.crafting_ing.leather_scraps"), (4, "common.items.crafting_ing.cloth_scraps"), (1, "common.items.crafting_ing.empty_vial"), - (0.10, "common.items.crafting_ing.shiny_gem"), + (0.5, "common.items.crafting_ing.amethyst"), + (0.5, "common.items.crafting_ing.topaz"), + (0.4, "common.items.crafting_ing.sapphire"), + (0.35, "common.items.crafting_ing.emerald"), + (0.25, "common.items.crafting_ing.ruby"), + (0.10, "common.items.crafting_ing.diamond"), ] diff --git a/assets/common/loot_tables/loot_table_humanoids.ron b/assets/common/loot_tables/loot_table_humanoids.ron index e7872e3107..7d626d1423 100644 --- a/assets/common/loot_tables/loot_table_humanoids.ron +++ b/assets/common/loot_tables/loot_table_humanoids.ron @@ -1,7 +1,7 @@ [ // Crafting Ingredients (2, "common.items.crafting_ing.empty_vial"), - (0.10, "common.items.crafting_ing.shiny_gem"), + (0.10, "common.items.crafting_ing.diamond"), (4, "common.items.crafting_ing.cloth_scraps"), // Consumables (0.2, "common.items.consumable.potion_minor"), diff --git a/assets/common/loot_tables/loot_table_rocks.ron b/assets/common/loot_tables/loot_table_rocks.ron index 8496d9e852..83a5e7a33c 100644 --- a/assets/common/loot_tables/loot_table_rocks.ron +++ b/assets/common/loot_tables/loot_table_rocks.ron @@ -1,6 +1,6 @@ [ (1, "common.items.crafting_ing.stones"), - (0.05, "common.items.crafting_ing.shiny_gem"), + (0.05, "common.items.crafting_ing.diamond"), (0.10, "common.items.ore.velorite"), (0.20, "common.items.ore.veloritefrag"), ] diff --git a/assets/common/loot_tables/loot_table_saurok.ron b/assets/common/loot_tables/loot_table_saurok.ron index 0fe75b1c74..950ac51b7b 100644 --- a/assets/common/loot_tables/loot_table_saurok.ron +++ b/assets/common/loot_tables/loot_table_saurok.ron @@ -1,6 +1,6 @@ [ (2, "common.items.crafting_ing.empty_vial"), - (0.01, "common.items.crafting_ing.shiny_gem"), + (0.01, "common.items.crafting_ing.diamond"), (3, "common.items.crafting_ing.cloth_scraps"), (2, "common.items.crafting_ing.leather_scraps"), // Consumables diff --git a/assets/common/loot_tables/loot_table_villager.ron b/assets/common/loot_tables/loot_table_villager.ron index e1c8ffc508..44258d60e1 100644 --- a/assets/common/loot_tables/loot_table_villager.ron +++ b/assets/common/loot_tables/loot_table_villager.ron @@ -2,7 +2,7 @@ // Crafting Ingredients (2, "common.items.crafting_ing.bowl"), (1, "common.items.crafting_ing.empty_vial"), - (0.10, "common.items.crafting_ing.shiny_gem"), + (0.10, "common.items.crafting_ing.diamond"), (1, "common.items.crafting_ing.cloth_scraps"), // Consumables (0.2, "common.items.consumable.potion_minor"), diff --git a/assets/common/recipe_book.ron b/assets/common/recipe_book.ron index bdbf6cd59a..e7174bb3a7 100644 --- a/assets/common/recipe_book.ron +++ b/assets/common/recipe_book.ron @@ -48,7 +48,7 @@ ("common.items.utility.collar", 1), [ ("common.items.crafting_ing.leather_scraps", 5), - ("common.items.crafting_ing.shiny_gem", 1), + ("common.items.crafting_ing.ruby", 1), ], ), "bomb_coconut": ( @@ -160,7 +160,7 @@ ("common.items.crafting_ing.twigs", 5), ("common.items.crafting_ing.leather_scraps", 5), ("common.items.crafting_ing.cloth_scraps", 5), - ("common.items.crafting_ing.shiny_gem", 1), + ("common.items.crafting_ing.emerald", 1), ("common.items.crafting_tools.craftsman_hammer", 0), ("common.items.crafting_tools.sewing_set", 0), ], @@ -172,7 +172,7 @@ ("common.items.crafting_ing.twigs", 5), ("common.items.crafting_ing.leather_scraps", 5), ("common.items.crafting_ing.cloth_scraps", 5), - ("common.items.crafting_ing.shiny_gem", 1), + ("common.items.crafting_ing.ruby", 1), ("common.items.crafting_tools.craftsman_hammer", 0), ("common.items.crafting_tools.sewing_set", 0), ], @@ -185,7 +185,7 @@ ("common.items.crafting_ing.leather_scraps", 5), ("common.items.crafting_ing.cloth_scraps", 5), ("common.items.crafting_ing.icy_fang", 1), - ("common.items.crafting_ing.shiny_gem", 1), + ("common.items.crafting_ing.ruby", 1), ("common.items.crafting_tools.craftsman_hammer", 0), ("common.items.crafting_tools.sewing_set", 0), ], @@ -197,7 +197,7 @@ ("common.items.crafting_ing.twigs", 15), ("common.items.crafting_ing.leather_scraps", 5), ("common.items.crafting_ing.cloth_scraps", 5), - ("common.items.crafting_ing.shiny_gem", 1), + ("common.items.crafting_ing.ruby", 1), ("common.items.crafting_tools.craftsman_hammer", 0), ("common.items.crafting_tools.sewing_set", 0), ], @@ -207,7 +207,7 @@ [ ("common.items.crafting_ing.twigs", 20), ("common.items.ore.veloritefrag", 8), - ("common.items.crafting_ing.shiny_gem", 4), + ("common.items.crafting_ing.ruby", 4), ("common.items.crafting_tools.craftsman_hammer", 0), ], ), @@ -297,7 +297,7 @@ "traveler backpack": ( ("common.items.armor.back.backpack_0", 1), [ - ("common.items.crafting_ing.shiny_gem", 2), + ("common.items.crafting_ing.diamond", 2), ("common.items.crafting_ing.twigs", 2), ("common.items.crafting_ing.cloth_scraps", 3), ("common.items.crafting_ing.leather_scraps", 3), @@ -308,7 +308,7 @@ "sturdy red backpack": ( ("common.items.armor.bag.sturdy_red_backpack", 1), [ - ("common.items.crafting_ing.shiny_gem", 2), + ("common.items.crafting_ing.diamond", 2), ("common.items.crafting_ing.cloth_scraps_red", 3), ("common.items.armor.bag.woven_red_bag", 1), ("common.items.crafting_tools.sewing_set", 0), @@ -319,7 +319,7 @@ [ ("common.items.crafting_ing.leather_troll", 10), ("common.items.crafting_ing.leather_scraps", 10), - ("common.items.crafting_ing.shiny_gem", 1), + ("common.items.crafting_ing.diamond", 1), ("common.items.crafting_tools.sewing_set", 0), ], ), @@ -328,7 +328,7 @@ [ ("common.items.crafting_ing.mindflayer_bag_damaged", 1), ("common.items.crafting_ing.leather_scraps", 10), - ("common.items.crafting_ing.shiny_gem", 4), + ("common.items.crafting_ing.diamond", 4), ("common.items.ore.veloritefrag", 10), ("common.items.crafting_tools.sewing_set", 0), ], diff --git a/assets/voxygen/audio/sfx.ron b/assets/voxygen/audio/sfx.ron index 2a8478a276..7471ebdee8 100644 --- a/assets/voxygen/audio/sfx.ron +++ b/assets/voxygen/audio/sfx.ron @@ -491,7 +491,7 @@ ], threshold: 0.3, ), - Inventory(CollectedItem("ShinyGem")): ( + Inventory(CollectedItem("Diamond")): ( files: [ "voxygen.audio.sfx.weapon.staff_out", ], diff --git a/assets/voxygen/item_image_manifest.ron b/assets/voxygen/item_image_manifest.ron index 5d91be5503..371885dddc 100644 --- a/assets/voxygen/item_image_manifest.ron +++ b/assets/voxygen/item_image_manifest.ron @@ -1600,9 +1600,6 @@ Ingredient("ClothScrapsRed"): Png( "element.icons.item_cloth_red", ), - Ingredient("ShinyGem"): Png( - "element.icons.gem", - ), Ingredient("MortarPestle"): Png( "element.icons.item_mortarpestlecoco", ), @@ -1668,4 +1665,29 @@ "voxel.weapon.tool.broom_belzeshrub_purple", (0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.1, ), + // Gems + 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.topazgem", + (0.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 0.7, + ), + Ingredient("Sapphire"): VoxTrans( + "voxel.sprite.gem.sapphiregem", + (0.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 0.6, + ), + Ingredient("Emerald"): VoxTrans( + "voxel.sprite.gem.emeraldgem", + (0.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 0.7, + ), + Ingredient("Ruby"): VoxTrans( + "voxel.sprite.gem.rubygem", + (0.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 0.7, + ), + Ingredient("Diamond"): VoxTrans( + "voxel.sprite.gem.diamondgem", + (0.0, 0.0, 0.0), (-55.0, 30.0, 20.0), 0.6, + ), }) diff --git a/assets/voxygen/voxel/sprite/gem/amethyst-0.vox b/assets/voxygen/voxel/sprite/gem/amethyst-0.vox new file mode 100644 index 0000000000..5c906cc24a Binary files /dev/null and b/assets/voxygen/voxel/sprite/gem/amethyst-0.vox differ diff --git a/assets/voxygen/voxel/sprite/gem/amethyst_S-0.vox b/assets/voxygen/voxel/sprite/gem/amethyst_S-0.vox new file mode 100644 index 0000000000..a4921c402a Binary files /dev/null and b/assets/voxygen/voxel/sprite/gem/amethyst_S-0.vox differ diff --git a/assets/voxygen/voxel/sprite/gem/amethystgem.vox b/assets/voxygen/voxel/sprite/gem/amethystgem.vox new file mode 100644 index 0000000000..1ff63308a1 Binary files /dev/null and b/assets/voxygen/voxel/sprite/gem/amethystgem.vox differ diff --git a/assets/voxygen/voxel/sprite/gem/diamond-0.vox b/assets/voxygen/voxel/sprite/gem/diamond-0.vox new file mode 100644 index 0000000000..a0cdedeefc Binary files /dev/null and b/assets/voxygen/voxel/sprite/gem/diamond-0.vox differ diff --git a/assets/voxygen/voxel/sprite/gem/diamond_S-0.vox b/assets/voxygen/voxel/sprite/gem/diamond_S-0.vox new file mode 100644 index 0000000000..41386e9a67 Binary files /dev/null and b/assets/voxygen/voxel/sprite/gem/diamond_S-0.vox differ diff --git a/assets/voxygen/voxel/sprite/gem/diamondgem.vox b/assets/voxygen/voxel/sprite/gem/diamondgem.vox new file mode 100644 index 0000000000..48a91c4919 Binary files /dev/null and b/assets/voxygen/voxel/sprite/gem/diamondgem.vox differ diff --git a/assets/voxygen/voxel/sprite/gem/emerald-0.vox b/assets/voxygen/voxel/sprite/gem/emerald-0.vox new file mode 100644 index 0000000000..95f85c8f94 Binary files /dev/null and b/assets/voxygen/voxel/sprite/gem/emerald-0.vox differ diff --git a/assets/voxygen/voxel/sprite/gem/emerald_S-0.vox b/assets/voxygen/voxel/sprite/gem/emerald_S-0.vox new file mode 100644 index 0000000000..d2d424d699 Binary files /dev/null and b/assets/voxygen/voxel/sprite/gem/emerald_S-0.vox differ diff --git a/assets/voxygen/voxel/sprite/gem/emeraldgem.vox b/assets/voxygen/voxel/sprite/gem/emeraldgem.vox new file mode 100644 index 0000000000..ba28cfe10f Binary files /dev/null and b/assets/voxygen/voxel/sprite/gem/emeraldgem.vox differ diff --git a/assets/voxygen/voxel/sprite/gem/ruby-0.vox b/assets/voxygen/voxel/sprite/gem/ruby-0.vox new file mode 100644 index 0000000000..e5656c9084 Binary files /dev/null and b/assets/voxygen/voxel/sprite/gem/ruby-0.vox differ diff --git a/assets/voxygen/voxel/sprite/gem/ruby_S-0.vox b/assets/voxygen/voxel/sprite/gem/ruby_S-0.vox new file mode 100644 index 0000000000..5af5f16a02 Binary files /dev/null and b/assets/voxygen/voxel/sprite/gem/ruby_S-0.vox differ diff --git a/assets/voxygen/voxel/sprite/gem/rubygem.vox b/assets/voxygen/voxel/sprite/gem/rubygem.vox new file mode 100644 index 0000000000..b38b5ed4f4 Binary files /dev/null and b/assets/voxygen/voxel/sprite/gem/rubygem.vox differ diff --git a/assets/voxygen/voxel/sprite/gem/sapphire-0.vox b/assets/voxygen/voxel/sprite/gem/sapphire-0.vox new file mode 100644 index 0000000000..2e88d9a492 Binary files /dev/null and b/assets/voxygen/voxel/sprite/gem/sapphire-0.vox differ diff --git a/assets/voxygen/voxel/sprite/gem/sapphire_S-0.vox b/assets/voxygen/voxel/sprite/gem/sapphire_S-0.vox new file mode 100644 index 0000000000..8f2c2be24b Binary files /dev/null and b/assets/voxygen/voxel/sprite/gem/sapphire_S-0.vox differ diff --git a/assets/voxygen/voxel/sprite/gem/sapphiregem.vox b/assets/voxygen/voxel/sprite/gem/sapphiregem.vox new file mode 100644 index 0000000000..ad461092a3 Binary files /dev/null and b/assets/voxygen/voxel/sprite/gem/sapphiregem.vox differ diff --git a/assets/voxygen/voxel/sprite/gem/topaz-0.vox b/assets/voxygen/voxel/sprite/gem/topaz-0.vox new file mode 100644 index 0000000000..97f3e43599 Binary files /dev/null and b/assets/voxygen/voxel/sprite/gem/topaz-0.vox differ diff --git a/assets/voxygen/voxel/sprite/gem/topaz_S-0.vox b/assets/voxygen/voxel/sprite/gem/topaz_S-0.vox new file mode 100644 index 0000000000..2cca00c5a3 Binary files /dev/null and b/assets/voxygen/voxel/sprite/gem/topaz_S-0.vox differ diff --git a/assets/voxygen/voxel/sprite/gem/topazgem.vox b/assets/voxygen/voxel/sprite/gem/topazgem.vox new file mode 100644 index 0000000000..c936296f44 Binary files /dev/null and b/assets/voxygen/voxel/sprite/gem/topazgem.vox differ diff --git a/assets/voxygen/voxel/sprite_manifest.ron b/assets/voxygen/voxel/sprite_manifest.ron index 18eac918a5..6f5d74d391 100644 --- a/assets/voxygen/voxel/sprite_manifest.ron +++ b/assets/voxygen/voxel/sprite_manifest.ron @@ -1988,28 +1988,6 @@ Twigs: Some(( wind_sway: 0.0, )), -// Shiny Gems -ShinyGem: Some(( - variations: [ - ( - model: "voxygen.voxel.sprite.gem.gem_blue", - offset: (-2.0, -3.0, 0.0), - lod_axes: (1.0, 1.0, 1.0), - ), - ( - model: "voxygen.voxel.sprite.gem.gem_green", - offset: (-2.0, -3.0, 0.0), - lod_axes: (1.0, 1.0, 1.0), - ), - ( - model: "voxygen.voxel.sprite.gem.gem_red", - offset: (-3.0, -2.0, -2.0), - lod_axes: (1.0, 1.0, 1.0), - ), - ], - wind_sway: 0.0, -)), - // Drop Gate Parts DropGate: Some(( variations: [ @@ -2224,4 +2202,136 @@ Mud: Some(( ], wind_sway: 0.0, )), +// Amethyst Ore +Amethyst: Some(( + variations: [ + ( + model: "voxygen.voxel.sprite.gem.amethyst-0", + offset: (-5.5, -5.5, 0.0), + lod_axes: (0.0, 0.0, 0.0), + ), + ], + wind_sway: 0.0, +)), +// Ruby Ore +Ruby: Some(( + variations: [ + ( + model: "voxygen.voxel.sprite.gem.ruby-0", + offset: (-5.5, -5.5, 0.0), + lod_axes: (0.0, 0.0, 0.0), + ), + ], + wind_sway: 0.0, +)), +// Diamond Ore +Diamond: Some(( + variations: [ + ( + model: "voxygen.voxel.sprite.gem.diamond-0", + offset: (-5.5, -5.5, 0.0), + lod_axes: (0.0, 0.0, 0.0), + ), + ], + wind_sway: 0.0, +)), +// Sapphire Ore +Sapphire: Some(( + variations: [ + ( + model: "voxygen.voxel.sprite.gem.sapphire-0", + offset: (-5.5, -5.5, 0.0), + lod_axes: (0.0, 0.0, 0.0), + ), + ], + wind_sway: 0.0, +)), +// Emerald Ore +Emerald: Some(( + variations: [ + ( + model: "voxygen.voxel.sprite.gem.emerald-0", + offset: (-5.5, -5.5, 0.0), + lod_axes: (0.0, 0.0, 0.0), + ), + ], + wind_sway: 0.0, +)), +// Topaz Ore +Topaz: Some(( + variations: [ + ( + model: "voxygen.voxel.sprite.gem.topaz-0", + offset: (-5.5, -5.5, 0.0), + lod_axes: (0.0, 0.0, 0.0), + ), + ], + wind_sway: 0.0, +)), +// Small Amethyst Ore +AmethystSmall: Some(( + variations: [ + ( + model: "voxygen.voxel.sprite.gem.amethyst_S-0", + offset: (-3.5, -3.5, 0.0), + lod_axes: (0.0, 0.0, 0.0), + ), + ], + wind_sway: 0.0, +)), +// Small Topaz Ore +TopazSmall: Some(( + variations: [ + ( + model: "voxygen.voxel.sprite.gem.topaz_S-0", + offset: (-3.5, -3.5, 0.0), + lod_axes: (0.0, 0.0, 0.0), + ), + ], + wind_sway: 0.0, +)), +// Small Ruby Ore +RubySmall: Some(( + variations: [ + ( + model: "voxygen.voxel.sprite.gem.ruby_S-0", + offset: (-3.5, -3.5, 0.0), + lod_axes: (0.0, 0.0, 0.0), + ), + ], + wind_sway: 0.0, +)), +// Small Emerald Ore +EmeraldSmall: Some(( + variations: [ + ( + model: "voxygen.voxel.sprite.gem.emerald_S-0", + offset: (-5.5, -5.5, 0.0), + lod_axes: (0.0, 0.0, 0.0), + ), + ], + wind_sway: 0.0, +)), +// Small Diamond Ore +DiamondSmall: Some(( + variations: [ + ( + model: "voxygen.voxel.sprite.gem.diamond_S-0", + offset: (-3.5, -3.5, 0.0), + lod_axes: (0.0, 0.0, 0.0), + ), + ], + wind_sway: 0.0, +)), +// Small Sapphire Ore +SapphireSmall: Some(( + variations: [ + ( + model: "voxygen.voxel.sprite.gem.sapphire_S-0", + offset: (-3.5, -3.5, 0.0), + lod_axes: (0.0, 0.0, 0.0), + ), + ], + wind_sway: 0.0, +)), ) diff --git a/common/src/comp/inventory/item/mod.rs b/common/src/comp/inventory/item/mod.rs index f8ef9636fc..786e709d9f 100644 --- a/common/src/comp/inventory/item/mod.rs +++ b/common/src/comp/inventory/item/mod.rs @@ -535,10 +535,21 @@ impl Item { SpriteKind::Beehive => "common.items.crafting_ing.honey", SpriteKind::Stones => "common.items.crafting_ing.stones", SpriteKind::Twigs => "common.items.crafting_ing.twigs", - SpriteKind::ShinyGem => "common.items.crafting_ing.shiny_gem", SpriteKind::VialEmpty => "common.items.crafting_ing.empty_vial", SpriteKind::Bowl => "common.items.crafting_ing.bowl", SpriteKind::PotionMinor => "common.items.consumable.potion_minor", + SpriteKind::Amethyst => "common.items.crafting_ing.amethyst", + SpriteKind::Ruby => "common.items.crafting_ing.ruby", + SpriteKind::Diamond => "common.items.crafting_ing.diamond", + SpriteKind::Sapphire => "common.items.crafting_ing.sapphire", + SpriteKind::Topaz => "common.items.crafting_ing.topaz", + SpriteKind::Emerald => "common.items.crafting_ing.emerald", + SpriteKind::AmethystSmall => "common.items.crafting_ing.amethyst", + SpriteKind::TopazSmall => "common.items.crafting_ing.topaz", + SpriteKind::DiamondSmall => "common.items.crafting_ing.diamond", + SpriteKind::RubySmall => "common.items.crafting_ing.ruby", + SpriteKind::EmeraldSmall => "common.items.crafting_ing.emerald", + SpriteKind::SapphireSmall => "common.items.crafting_ing.sapphire", _ => return None, })) } diff --git a/common/src/terrain/block.rs b/common/src/terrain/block.rs index 804765da2b..5b2fd5e78d 100644 --- a/common/src/terrain/block.rs +++ b/common/src/terrain/block.rs @@ -175,6 +175,18 @@ impl Block { SpriteKind::FireBowlGround => Some(16), SpriteKind::Velorite | SpriteKind::VeloriteFrag => Some(6), SpriteKind::CaveMushroom => Some(12), + SpriteKind::Amethyst + | SpriteKind::Ruby + | SpriteKind::Sapphire + | SpriteKind::Diamond + | SpriteKind::Emerald + | SpriteKind::Topaz + | SpriteKind::AmethystSmall + | SpriteKind::TopazSmall + | SpriteKind::DiamondSmall + | SpriteKind::RubySmall + | SpriteKind::EmeraldSmall + | SpriteKind::SapphireSmall => Some(3), _ => None, } } diff --git a/common/src/terrain/sprite.rs b/common/src/terrain/sprite.rs index 57610f0557..9fccea234a 100644 --- a/common/src/terrain/sprite.rs +++ b/common/src/terrain/sprite.rs @@ -96,25 +96,36 @@ make_case_elim!( Pot = 0x45, Stones = 0x46, Twigs = 0x47, - ShinyGem = 0x48, - DropGate = 0x49, - DropGateBottom = 0x4A, - GrassSnow = 0x4B, - Reed = 0x4C, - Beehive = 0x4D, - LargeCactus = 0x4E, - VialEmpty = 0x4F, - PotionMinor = 0x50, - GrassBlue = 0x51, - ChestBurried = 0x52, - Mud = 0x53, - FireBowlGround = 0x54, - CaveMushroom = 0x55, - Bowl = 0x56, - SavannaGrass = 0x57, - TallSavannaGrass = 0x58, - RedSavannaGrass = 0x59, - SavannaBush = 0x5A, + DropGate = 0x48, + DropGateBottom = 0x49, + GrassSnow = 0x4A, + Reed = 0x4B, + Beehive = 0x4C, + LargeCactus = 0x4D, + VialEmpty = 0x4E, + PotionMinor = 0x4F, + GrassBlue = 0x50, + ChestBurried = 0x51, + Mud = 0x52, + FireBowlGround = 0x53, + CaveMushroom = 0x54, + Bowl = 0x55, + SavannaGrass = 0x56, + TallSavannaGrass = 0x57, + RedSavannaGrass = 0x58, + SavannaBush = 0x59, + Amethyst = 0x5A, + Ruby = 0x5B, + Sapphire = 0x5C, + Emerald = 0x5D, + Topaz = 0x5E, + Diamond = 0x5F, + AmethystSmall = 0x60, + TopazSmall = 0x61, + DiamondSmall = 0x62, + RubySmall = 0x63, + EmeraldSmall = 0x64, + SapphireSmall = 0x65, } ); @@ -198,7 +209,6 @@ impl SpriteKind { SpriteKind::Coconut => true, SpriteKind::Stones => true, SpriteKind::Twigs => true, - SpriteKind::ShinyGem => true, SpriteKind::Crate => true, SpriteKind::Beehive => true, SpriteKind::VialEmpty => true, @@ -206,6 +216,18 @@ impl SpriteKind { SpriteKind::Bowl => true, SpriteKind::ChestBurried => true, SpriteKind::Mud => true, + SpriteKind::Amethyst => true, + SpriteKind::Ruby => true, + SpriteKind::Diamond => true, + SpriteKind::Sapphire => true, + SpriteKind::Emerald => true, + SpriteKind::Topaz => true, + SpriteKind::AmethystSmall => true, + SpriteKind::TopazSmall => true, + SpriteKind::DiamondSmall => true, + SpriteKind::RubySmall => true, + SpriteKind::EmeraldSmall => true, + SpriteKind::SapphireSmall => true, _ => false, } } diff --git a/server/src/migrations/2021-01-24-141845_shinygem-to-diamond/down.sql b/server/src/migrations/2021-01-24-141845_shinygem-to-diamond/down.sql new file mode 100644 index 0000000000..0f76d01f96 --- /dev/null +++ b/server/src/migrations/2021-01-24-141845_shinygem-to-diamond/down.sql @@ -0,0 +1,2 @@ +UPDATE item +SET item_definition_id = 'common.items.weapons.crafting.shiny_gem' WHERE item_definition_id = 'common.items.crafting_ing.diamond'; \ No newline at end of file diff --git a/server/src/migrations/2021-01-24-141845_shinygem-to-diamond/up.sql b/server/src/migrations/2021-01-24-141845_shinygem-to-diamond/up.sql new file mode 100644 index 0000000000..84c84084af --- /dev/null +++ b/server/src/migrations/2021-01-24-141845_shinygem-to-diamond/up.sql @@ -0,0 +1,2 @@ +UPDATE item +SET item_definition_id = 'common.items.crafting_ing.diamond' WHERE item_definition_id = 'common.items.crafting_ing.shiny_gem'; \ No newline at end of file diff --git a/voxygen/src/audio/sfx/mod.rs b/voxygen/src/audio/sfx/mod.rs index 1c817b698b..c7d149ccc1 100644 --- a/voxygen/src/audio/sfx/mod.rs +++ b/voxygen/src/audio/sfx/mod.rs @@ -192,7 +192,7 @@ impl From<&InventoryUpdateEvent> for SfxEvent { SfxEvent::Inventory(SfxInventoryEvent::CollectedTool(tool.kind)) }, ItemKind::Ingredient { kind } => match &kind[..] { - "ShinyGem" => { + "Diamond" => { SfxEvent::Inventory(SfxInventoryEvent::CollectedItem(kind.clone())) }, _ => SfxEvent::Inventory(SfxInventoryEvent::Collected),