diff --git a/game/modules/tome/data/gfx/shockbolt/object/artifact/bloodsoaked_resonating_diamond.png b/game/modules/tome/data/gfx/shockbolt/object/artifact/bloodsoaked_resonating_diamond.png new file mode 100644 index 0000000000000000000000000000000000000000..590abff7edef66d1213e58cb53d5ea6938274ad4 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/object/artifact/bloodsoaked_resonating_diamond.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/object/artifact/bloodsoaked_runed_athame.png b/game/modules/tome/data/gfx/shockbolt/object/artifact/bloodsoaked_runed_athame.png new file mode 100644 index 0000000000000000000000000000000000000000..0fac329eae75441a0ce93cc691bea1ce0143f4a7 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/object/artifact/bloodsoaked_runed_athame.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/object/artifact/elandars_journal.png b/game/modules/tome/data/gfx/shockbolt/object/artifact/elandars_journal.png new file mode 100644 index 0000000000000000000000000000000000000000..0952446486ada3baa50f3ce6fd8e9ce1428e652f Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/object/artifact/elandars_journal.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/trap/trap_glyph_explosion_02_64.png b/game/modules/tome/data/gfx/shockbolt/trap/trap_glyph_explosion_02_64.png index 038ffffeb7cefc3b03e079b6db4fdbb77565458c..af48256679d611e277807db0b22dc3ab155f990a 100644 Binary files a/game/modules/tome/data/gfx/shockbolt/trap/trap_glyph_explosion_02_64.png and b/game/modules/tome/data/gfx/shockbolt/trap/trap_glyph_explosion_02_64.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/trap/trap_glyph_fatigue_01_64.png b/game/modules/tome/data/gfx/shockbolt/trap/trap_glyph_fatigue_01_64.png index feb04b80eb7e9ab78c8a9a8d051b97a17d5381d1..dd2bea56f23f712ba40e12e39c858b3a4ef9d8a4 100644 Binary files a/game/modules/tome/data/gfx/shockbolt/trap/trap_glyph_fatigue_01_64.png and b/game/modules/tome/data/gfx/shockbolt/trap/trap_glyph_fatigue_01_64.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/trap/trap_glyph_paralysis_01_64.png b/game/modules/tome/data/gfx/shockbolt/trap/trap_glyph_paralysis_01_64.png index 822bd691052907a179997d8c1c1e866e940590da..eb2a5781432490409a0985e05581a961cf3b05ef 100644 Binary files a/game/modules/tome/data/gfx/shockbolt/trap/trap_glyph_paralysis_01_64.png and b/game/modules/tome/data/gfx/shockbolt/trap/trap_glyph_paralysis_01_64.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/trap/trap_glyph_repulsion_01_64.png b/game/modules/tome/data/gfx/shockbolt/trap/trap_glyph_repulsion_01_64.png index da03abe2be85dea541230bba8083c7e3d03358fe..06176fbdae695c73fe19011c5e047800ce9efd6a 100644 Binary files a/game/modules/tome/data/gfx/shockbolt/trap/trap_glyph_repulsion_01_64.png and b/game/modules/tome/data/gfx/shockbolt/trap/trap_glyph_repulsion_01_64.png differ diff --git a/game/modules/tome/data/zones/high-peak/objects.lua b/game/modules/tome/data/zones/high-peak/objects.lua index 903800ada336411fc336dfba3863b478da0053d9..56822df0fd2742d61373675d44294d89b627bc0a 100644 --- a/game/modules/tome/data/zones/high-peak/objects.lua +++ b/game/modules/tome/data/zones/high-peak/objects.lua @@ -24,7 +24,7 @@ local Stats = require "engine.interface.ActorStats" local Talents = require "engine.interface.ActorTalents" newEntity{ base = "BASE_LORE", - define_as = "ARGONIEL_DIAMOND", image = "object/artifact/atamathons_lost_ruby_eye.png", + define_as = "ARGONIEL_DIAMOND", image = "object/artifact/bloodsoaked_resonating_diamond.png", name = "bloodsoaked diamond", lore="argoniel-1", desc = [[A strangely wet diamond.]], rarity = false, @@ -32,7 +32,7 @@ newEntity{ base = "BASE_LORE", } newEntity{ base = "BASE_LORE", - define_as = "ARGONIEL_ATHAME", image = "object/artifact/blood_runed_athame.png", + define_as = "ARGONIEL_ATHAME", image = "object/artifact/bloodsoaked_runed_athame.png", name = "bloodsoaked athame", lore="argoniel-2", desc = [[A strangely wet athame.]], rarity = false, @@ -41,7 +41,7 @@ newEntity{ base = "BASE_LORE", newEntity{ base = "BASE_LORE", define_as = "ELANDAR_JOURNAL1", - name = "journal", lore="elandar-1", + name = "journal", lore="elandar-1", image = "object/artifact/elandars_journal.png", desc = [[A magically-preserved journal.]], rarity = false, encumberance = 0, @@ -49,7 +49,7 @@ newEntity{ base = "BASE_LORE", newEntity{ base = "BASE_LORE", define_as = "ELANDAR_JOURNAL2", - name = "journal", lore="elandar-2", + name = "journal", lore="elandar-2", image = "object/artifact/elandars_journal.png", desc = [[A magically-preserved journal.]], rarity = false, encumberance = 0,