diff --git a/game/modules/tome/data/general/objects/boss-artifacts-far-east.lua b/game/modules/tome/data/general/objects/boss-artifacts-far-east.lua index e7aa00e49ac321a466f5b0d02608e84030689c28..961164fb54b0b32853e8ec528b3611a019f7dd97 100644 --- a/game/modules/tome/data/general/objects/boss-artifacts-far-east.lua +++ b/game/modules/tome/data/general/objects/boss-artifacts-far-east.lua @@ -495,6 +495,9 @@ newEntity{ base = "BASE_LIGHT_ARMOR", rarity = 250, cost = 300, material_level=5, + moddable_tile = "special/molten_skin", + moddable_tile_big = true, + wielder = { combat_spellpower = 15, combat_spellcrit = 10, diff --git a/game/modules/tome/data/general/objects/boss-artifacts-maj-eyal.lua b/game/modules/tome/data/general/objects/boss-artifacts-maj-eyal.lua index da387e621d1f824d5e2cb18e192efd329a50775a..1d7eb10143d5b62d7f98fc423237ed913966950e 100644 --- a/game/modules/tome/data/general/objects/boss-artifacts-maj-eyal.lua +++ b/game/modules/tome/data/general/objects/boss-artifacts-maj-eyal.lua @@ -376,6 +376,8 @@ newEntity{ base = "BASE_SHIELD", define_as = "LUNAR_SHIELD", unique = true, name = "Lunar Shield", image = "object/artifact/shield_lunar_shield.png", + moddable_tile = "special/%s_lunar_shield", + moddable_tile_big = true, unided_name = "chitinous shield", desc = [[A large section of chitin removed from Nimisil. It continues to give off a strange white glow.]], color = colors.YELLOW, @@ -414,6 +416,8 @@ newEntity{ base = "BASE_SHIELD", power_source = {nature=true}, define_as = "WRATHROOT_SHIELD", unided_name = "large chunk of wood", + moddable_tile = "special/%s_wrathroots_barkwood", + moddable_tile_big = true, name = "Wrathroot's Barkwood", unique=true, image="object/artifact/shield_wrathroots_barkwood.png", desc = [[The barkwood of Wrathroot, made into roughly the shape of a shield.]], require = { stat = { str=25 }, }, diff --git a/game/modules/tome/data/general/objects/world-artifacts-far-east.lua b/game/modules/tome/data/general/objects/world-artifacts-far-east.lua index 76a4067d6ab858074a58601c7096fc059453d47f..7814d808ead93acbf5881240874041f769037bc2 100644 --- a/game/modules/tome/data/general/objects/world-artifacts-far-east.lua +++ b/game/modules/tome/data/general/objects/world-artifacts-far-east.lua @@ -97,6 +97,8 @@ newEntity{ base = "BASE_SHIELD", define_as = "SHIELD_UNSETTING", unique = true, unided_name = "shimmering gold shield", name = "Unsetting Sun", image = "object/artifact/shield_unsetting_sun.png", + moddable_tile = "special/%s_unsetting_sun", + moddable_tile_big = true, desc = [[When Elmio Panason, captain of the Vanguard, first sought shelter for his shipwrecked crew, he reflected the last rays of the setting sun off his shield. Where the beam hit they rested and built the settlement that would become the Sunwall. In the dark days that followed the shield became a symbol of hope for a better future.]], color = colors.YELLOW, rarity = 300, diff --git a/game/modules/tome/data/general/objects/world-artifacts.lua b/game/modules/tome/data/general/objects/world-artifacts.lua index 23ef08edd7099f6c7f957054296298c79cf6da24..df9ea81d3aef7c409ae0cfc53254ebd2d7483a77 100644 --- a/game/modules/tome/data/general/objects/world-artifacts.lua +++ b/game/modules/tome/data/general/objects/world-artifacts.lua @@ -437,6 +437,8 @@ newEntity{ base = "BASE_SHIELD", power_source = {technique=true}, unique = true, name = "Titanic", image = "object/artifact/shield_titanic.png", + moddable_tile = "special/%s_titanic", + moddable_tile_big = true, unided_name = "huge shield", desc = [[This shield made of the darkest stralite is huge, heavy and very solid.]], color = colors.GREY, @@ -473,6 +475,8 @@ newEntity{ base = "BASE_SHIELD", require = { stat = { str=20 }, }, cost = 400, material_level = 3, + moddable_tile = "special/%s_black_mesh", + moddable_tile_big = true, metallic = false, special_combat = { dam = resolvers.rngavg(25,35), @@ -4090,6 +4094,8 @@ newEntity{ base = "BASE_SHIELD", --Thanks SageAcrin! rarity = 200, cost = 60, material_level = 1, + moddable_tile = "special/%s_coral_spray", + moddable_tile_big = true, metallic = false, special_combat = { dam = 18, @@ -4941,6 +4947,8 @@ newEntity{ base = "BASE_LONGSWORD", unique = true, name = "Everpyre Blade", unided_name = "flaming wooden blade", image = "object/artifact/everpyre_blade.png", + moddable_tile = "special/%s_everpyre_blade", + moddable_tile_big = true, level_range = {28, 38}, color=colors.RED, rarity = 300, @@ -5836,6 +5844,8 @@ newEntity{ base = "BASE_SHIELD", unique = true, unided_name = "handled hole in space", name = "Temporal Rift", image = "object/artifact/temporal_rift.png", + moddable_tile = "special/%s_temporal_rift", + moddable_tile_big = true, desc = [[Some mad Chronomancer appears to have affixed a handle to this hole in spacetime. It looks highly effective, in its own strange way.]], color = colors.LIGHT_GREY, rarity = 300, @@ -5995,6 +6005,8 @@ newEntity{ base = "BASE_SHIELD", power_source = {arcane=true}, unique = true, name = "Piercing Gaze", image = "object/artifact/piercing_gaze.png", + moddable_tile = "special/%s_piercing_gaze", + moddable_tile_big = true, unided_name = "stone-eyed shield", desc = [[This gigantic shield has a stone eye embedded in it.]], color = colors.BROWN, diff --git a/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/left_black_mesh.png b/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/left_black_mesh.png new file mode 100644 index 0000000000000000000000000000000000000000..bec403a69c5b146565dd283cf41c25fb3a294b4c Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/left_black_mesh.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/left_coral_spray.png b/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/left_coral_spray.png new file mode 100644 index 0000000000000000000000000000000000000000..78ff62f1eed00b176a802b8df23f1d4ea88e7f45 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/left_coral_spray.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/left_everpyre_blade.png b/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/left_everpyre_blade.png new file mode 100644 index 0000000000000000000000000000000000000000..121a1be93195dedcb0aedf3f3918ffadd431f420 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/left_everpyre_blade.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/left_lunar_shield.png b/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/left_lunar_shield.png new file mode 100644 index 0000000000000000000000000000000000000000..160b590da580eeba6984b9f7b9d8ebd12ea7d1cd Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/left_lunar_shield.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/left_piercing_gaze.png b/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/left_piercing_gaze.png new file mode 100644 index 0000000000000000000000000000000000000000..aadc17afb42ed6ac5b883a56b85a02c28c01756e Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/left_piercing_gaze.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/left_temporal_rift.png b/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/left_temporal_rift.png new file mode 100644 index 0000000000000000000000000000000000000000..e414fe82ac118c8d206aaf391ea5b9f80a2862b6 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/left_temporal_rift.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/left_titanic.png b/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/left_titanic.png new file mode 100644 index 0000000000000000000000000000000000000000..3f5122f4c003555cd939db2d8b4ec147ad1b0cdc Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/left_titanic.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/left_unsetting_sun.png b/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/left_unsetting_sun.png new file mode 100644 index 0000000000000000000000000000000000000000..c151aa079b18d5a6ad89dfcbb5dd01ed1760c9ed Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/left_unsetting_sun.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/left_wrathroots_barkwood.png b/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/left_wrathroots_barkwood.png new file mode 100644 index 0000000000000000000000000000000000000000..fac72bdab5ad98e49b28aeaedeb358dd8490dec9 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/left_wrathroots_barkwood.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/molten_skin.png b/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/molten_skin.png new file mode 100644 index 0000000000000000000000000000000000000000..065da594034e1b0bc670426543785206f96cb753 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/molten_skin.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/right_black_mesh.png b/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/right_black_mesh.png new file mode 100644 index 0000000000000000000000000000000000000000..2701c5548f7f00555996d7aea306cd414d2a3eb9 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/right_black_mesh.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/right_coral_spray.png b/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/right_coral_spray.png new file mode 100644 index 0000000000000000000000000000000000000000..cdb5ed5ee762d22314fd8ca79abc92fa45fb146c Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/right_coral_spray.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/right_everpyre_blade.png b/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/right_everpyre_blade.png new file mode 100644 index 0000000000000000000000000000000000000000..d753d3b428e669d08ae9b2b89276ba76b676ab2d Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/right_everpyre_blade.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/right_lunar_shield.png b/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/right_lunar_shield.png new file mode 100644 index 0000000000000000000000000000000000000000..7ec09081921c70fb113dcdb76746e47d2585e760 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/right_lunar_shield.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/right_piercing_gaze.png b/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/right_piercing_gaze.png new file mode 100644 index 0000000000000000000000000000000000000000..0f3bb4b664ba1b451c1eb9b76ecece312ae52eff Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/right_piercing_gaze.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/right_temporal_rift.png b/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/right_temporal_rift.png new file mode 100644 index 0000000000000000000000000000000000000000..001894c9c82a952f33c47ac5b3bcdb4533a6703e Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/right_temporal_rift.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/right_titanic.png b/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/right_titanic.png new file mode 100644 index 0000000000000000000000000000000000000000..84a37f99e67c699eda023b2feddaf55ae7771746 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/right_titanic.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/right_unsetting_sun.png b/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/right_unsetting_sun.png new file mode 100644 index 0000000000000000000000000000000000000000..42552d0bdd6b1bc9b60437870c9d9a281fd63940 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/right_unsetting_sun.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/right_wrathroots_barkwood.png b/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/right_wrathroots_barkwood.png new file mode 100644 index 0000000000000000000000000000000000000000..bd79764ad513e4e51192fb23e435cc3ca981262a Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/right_wrathroots_barkwood.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/left_black_mesh.png b/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/left_black_mesh.png new file mode 100644 index 0000000000000000000000000000000000000000..bec403a69c5b146565dd283cf41c25fb3a294b4c Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/left_black_mesh.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/left_coral_spray.png b/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/left_coral_spray.png new file mode 100644 index 0000000000000000000000000000000000000000..78ff62f1eed00b176a802b8df23f1d4ea88e7f45 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/left_coral_spray.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/left_everpyre_blade.png b/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/left_everpyre_blade.png new file mode 100644 index 0000000000000000000000000000000000000000..121a1be93195dedcb0aedf3f3918ffadd431f420 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/left_everpyre_blade.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/left_lunar_shield.png b/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/left_lunar_shield.png new file mode 100644 index 0000000000000000000000000000000000000000..160b590da580eeba6984b9f7b9d8ebd12ea7d1cd Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/left_lunar_shield.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/left_piercing_gaze.png b/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/left_piercing_gaze.png new file mode 100644 index 0000000000000000000000000000000000000000..aadc17afb42ed6ac5b883a56b85a02c28c01756e Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/left_piercing_gaze.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/left_temporal_rift.png b/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/left_temporal_rift.png new file mode 100644 index 0000000000000000000000000000000000000000..e414fe82ac118c8d206aaf391ea5b9f80a2862b6 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/left_temporal_rift.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/left_titanic.png b/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/left_titanic.png new file mode 100644 index 0000000000000000000000000000000000000000..3f5122f4c003555cd939db2d8b4ec147ad1b0cdc Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/left_titanic.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/left_unsetting_sun.png b/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/left_unsetting_sun.png new file mode 100644 index 0000000000000000000000000000000000000000..c151aa079b18d5a6ad89dfcbb5dd01ed1760c9ed Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/left_unsetting_sun.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/left_wrathroots_barkwood.png b/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/left_wrathroots_barkwood.png new file mode 100644 index 0000000000000000000000000000000000000000..fac72bdab5ad98e49b28aeaedeb358dd8490dec9 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/left_wrathroots_barkwood.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/molten_skin.png b/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/molten_skin.png new file mode 100644 index 0000000000000000000000000000000000000000..065da594034e1b0bc670426543785206f96cb753 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/molten_skin.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/right_black_mesh.png b/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/right_black_mesh.png new file mode 100644 index 0000000000000000000000000000000000000000..2701c5548f7f00555996d7aea306cd414d2a3eb9 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/right_black_mesh.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/right_coral_spray.png b/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/right_coral_spray.png new file mode 100644 index 0000000000000000000000000000000000000000..cdb5ed5ee762d22314fd8ca79abc92fa45fb146c Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/right_coral_spray.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/right_everpyre_blade.png b/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/right_everpyre_blade.png new file mode 100644 index 0000000000000000000000000000000000000000..d753d3b428e669d08ae9b2b89276ba76b676ab2d Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/right_everpyre_blade.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/right_lunar_shield.png b/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/right_lunar_shield.png new file mode 100644 index 0000000000000000000000000000000000000000..7ec09081921c70fb113dcdb76746e47d2585e760 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/right_lunar_shield.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/right_piercing_gaze.png b/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/right_piercing_gaze.png new file mode 100644 index 0000000000000000000000000000000000000000..0f3bb4b664ba1b451c1eb9b76ecece312ae52eff Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/right_piercing_gaze.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/right_temporal_rift.png b/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/right_temporal_rift.png new file mode 100644 index 0000000000000000000000000000000000000000..001894c9c82a952f33c47ac5b3bcdb4533a6703e Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/right_temporal_rift.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/right_titanic.png b/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/right_titanic.png new file mode 100644 index 0000000000000000000000000000000000000000..84a37f99e67c699eda023b2feddaf55ae7771746 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/right_titanic.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/right_unsetting_sun.png b/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/right_unsetting_sun.png new file mode 100644 index 0000000000000000000000000000000000000000..42552d0bdd6b1bc9b60437870c9d9a281fd63940 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/right_unsetting_sun.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/right_wrathroots_barkwood.png b/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/right_wrathroots_barkwood.png new file mode 100644 index 0000000000000000000000000000000000000000..bd79764ad513e4e51192fb23e435cc3ca981262a Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/right_wrathroots_barkwood.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/left_black_mesh.png b/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/left_black_mesh.png new file mode 100644 index 0000000000000000000000000000000000000000..7b5fca94bd5a33a44574720045738d3bc4c9b569 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/left_black_mesh.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/left_coral_spray.png b/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/left_coral_spray.png new file mode 100644 index 0000000000000000000000000000000000000000..9539b423e9949552307616f01a0c37c7150aaf03 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/left_coral_spray.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/left_everpyre_blade.png b/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/left_everpyre_blade.png new file mode 100644 index 0000000000000000000000000000000000000000..f04210c1da3ff072e38b920fc0c022c6cdab6f80 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/left_everpyre_blade.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/left_lunar_shield.png b/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/left_lunar_shield.png new file mode 100644 index 0000000000000000000000000000000000000000..2ae384902d5e9ed7555c31a535afc900f8eb5a68 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/left_lunar_shield.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/left_piercing_gaze.png b/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/left_piercing_gaze.png new file mode 100644 index 0000000000000000000000000000000000000000..3e39172dbefa45b4d79420a8d32fadc5297a3382 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/left_piercing_gaze.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/left_temporal_rift.png b/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/left_temporal_rift.png new file mode 100644 index 0000000000000000000000000000000000000000..db6c34038f0ab7511e75be0d3728aaf80d7831c9 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/left_temporal_rift.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/left_titanic.png b/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/left_titanic.png new file mode 100644 index 0000000000000000000000000000000000000000..c4c9863c9737c8e7fd8d4c6b9e3bf5cb3e4c43f9 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/left_titanic.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/left_unsetting_sun.png b/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/left_unsetting_sun.png new file mode 100644 index 0000000000000000000000000000000000000000..47bca6b7f78b3b43057b73b00b666b19662e75d2 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/left_unsetting_sun.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/left_wrathroots_barkwood.png b/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/left_wrathroots_barkwood.png new file mode 100644 index 0000000000000000000000000000000000000000..1f7b182bffff9d63d92498eb6c4cc7e2ed42f34b Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/left_wrathroots_barkwood.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/molten_skin.png b/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/molten_skin.png new file mode 100644 index 0000000000000000000000000000000000000000..3ae2012b835d925c1432efab820ea3bfb1347cfb Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/molten_skin.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/right_black_mesh.png b/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/right_black_mesh.png new file mode 100644 index 0000000000000000000000000000000000000000..ffa76493e7f0988fffa1de2f426de2dd513b8fc0 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/right_black_mesh.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/right_coral_spray.png b/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/right_coral_spray.png new file mode 100644 index 0000000000000000000000000000000000000000..972bacd8d5f58efd86ea8934686830eab70f5ab1 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/right_coral_spray.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/right_everpyre_blade.png b/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/right_everpyre_blade.png new file mode 100644 index 0000000000000000000000000000000000000000..e050720bd183bf1f20535079264d81365645ce29 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/right_everpyre_blade.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/right_lunar_shield.png b/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/right_lunar_shield.png new file mode 100644 index 0000000000000000000000000000000000000000..022d998bed8bf0cc7840898da72b68f4bfc82b6d Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/right_lunar_shield.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/right_piercing_gaze.png b/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/right_piercing_gaze.png new file mode 100644 index 0000000000000000000000000000000000000000..eaf6b14ca22a2481898b3fe28bb75bf1a486f277 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/right_piercing_gaze.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/right_temporal_rift.png b/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/right_temporal_rift.png new file mode 100644 index 0000000000000000000000000000000000000000..eb7962a3ddc209a42f7b016f0238e8e59bd82a4a Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/right_temporal_rift.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/right_titanic.png b/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/right_titanic.png new file mode 100644 index 0000000000000000000000000000000000000000..ee657048b1f586b8b30e74e1e71582e66f7ff4c6 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/right_titanic.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/right_unsetting_sun.png b/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/right_unsetting_sun.png new file mode 100644 index 0000000000000000000000000000000000000000..7e2580ae5494415e0cb64530730915215aa99abc Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/right_unsetting_sun.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/right_wrathroots_barkwood.png b/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/right_wrathroots_barkwood.png new file mode 100644 index 0000000000000000000000000000000000000000..8b99531106fd7c252a4140160de17770b2fddc2a Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/right_wrathroots_barkwood.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/left_black_mesh.png b/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/left_black_mesh.png new file mode 100644 index 0000000000000000000000000000000000000000..2e8430415eb39d70216fa0679aae452e661b0fc9 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/left_black_mesh.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/left_coral_spray.png b/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/left_coral_spray.png new file mode 100644 index 0000000000000000000000000000000000000000..2842db491fe6cce8beab13201cd26bc6bbb6f838 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/left_coral_spray.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/left_everpyre_blade.png b/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/left_everpyre_blade.png new file mode 100644 index 0000000000000000000000000000000000000000..8ae014287d91dbbbb8356b965686575d0da4f52c Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/left_everpyre_blade.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/left_lunar_shield.png b/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/left_lunar_shield.png new file mode 100644 index 0000000000000000000000000000000000000000..588dc6910b5e631ff1e35828c54479091b01350b Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/left_lunar_shield.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/left_piercing_gaze.png b/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/left_piercing_gaze.png new file mode 100644 index 0000000000000000000000000000000000000000..156c014b89b8fd1fd8f0f7cf4ad7ba8c51a4ec16 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/left_piercing_gaze.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/left_temporal_rift.png b/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/left_temporal_rift.png new file mode 100644 index 0000000000000000000000000000000000000000..0a6409a94ed64514f41e23eb75586f2439805b81 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/left_temporal_rift.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/left_titanic.png b/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/left_titanic.png new file mode 100644 index 0000000000000000000000000000000000000000..d094459468eb5d010a0e50463e784579cf524299 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/left_titanic.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/left_unsetting_sun.png b/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/left_unsetting_sun.png new file mode 100644 index 0000000000000000000000000000000000000000..39d3eb576d182ab1bf2b774a7ccc372e474cd0c8 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/left_unsetting_sun.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/left_wrathroots_barkwood.png b/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/left_wrathroots_barkwood.png new file mode 100644 index 0000000000000000000000000000000000000000..708ce22d1e2d40d36638158568bec24383c35880 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/left_wrathroots_barkwood.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/molten_skin.png b/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/molten_skin.png new file mode 100644 index 0000000000000000000000000000000000000000..e17a0372534baf5c2bf2f3f41fddfe3a4efb0397 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/molten_skin.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/right_black_mesh.png b/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/right_black_mesh.png new file mode 100644 index 0000000000000000000000000000000000000000..3be3582093cc51749256fbc6e2c60c546ff96707 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/right_black_mesh.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/right_coral_spray.png b/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/right_coral_spray.png new file mode 100644 index 0000000000000000000000000000000000000000..14e5fd9b11beb4d7da4413f1c623f152915de9e1 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/right_coral_spray.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/right_everpyre_blade.png b/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/right_everpyre_blade.png new file mode 100644 index 0000000000000000000000000000000000000000..f823baf2bb938122df49d54188498c299a0c534c Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/right_everpyre_blade.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/right_lunar_shield.png b/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/right_lunar_shield.png new file mode 100644 index 0000000000000000000000000000000000000000..2e21b746f760581a3be4d00f4203b7393517d473 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/right_lunar_shield.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/right_piercing_gaze.png b/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/right_piercing_gaze.png new file mode 100644 index 0000000000000000000000000000000000000000..0db61835d2c34cc298a8e48356aeb393dc03afd0 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/right_piercing_gaze.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/right_temporal_rift.png b/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/right_temporal_rift.png new file mode 100644 index 0000000000000000000000000000000000000000..dd872e5c4ad0176d9cd9b7b686d6e11e661a731f Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/right_temporal_rift.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/right_titanic.png b/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/right_titanic.png new file mode 100644 index 0000000000000000000000000000000000000000..b168bb7a54f10beb1e97a8d2b9daa5a04ff8c214 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/right_titanic.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/right_unsetting_sun.png b/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/right_unsetting_sun.png new file mode 100644 index 0000000000000000000000000000000000000000..8f4a6f51971bd75cc0057633f974a10091fa79e6 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/right_unsetting_sun.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/right_wrathroots_barkwood.png b/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/right_wrathroots_barkwood.png new file mode 100644 index 0000000000000000000000000000000000000000..a4ea1b948bd993545d069062e23a73d0fd3952f0 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/right_wrathroots_barkwood.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/left_black_mesh.png b/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/left_black_mesh.png new file mode 100644 index 0000000000000000000000000000000000000000..e8fb9b302a1c5f279a95335fff12e92fcaca6ed0 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/left_black_mesh.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/left_coral_spray.png b/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/left_coral_spray.png new file mode 100644 index 0000000000000000000000000000000000000000..64fd9782850c660c5de572d6dfa5b552d33ce19b Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/left_coral_spray.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/left_everpyre_blade.png b/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/left_everpyre_blade.png new file mode 100644 index 0000000000000000000000000000000000000000..8eaba582ebd5dcf51f8f10f43f2f1b1421725181 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/left_everpyre_blade.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/left_lunar_shield.png b/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/left_lunar_shield.png new file mode 100644 index 0000000000000000000000000000000000000000..0b41da12ed4b113a8b991f8267f26a312b270987 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/left_lunar_shield.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/left_piercing_gaze.png b/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/left_piercing_gaze.png new file mode 100644 index 0000000000000000000000000000000000000000..684960324c244bf90e6296466d228923ac3b2753 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/left_piercing_gaze.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/left_temporal_rift.png b/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/left_temporal_rift.png new file mode 100644 index 0000000000000000000000000000000000000000..55997342598b0eef69d704274871ab0def033b7d Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/left_temporal_rift.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/left_titanic.png b/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/left_titanic.png new file mode 100644 index 0000000000000000000000000000000000000000..fe3b7af664c34d4dbb91d6321e33224ff5b61248 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/left_titanic.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/left_unsetting_sun.png b/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/left_unsetting_sun.png new file mode 100644 index 0000000000000000000000000000000000000000..66881621b1ec37a79e862a0572b418aa8287b4d0 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/left_unsetting_sun.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/left_wrathroots_barkwood.png b/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/left_wrathroots_barkwood.png new file mode 100644 index 0000000000000000000000000000000000000000..6b04fb01463da1e2b8c1d99845d17e1dca2b8a58 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/left_wrathroots_barkwood.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/molten_skin.png b/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/molten_skin.png new file mode 100644 index 0000000000000000000000000000000000000000..ad63b2a2a475e779dd734a1ffd0edf719c20849c Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/molten_skin.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/right_black_mesh.png b/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/right_black_mesh.png new file mode 100644 index 0000000000000000000000000000000000000000..3be4bc43f39e8cbab40b3d833955b1e888ba9495 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/right_black_mesh.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/right_coral_spray.png b/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/right_coral_spray.png new file mode 100644 index 0000000000000000000000000000000000000000..fa96b93ef71b562f48ebd03158fe913795adc375 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/right_coral_spray.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/right_everpyre_blade.png b/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/right_everpyre_blade.png new file mode 100644 index 0000000000000000000000000000000000000000..83bb6d7f988ece216e38726be50290e86874b169 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/right_everpyre_blade.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/right_lunar_shield.png b/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/right_lunar_shield.png new file mode 100644 index 0000000000000000000000000000000000000000..f2feada72b7d59a62c64e86eff587ae56d5e8e93 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/right_lunar_shield.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/right_piercing_gaze.png b/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/right_piercing_gaze.png new file mode 100644 index 0000000000000000000000000000000000000000..0c61c9ca7ca0c024af6d23618634bde53b6b2197 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/right_piercing_gaze.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/right_temporal_rift.png b/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/right_temporal_rift.png new file mode 100644 index 0000000000000000000000000000000000000000..24e38df3caee0341d5e25ccc0e2da4bef80b2f9c Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/right_temporal_rift.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/right_titanic.png b/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/right_titanic.png new file mode 100644 index 0000000000000000000000000000000000000000..eae34392e4fd6c070129e384d20be4b73f8adebb Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/right_titanic.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/right_unsetting_sun.png b/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/right_unsetting_sun.png new file mode 100644 index 0000000000000000000000000000000000000000..68696b5a7e83c4e03ccc9a7643d68de436985a87 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/right_unsetting_sun.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/right_wrathroots_barkwood.png b/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/right_wrathroots_barkwood.png new file mode 100644 index 0000000000000000000000000000000000000000..daf9676a63680c970d29708f8c85bdc95f610bc6 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/right_wrathroots_barkwood.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/left_black_mesh.png b/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/left_black_mesh.png new file mode 100644 index 0000000000000000000000000000000000000000..2cb6ada4166d7d96b18996d2e6bc9baf6ddd374f Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/left_black_mesh.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/left_coral_spray.png b/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/left_coral_spray.png new file mode 100644 index 0000000000000000000000000000000000000000..779c53b777fcac47a49153fe2ce69b3ba6424cec Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/left_coral_spray.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/left_everpyre_blade.png b/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/left_everpyre_blade.png new file mode 100644 index 0000000000000000000000000000000000000000..cf8ded4813db07cad8f62cab298ff0ec8531a3ce Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/left_everpyre_blade.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/left_lunar_shield.png b/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/left_lunar_shield.png new file mode 100644 index 0000000000000000000000000000000000000000..0d6d0df51b8784ae3b801ab2f7eccbf18d05c31a Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/left_lunar_shield.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/left_piercing_gaze.png b/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/left_piercing_gaze.png new file mode 100644 index 0000000000000000000000000000000000000000..d93113fdb3dd7244f15fd3a5d454f9a96332db56 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/left_piercing_gaze.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/left_temporal_rift.png b/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/left_temporal_rift.png new file mode 100644 index 0000000000000000000000000000000000000000..61e9bec8053b13426a94c5b61cf6999f6cf394b5 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/left_temporal_rift.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/left_titanic.png b/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/left_titanic.png new file mode 100644 index 0000000000000000000000000000000000000000..ddde750c5b4a56cf374053fce80f1b757e827684 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/left_titanic.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/left_unsetting_sun.png b/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/left_unsetting_sun.png new file mode 100644 index 0000000000000000000000000000000000000000..c44f63ecdc24c5a5df5db5901b8380fa092356ac Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/left_unsetting_sun.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/left_wrathroots_barkwood.png b/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/left_wrathroots_barkwood.png new file mode 100644 index 0000000000000000000000000000000000000000..51e6dd25ed4b5fe03a47cde1a8daabd2e65c4d5b Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/left_wrathroots_barkwood.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/molten_skin.png b/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/molten_skin.png new file mode 100644 index 0000000000000000000000000000000000000000..5363fe44f99c6e18c6a012fb27712cac0813226d Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/molten_skin.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/right_black_mesh.png b/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/right_black_mesh.png new file mode 100644 index 0000000000000000000000000000000000000000..4f1c117c1e20fdbaf512295f9514171ce8b890f2 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/right_black_mesh.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/right_coral_spray.png b/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/right_coral_spray.png new file mode 100644 index 0000000000000000000000000000000000000000..4a82cc21959d82cfb215549ae3d2b17bc76b4157 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/right_coral_spray.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/right_everpyre_blade.png b/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/right_everpyre_blade.png new file mode 100644 index 0000000000000000000000000000000000000000..c970884d56a7ed563e9d65c2e8a48863585d2a97 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/right_everpyre_blade.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/right_lunar_shield.png b/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/right_lunar_shield.png new file mode 100644 index 0000000000000000000000000000000000000000..ef1bb35f29becfcdaab1ab0c720617c4aca80476 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/right_lunar_shield.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/right_piercing_gaze.png b/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/right_piercing_gaze.png new file mode 100644 index 0000000000000000000000000000000000000000..ec592ca6087aa660488df3dea374845bac5b2817 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/right_piercing_gaze.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/right_temporal_rift.png b/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/right_temporal_rift.png new file mode 100644 index 0000000000000000000000000000000000000000..476bc18b3ddf1ecfc5c98118e01a8f67f5b8b089 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/right_temporal_rift.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/right_titanic.png b/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/right_titanic.png new file mode 100644 index 0000000000000000000000000000000000000000..2e2b9a95ba1e0385054392546944261d8515ccc0 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/right_titanic.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/right_unsetting_sun.png b/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/right_unsetting_sun.png new file mode 100644 index 0000000000000000000000000000000000000000..4dc4af9d232614f45c5a3b3d5ff72dd498e70934 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/right_unsetting_sun.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/right_wrathroots_barkwood.png b/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/right_wrathroots_barkwood.png new file mode 100644 index 0000000000000000000000000000000000000000..4ae1e99c1bab4ce5209cc044a67d10666063b19a Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/right_wrathroots_barkwood.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/left_black_mesh.png b/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/left_black_mesh.png new file mode 100644 index 0000000000000000000000000000000000000000..2cb6ada4166d7d96b18996d2e6bc9baf6ddd374f Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/left_black_mesh.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/left_coral_spray.png b/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/left_coral_spray.png new file mode 100644 index 0000000000000000000000000000000000000000..779c53b777fcac47a49153fe2ce69b3ba6424cec Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/left_coral_spray.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/left_everpyre_blade.png b/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/left_everpyre_blade.png new file mode 100644 index 0000000000000000000000000000000000000000..cf8ded4813db07cad8f62cab298ff0ec8531a3ce Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/left_everpyre_blade.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/left_lunar_shield.png b/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/left_lunar_shield.png new file mode 100644 index 0000000000000000000000000000000000000000..0d6d0df51b8784ae3b801ab2f7eccbf18d05c31a Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/left_lunar_shield.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/left_piercing_gaze.png b/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/left_piercing_gaze.png new file mode 100644 index 0000000000000000000000000000000000000000..d93113fdb3dd7244f15fd3a5d454f9a96332db56 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/left_piercing_gaze.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/left_temporal_rift.png b/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/left_temporal_rift.png new file mode 100644 index 0000000000000000000000000000000000000000..61e9bec8053b13426a94c5b61cf6999f6cf394b5 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/left_temporal_rift.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/left_titanic.png b/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/left_titanic.png new file mode 100644 index 0000000000000000000000000000000000000000..ddde750c5b4a56cf374053fce80f1b757e827684 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/left_titanic.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/left_unsetting_sun.png b/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/left_unsetting_sun.png new file mode 100644 index 0000000000000000000000000000000000000000..c44f63ecdc24c5a5df5db5901b8380fa092356ac Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/left_unsetting_sun.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/left_wrathroots_barkwood.png b/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/left_wrathroots_barkwood.png new file mode 100644 index 0000000000000000000000000000000000000000..51e6dd25ed4b5fe03a47cde1a8daabd2e65c4d5b Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/left_wrathroots_barkwood.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/molten_skin.png b/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/molten_skin.png new file mode 100644 index 0000000000000000000000000000000000000000..5363fe44f99c6e18c6a012fb27712cac0813226d Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/molten_skin.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/right_black_mesh.png b/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/right_black_mesh.png new file mode 100644 index 0000000000000000000000000000000000000000..4f1c117c1e20fdbaf512295f9514171ce8b890f2 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/right_black_mesh.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/right_coral_spray.png b/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/right_coral_spray.png new file mode 100644 index 0000000000000000000000000000000000000000..4a82cc21959d82cfb215549ae3d2b17bc76b4157 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/right_coral_spray.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/right_everpyre_blade.png b/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/right_everpyre_blade.png new file mode 100644 index 0000000000000000000000000000000000000000..c970884d56a7ed563e9d65c2e8a48863585d2a97 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/right_everpyre_blade.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/right_lunar_shield.png b/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/right_lunar_shield.png new file mode 100644 index 0000000000000000000000000000000000000000..ef1bb35f29becfcdaab1ab0c720617c4aca80476 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/right_lunar_shield.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/right_piercing_gaze.png b/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/right_piercing_gaze.png new file mode 100644 index 0000000000000000000000000000000000000000..ec592ca6087aa660488df3dea374845bac5b2817 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/right_piercing_gaze.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/right_temporal_rift.png b/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/right_temporal_rift.png new file mode 100644 index 0000000000000000000000000000000000000000..476bc18b3ddf1ecfc5c98118e01a8f67f5b8b089 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/right_temporal_rift.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/right_titanic.png b/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/right_titanic.png new file mode 100644 index 0000000000000000000000000000000000000000..2e2b9a95ba1e0385054392546944261d8515ccc0 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/right_titanic.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/right_unsetting_sun.png b/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/right_unsetting_sun.png new file mode 100644 index 0000000000000000000000000000000000000000..4dc4af9d232614f45c5a3b3d5ff72dd498e70934 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/right_unsetting_sun.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/right_wrathroots_barkwood.png b/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/right_wrathroots_barkwood.png new file mode 100644 index 0000000000000000000000000000000000000000..4ae1e99c1bab4ce5209cc044a67d10666063b19a Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/right_wrathroots_barkwood.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/human_female/special/left_black_mesh.png b/game/modules/tome/data/gfx/shockbolt/player/human_female/special/left_black_mesh.png new file mode 100644 index 0000000000000000000000000000000000000000..7b5fca94bd5a33a44574720045738d3bc4c9b569 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/human_female/special/left_black_mesh.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/human_female/special/left_coral_spray.png b/game/modules/tome/data/gfx/shockbolt/player/human_female/special/left_coral_spray.png new file mode 100644 index 0000000000000000000000000000000000000000..9539b423e9949552307616f01a0c37c7150aaf03 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/human_female/special/left_coral_spray.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/human_female/special/left_everpyre_blade.png b/game/modules/tome/data/gfx/shockbolt/player/human_female/special/left_everpyre_blade.png new file mode 100644 index 0000000000000000000000000000000000000000..f04210c1da3ff072e38b920fc0c022c6cdab6f80 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/human_female/special/left_everpyre_blade.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/human_female/special/left_lunar_shield.png b/game/modules/tome/data/gfx/shockbolt/player/human_female/special/left_lunar_shield.png new file mode 100644 index 0000000000000000000000000000000000000000..2ae384902d5e9ed7555c31a535afc900f8eb5a68 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/human_female/special/left_lunar_shield.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/human_female/special/left_piercing_gaze.png b/game/modules/tome/data/gfx/shockbolt/player/human_female/special/left_piercing_gaze.png new file mode 100644 index 0000000000000000000000000000000000000000..3e39172dbefa45b4d79420a8d32fadc5297a3382 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/human_female/special/left_piercing_gaze.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/human_female/special/left_temporal_rift.png b/game/modules/tome/data/gfx/shockbolt/player/human_female/special/left_temporal_rift.png new file mode 100644 index 0000000000000000000000000000000000000000..db6c34038f0ab7511e75be0d3728aaf80d7831c9 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/human_female/special/left_temporal_rift.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/human_female/special/left_titanic.png b/game/modules/tome/data/gfx/shockbolt/player/human_female/special/left_titanic.png new file mode 100644 index 0000000000000000000000000000000000000000..c4c9863c9737c8e7fd8d4c6b9e3bf5cb3e4c43f9 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/human_female/special/left_titanic.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/human_female/special/left_unsetting_sun.png b/game/modules/tome/data/gfx/shockbolt/player/human_female/special/left_unsetting_sun.png new file mode 100644 index 0000000000000000000000000000000000000000..47bca6b7f78b3b43057b73b00b666b19662e75d2 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/human_female/special/left_unsetting_sun.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/human_female/special/left_wrathroots_barkwood.png b/game/modules/tome/data/gfx/shockbolt/player/human_female/special/left_wrathroots_barkwood.png new file mode 100644 index 0000000000000000000000000000000000000000..1f7b182bffff9d63d92498eb6c4cc7e2ed42f34b Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/human_female/special/left_wrathroots_barkwood.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/human_female/special/molten_skin.png b/game/modules/tome/data/gfx/shockbolt/player/human_female/special/molten_skin.png new file mode 100644 index 0000000000000000000000000000000000000000..3ae2012b835d925c1432efab820ea3bfb1347cfb Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/human_female/special/molten_skin.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/human_female/special/right_black_mesh.png b/game/modules/tome/data/gfx/shockbolt/player/human_female/special/right_black_mesh.png new file mode 100644 index 0000000000000000000000000000000000000000..ffa76493e7f0988fffa1de2f426de2dd513b8fc0 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/human_female/special/right_black_mesh.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/human_female/special/right_coral_spray.png b/game/modules/tome/data/gfx/shockbolt/player/human_female/special/right_coral_spray.png new file mode 100644 index 0000000000000000000000000000000000000000..972bacd8d5f58efd86ea8934686830eab70f5ab1 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/human_female/special/right_coral_spray.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/human_female/special/right_everpyre_blade.png b/game/modules/tome/data/gfx/shockbolt/player/human_female/special/right_everpyre_blade.png new file mode 100644 index 0000000000000000000000000000000000000000..e050720bd183bf1f20535079264d81365645ce29 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/human_female/special/right_everpyre_blade.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/human_female/special/right_lunar_shield.png b/game/modules/tome/data/gfx/shockbolt/player/human_female/special/right_lunar_shield.png new file mode 100644 index 0000000000000000000000000000000000000000..022d998bed8bf0cc7840898da72b68f4bfc82b6d Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/human_female/special/right_lunar_shield.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/human_female/special/right_piercing_gaze.png b/game/modules/tome/data/gfx/shockbolt/player/human_female/special/right_piercing_gaze.png new file mode 100644 index 0000000000000000000000000000000000000000..eaf6b14ca22a2481898b3fe28bb75bf1a486f277 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/human_female/special/right_piercing_gaze.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/human_female/special/right_temporal_rift.png b/game/modules/tome/data/gfx/shockbolt/player/human_female/special/right_temporal_rift.png new file mode 100644 index 0000000000000000000000000000000000000000..eb7962a3ddc209a42f7b016f0238e8e59bd82a4a Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/human_female/special/right_temporal_rift.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/human_female/special/right_titanic.png b/game/modules/tome/data/gfx/shockbolt/player/human_female/special/right_titanic.png new file mode 100644 index 0000000000000000000000000000000000000000..ee657048b1f586b8b30e74e1e71582e66f7ff4c6 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/human_female/special/right_titanic.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/human_female/special/right_unsetting_sun.png b/game/modules/tome/data/gfx/shockbolt/player/human_female/special/right_unsetting_sun.png new file mode 100644 index 0000000000000000000000000000000000000000..7e2580ae5494415e0cb64530730915215aa99abc Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/human_female/special/right_unsetting_sun.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/human_female/special/right_wrathroots_barkwood.png b/game/modules/tome/data/gfx/shockbolt/player/human_female/special/right_wrathroots_barkwood.png new file mode 100644 index 0000000000000000000000000000000000000000..8b99531106fd7c252a4140160de17770b2fddc2a Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/human_female/special/right_wrathroots_barkwood.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/human_male/special/left_black_mesh.png b/game/modules/tome/data/gfx/shockbolt/player/human_male/special/left_black_mesh.png new file mode 100644 index 0000000000000000000000000000000000000000..d078e3d93db481e638f513596d3362daf18dc723 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/human_male/special/left_black_mesh.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/human_male/special/left_coral_spray.png b/game/modules/tome/data/gfx/shockbolt/player/human_male/special/left_coral_spray.png new file mode 100644 index 0000000000000000000000000000000000000000..14f57a0c4f140be64e7e6a6b7de25df50c546f54 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/human_male/special/left_coral_spray.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/human_male/special/left_everpyre_blade.png b/game/modules/tome/data/gfx/shockbolt/player/human_male/special/left_everpyre_blade.png new file mode 100644 index 0000000000000000000000000000000000000000..edd7f7ba1236db0cfdeca3bb39ca2291a0793b8b Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/human_male/special/left_everpyre_blade.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/human_male/special/left_lunar_shield.png b/game/modules/tome/data/gfx/shockbolt/player/human_male/special/left_lunar_shield.png new file mode 100644 index 0000000000000000000000000000000000000000..a57ba7d929b2ac0f2bb9467878f7b42b6a3c26d2 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/human_male/special/left_lunar_shield.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/human_male/special/left_piercing_gaze.png b/game/modules/tome/data/gfx/shockbolt/player/human_male/special/left_piercing_gaze.png new file mode 100644 index 0000000000000000000000000000000000000000..2b5a924b06d826efef0bf9cf46811e01f13ff85e Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/human_male/special/left_piercing_gaze.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/human_male/special/left_temporal_rift.png b/game/modules/tome/data/gfx/shockbolt/player/human_male/special/left_temporal_rift.png new file mode 100644 index 0000000000000000000000000000000000000000..cd539c6fa0fc59d57591677ff9b7933376bba47c Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/human_male/special/left_temporal_rift.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/human_male/special/left_titanic.png b/game/modules/tome/data/gfx/shockbolt/player/human_male/special/left_titanic.png new file mode 100644 index 0000000000000000000000000000000000000000..39976f4084c00e42532b0429ddb8d55f5142e5ed Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/human_male/special/left_titanic.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/human_male/special/left_unsetting_sun.png b/game/modules/tome/data/gfx/shockbolt/player/human_male/special/left_unsetting_sun.png new file mode 100644 index 0000000000000000000000000000000000000000..c0888096a524efb514028bfceb0034b861f3f4d8 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/human_male/special/left_unsetting_sun.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/human_male/special/left_wrathroots_barkwood.png b/game/modules/tome/data/gfx/shockbolt/player/human_male/special/left_wrathroots_barkwood.png new file mode 100644 index 0000000000000000000000000000000000000000..30192c70a29016c8107755f4d9a2280eeb24a71f Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/human_male/special/left_wrathroots_barkwood.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/human_male/special/molten_skin.png b/game/modules/tome/data/gfx/shockbolt/player/human_male/special/molten_skin.png new file mode 100644 index 0000000000000000000000000000000000000000..896bb2332c57c878944bf30c8d16260c11fbac0f Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/human_male/special/molten_skin.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/human_male/special/right_black_mesh.png b/game/modules/tome/data/gfx/shockbolt/player/human_male/special/right_black_mesh.png new file mode 100644 index 0000000000000000000000000000000000000000..99e5fa65e087ccfdc194a9a647ce164fb687e76c Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/human_male/special/right_black_mesh.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/human_male/special/right_coral_spray.png b/game/modules/tome/data/gfx/shockbolt/player/human_male/special/right_coral_spray.png new file mode 100644 index 0000000000000000000000000000000000000000..83c6a5b8de5f101917a0091d5b04d64ae92e3c85 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/human_male/special/right_coral_spray.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/human_male/special/right_everpyre_blade.png b/game/modules/tome/data/gfx/shockbolt/player/human_male/special/right_everpyre_blade.png new file mode 100644 index 0000000000000000000000000000000000000000..a81a4ce9bb86de6cf701f04ff8fb0607f4ed9802 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/human_male/special/right_everpyre_blade.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/human_male/special/right_lunar_shield.png b/game/modules/tome/data/gfx/shockbolt/player/human_male/special/right_lunar_shield.png new file mode 100644 index 0000000000000000000000000000000000000000..13dab64bc3bae56af9d1e8cc33e11e7b010bca87 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/human_male/special/right_lunar_shield.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/human_male/special/right_piercing_gaze.png b/game/modules/tome/data/gfx/shockbolt/player/human_male/special/right_piercing_gaze.png new file mode 100644 index 0000000000000000000000000000000000000000..156d34d8066e04e456c3f7e2332575bb5f57cf6b Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/human_male/special/right_piercing_gaze.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/human_male/special/right_temporal_rift.png b/game/modules/tome/data/gfx/shockbolt/player/human_male/special/right_temporal_rift.png new file mode 100644 index 0000000000000000000000000000000000000000..28ed71cca4c73f6070e2fc1c3e5f2f5a4ac2a321 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/human_male/special/right_temporal_rift.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/human_male/special/right_titanic.png b/game/modules/tome/data/gfx/shockbolt/player/human_male/special/right_titanic.png new file mode 100644 index 0000000000000000000000000000000000000000..8fb1879eccf7288e993d1a3985ff72e41b23b9aa Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/human_male/special/right_titanic.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/human_male/special/right_unsetting_sun.png b/game/modules/tome/data/gfx/shockbolt/player/human_male/special/right_unsetting_sun.png new file mode 100644 index 0000000000000000000000000000000000000000..3ab18a6a6fd737334c18de8e2cfbbde3d2874725 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/human_male/special/right_unsetting_sun.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/human_male/special/right_wrathroots_barkwood.png b/game/modules/tome/data/gfx/shockbolt/player/human_male/special/right_wrathroots_barkwood.png new file mode 100644 index 0000000000000000000000000000000000000000..b2a7c340b0a5b3e176e255387585a5aa72b35a3e Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/human_male/special/right_wrathroots_barkwood.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/orc/special/left_black_mesh.png b/game/modules/tome/data/gfx/shockbolt/player/orc/special/left_black_mesh.png new file mode 100644 index 0000000000000000000000000000000000000000..2abb1ea8fb25e8209910d23bc0e4a9199e52bbba Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/orc/special/left_black_mesh.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/orc/special/left_coral_spray.png b/game/modules/tome/data/gfx/shockbolt/player/orc/special/left_coral_spray.png new file mode 100644 index 0000000000000000000000000000000000000000..65cc3a84a563acdd30b8b87e7132b1bf8747a775 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/orc/special/left_coral_spray.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/orc/special/left_everpyre_blade.png b/game/modules/tome/data/gfx/shockbolt/player/orc/special/left_everpyre_blade.png new file mode 100644 index 0000000000000000000000000000000000000000..7c5460cea24214b3c2de38d9a1d34ef6d53b4248 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/orc/special/left_everpyre_blade.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/orc/special/left_lunar_shield.png b/game/modules/tome/data/gfx/shockbolt/player/orc/special/left_lunar_shield.png new file mode 100644 index 0000000000000000000000000000000000000000..3e6d9a1b9d3dbd4e268d279a0c56c7ff19158d20 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/orc/special/left_lunar_shield.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/orc/special/left_piercing_gaze.png b/game/modules/tome/data/gfx/shockbolt/player/orc/special/left_piercing_gaze.png new file mode 100644 index 0000000000000000000000000000000000000000..e71a3e4c0d94605189544fd08a1411e060cf2f55 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/orc/special/left_piercing_gaze.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/orc/special/left_temporal_rift.png b/game/modules/tome/data/gfx/shockbolt/player/orc/special/left_temporal_rift.png new file mode 100644 index 0000000000000000000000000000000000000000..d8dd261b0c6879fd8ee44c193e6fc250763a669e Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/orc/special/left_temporal_rift.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/orc/special/left_titanic.png b/game/modules/tome/data/gfx/shockbolt/player/orc/special/left_titanic.png new file mode 100644 index 0000000000000000000000000000000000000000..be70d9bec71033f06b6a8363ecbfaa00f98776e2 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/orc/special/left_titanic.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/orc/special/left_unsetting_sun.png b/game/modules/tome/data/gfx/shockbolt/player/orc/special/left_unsetting_sun.png new file mode 100644 index 0000000000000000000000000000000000000000..6a6752fb7cc2d370d44a3278aa8cf9bd6cb74e4a Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/orc/special/left_unsetting_sun.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/orc/special/left_wrathroots_barkwood.png b/game/modules/tome/data/gfx/shockbolt/player/orc/special/left_wrathroots_barkwood.png new file mode 100644 index 0000000000000000000000000000000000000000..bd82e47d9b7cd6ded9c8de7224dccfea8389a73d Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/orc/special/left_wrathroots_barkwood.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/orc/special/molten_skin.png b/game/modules/tome/data/gfx/shockbolt/player/orc/special/molten_skin.png new file mode 100644 index 0000000000000000000000000000000000000000..4c6755edea48c06084a9e3d5d1cea9947a1bdc7e Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/orc/special/molten_skin.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/orc/special/right_black_mesh.png b/game/modules/tome/data/gfx/shockbolt/player/orc/special/right_black_mesh.png new file mode 100644 index 0000000000000000000000000000000000000000..9ecf2bd505d19f0d63e07befa4e235057c99db40 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/orc/special/right_black_mesh.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/orc/special/right_coral_spray.png b/game/modules/tome/data/gfx/shockbolt/player/orc/special/right_coral_spray.png new file mode 100644 index 0000000000000000000000000000000000000000..082bd7b9140a77d2a107217d8c1e6665c5d0cbfa Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/orc/special/right_coral_spray.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/orc/special/right_everpyre_blade.png b/game/modules/tome/data/gfx/shockbolt/player/orc/special/right_everpyre_blade.png new file mode 100644 index 0000000000000000000000000000000000000000..24f94eaf8a4801ca21c9a1f6749c2231c1548181 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/orc/special/right_everpyre_blade.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/orc/special/right_lunar_shield.png b/game/modules/tome/data/gfx/shockbolt/player/orc/special/right_lunar_shield.png new file mode 100644 index 0000000000000000000000000000000000000000..54cc23ef570a83a6188012af120fc83810240815 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/orc/special/right_lunar_shield.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/orc/special/right_piercing_gaze.png b/game/modules/tome/data/gfx/shockbolt/player/orc/special/right_piercing_gaze.png new file mode 100644 index 0000000000000000000000000000000000000000..a015acebffd43dcad50f2de26c70498d9aa6a16e Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/orc/special/right_piercing_gaze.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/orc/special/right_temporal_rift.png b/game/modules/tome/data/gfx/shockbolt/player/orc/special/right_temporal_rift.png new file mode 100644 index 0000000000000000000000000000000000000000..a6c512287b867ece44069ff56371f13a1fb10667 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/orc/special/right_temporal_rift.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/orc/special/right_titanic.png b/game/modules/tome/data/gfx/shockbolt/player/orc/special/right_titanic.png new file mode 100644 index 0000000000000000000000000000000000000000..53ba2cc521f530f6e1c464fbe92337bd811aeea0 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/orc/special/right_titanic.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/orc/special/right_unsetting_sun.png b/game/modules/tome/data/gfx/shockbolt/player/orc/special/right_unsetting_sun.png new file mode 100644 index 0000000000000000000000000000000000000000..b2e6affe9b5b14976417357872e9aace88b582ca Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/orc/special/right_unsetting_sun.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/orc/special/right_wrathroots_barkwood.png b/game/modules/tome/data/gfx/shockbolt/player/orc/special/right_wrathroots_barkwood.png new file mode 100644 index 0000000000000000000000000000000000000000..475e5cec3676d0d0b8c2161b91a950dcaf3b2434 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/orc/special/right_wrathroots_barkwood.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/left_black_mesh.png b/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/left_black_mesh.png new file mode 100644 index 0000000000000000000000000000000000000000..bec403a69c5b146565dd283cf41c25fb3a294b4c Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/left_black_mesh.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/left_coral_spray.png b/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/left_coral_spray.png new file mode 100644 index 0000000000000000000000000000000000000000..78ff62f1eed00b176a802b8df23f1d4ea88e7f45 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/left_coral_spray.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/left_everpyre_blade.png b/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/left_everpyre_blade.png new file mode 100644 index 0000000000000000000000000000000000000000..121a1be93195dedcb0aedf3f3918ffadd431f420 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/left_everpyre_blade.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/left_lunar_shield.png b/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/left_lunar_shield.png new file mode 100644 index 0000000000000000000000000000000000000000..160b590da580eeba6984b9f7b9d8ebd12ea7d1cd Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/left_lunar_shield.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/left_piercing_gaze.png b/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/left_piercing_gaze.png new file mode 100644 index 0000000000000000000000000000000000000000..aadc17afb42ed6ac5b883a56b85a02c28c01756e Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/left_piercing_gaze.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/left_temporal_rift.png b/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/left_temporal_rift.png new file mode 100644 index 0000000000000000000000000000000000000000..e414fe82ac118c8d206aaf391ea5b9f80a2862b6 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/left_temporal_rift.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/left_titanic.png b/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/left_titanic.png new file mode 100644 index 0000000000000000000000000000000000000000..3f5122f4c003555cd939db2d8b4ec147ad1b0cdc Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/left_titanic.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/left_unsetting_sun.png b/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/left_unsetting_sun.png new file mode 100644 index 0000000000000000000000000000000000000000..c151aa079b18d5a6ad89dfcbb5dd01ed1760c9ed Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/left_unsetting_sun.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/left_wrathroots_barkwood.png b/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/left_wrathroots_barkwood.png new file mode 100644 index 0000000000000000000000000000000000000000..fac72bdab5ad98e49b28aeaedeb358dd8490dec9 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/left_wrathroots_barkwood.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/molten_skin.png b/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/molten_skin.png new file mode 100644 index 0000000000000000000000000000000000000000..891b9b1f410c61f4a686df64f497d95ea7706b23 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/molten_skin.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/right_black_mesh.png b/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/right_black_mesh.png new file mode 100644 index 0000000000000000000000000000000000000000..2701c5548f7f00555996d7aea306cd414d2a3eb9 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/right_black_mesh.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/right_coral_spray.png b/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/right_coral_spray.png new file mode 100644 index 0000000000000000000000000000000000000000..cdb5ed5ee762d22314fd8ca79abc92fa45fb146c Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/right_coral_spray.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/right_everpyre_blade.png b/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/right_everpyre_blade.png new file mode 100644 index 0000000000000000000000000000000000000000..d753d3b428e669d08ae9b2b89276ba76b676ab2d Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/right_everpyre_blade.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/right_lunar_shield.png b/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/right_lunar_shield.png new file mode 100644 index 0000000000000000000000000000000000000000..7ec09081921c70fb113dcdb76746e47d2585e760 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/right_lunar_shield.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/right_piercing_gaze.png b/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/right_piercing_gaze.png new file mode 100644 index 0000000000000000000000000000000000000000..0f3bb4b664ba1b451c1eb9b76ecece312ae52eff Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/right_piercing_gaze.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/right_temporal_rift.png b/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/right_temporal_rift.png new file mode 100644 index 0000000000000000000000000000000000000000..001894c9c82a952f33c47ac5b3bcdb4533a6703e Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/right_temporal_rift.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/right_titanic.png b/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/right_titanic.png new file mode 100644 index 0000000000000000000000000000000000000000..84a37f99e67c699eda023b2feddaf55ae7771746 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/right_titanic.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/right_unsetting_sun.png b/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/right_unsetting_sun.png new file mode 100644 index 0000000000000000000000000000000000000000..42552d0bdd6b1bc9b60437870c9d9a281fd63940 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/right_unsetting_sun.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/right_wrathroots_barkwood.png b/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/right_wrathroots_barkwood.png new file mode 100644 index 0000000000000000000000000000000000000000..bd79764ad513e4e51192fb23e435cc3ca981262a Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/right_wrathroots_barkwood.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/left_black_mesh.png b/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/left_black_mesh.png new file mode 100644 index 0000000000000000000000000000000000000000..d078e3d93db481e638f513596d3362daf18dc723 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/left_black_mesh.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/left_coral_spray.png b/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/left_coral_spray.png new file mode 100644 index 0000000000000000000000000000000000000000..14f57a0c4f140be64e7e6a6b7de25df50c546f54 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/left_coral_spray.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/left_everpyre_blade.png b/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/left_everpyre_blade.png new file mode 100644 index 0000000000000000000000000000000000000000..edd7f7ba1236db0cfdeca3bb39ca2291a0793b8b Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/left_everpyre_blade.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/left_lunar_shield.png b/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/left_lunar_shield.png new file mode 100644 index 0000000000000000000000000000000000000000..a57ba7d929b2ac0f2bb9467878f7b42b6a3c26d2 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/left_lunar_shield.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/left_piercing_gaze.png b/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/left_piercing_gaze.png new file mode 100644 index 0000000000000000000000000000000000000000..2b5a924b06d826efef0bf9cf46811e01f13ff85e Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/left_piercing_gaze.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/left_temporal_rift.png b/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/left_temporal_rift.png new file mode 100644 index 0000000000000000000000000000000000000000..cd539c6fa0fc59d57591677ff9b7933376bba47c Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/left_temporal_rift.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/left_titanic.png b/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/left_titanic.png new file mode 100644 index 0000000000000000000000000000000000000000..39976f4084c00e42532b0429ddb8d55f5142e5ed Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/left_titanic.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/left_unsetting_sun.png b/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/left_unsetting_sun.png new file mode 100644 index 0000000000000000000000000000000000000000..c0888096a524efb514028bfceb0034b861f3f4d8 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/left_unsetting_sun.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/left_wrathroots_barkwood.png b/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/left_wrathroots_barkwood.png new file mode 100644 index 0000000000000000000000000000000000000000..30192c70a29016c8107755f4d9a2280eeb24a71f Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/left_wrathroots_barkwood.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/molten_skin.png b/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/molten_skin.png new file mode 100644 index 0000000000000000000000000000000000000000..c73a6d6d5f8156bb523ca5ca0ffae5a3a6aad23a Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/molten_skin.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/right_black_mesh.png b/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/right_black_mesh.png new file mode 100644 index 0000000000000000000000000000000000000000..99e5fa65e087ccfdc194a9a647ce164fb687e76c Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/right_black_mesh.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/right_coral_spray.png b/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/right_coral_spray.png new file mode 100644 index 0000000000000000000000000000000000000000..83c6a5b8de5f101917a0091d5b04d64ae92e3c85 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/right_coral_spray.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/right_everpyre_blade.png b/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/right_everpyre_blade.png new file mode 100644 index 0000000000000000000000000000000000000000..a81a4ce9bb86de6cf701f04ff8fb0607f4ed9802 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/right_everpyre_blade.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/right_lunar_shield.png b/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/right_lunar_shield.png new file mode 100644 index 0000000000000000000000000000000000000000..13dab64bc3bae56af9d1e8cc33e11e7b010bca87 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/right_lunar_shield.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/right_piercing_gaze.png b/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/right_piercing_gaze.png new file mode 100644 index 0000000000000000000000000000000000000000..156d34d8066e04e456c3f7e2332575bb5f57cf6b Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/right_piercing_gaze.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/right_temporal_rift.png b/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/right_temporal_rift.png new file mode 100644 index 0000000000000000000000000000000000000000..28ed71cca4c73f6070e2fc1c3e5f2f5a4ac2a321 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/right_temporal_rift.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/right_titanic.png b/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/right_titanic.png new file mode 100644 index 0000000000000000000000000000000000000000..8fb1879eccf7288e993d1a3985ff72e41b23b9aa Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/right_titanic.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/right_unsetting_sun.png b/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/right_unsetting_sun.png new file mode 100644 index 0000000000000000000000000000000000000000..3ab18a6a6fd737334c18de8e2cfbbde3d2874725 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/right_unsetting_sun.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/right_wrathroots_barkwood.png b/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/right_wrathroots_barkwood.png new file mode 100644 index 0000000000000000000000000000000000000000..b2a7c340b0a5b3e176e255387585a5aa72b35a3e Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/right_wrathroots_barkwood.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/yeek/special/left_black_mesh.png b/game/modules/tome/data/gfx/shockbolt/player/yeek/special/left_black_mesh.png new file mode 100644 index 0000000000000000000000000000000000000000..dceb757e77363d7f8b14e590891a29edabd4a0df Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/yeek/special/left_black_mesh.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/yeek/special/left_coral_spray.png b/game/modules/tome/data/gfx/shockbolt/player/yeek/special/left_coral_spray.png new file mode 100644 index 0000000000000000000000000000000000000000..fd9ca126f4d33834bdf92f8198ae8bc1cc7eed0d Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/yeek/special/left_coral_spray.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/yeek/special/left_everpyre_blade.png b/game/modules/tome/data/gfx/shockbolt/player/yeek/special/left_everpyre_blade.png new file mode 100644 index 0000000000000000000000000000000000000000..2eb982fc7771fff5689f04f65a314fc4de47baa0 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/yeek/special/left_everpyre_blade.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/yeek/special/left_lunar_shield.png b/game/modules/tome/data/gfx/shockbolt/player/yeek/special/left_lunar_shield.png new file mode 100644 index 0000000000000000000000000000000000000000..73b5333307374611dbbf625c2c5331989351aa6a Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/yeek/special/left_lunar_shield.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/yeek/special/left_piercing_gaze.png b/game/modules/tome/data/gfx/shockbolt/player/yeek/special/left_piercing_gaze.png new file mode 100644 index 0000000000000000000000000000000000000000..9b7c77152fcd6f9f4d356d8843048b4f05b3fb91 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/yeek/special/left_piercing_gaze.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/yeek/special/left_temporal_rift.png b/game/modules/tome/data/gfx/shockbolt/player/yeek/special/left_temporal_rift.png new file mode 100644 index 0000000000000000000000000000000000000000..d7673d0877657c5ac4e5fd8a73c1cb95ac139075 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/yeek/special/left_temporal_rift.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/yeek/special/left_titanic.png b/game/modules/tome/data/gfx/shockbolt/player/yeek/special/left_titanic.png new file mode 100644 index 0000000000000000000000000000000000000000..22af5f0cd3e069b33587d7c0b2d90cc4d1ebb799 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/yeek/special/left_titanic.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/yeek/special/left_unsetting_sun.png b/game/modules/tome/data/gfx/shockbolt/player/yeek/special/left_unsetting_sun.png new file mode 100644 index 0000000000000000000000000000000000000000..e835d137fa50ebe4e764e15f44e0c34ff18a8f73 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/yeek/special/left_unsetting_sun.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/yeek/special/left_wrathroots_barkwood.png b/game/modules/tome/data/gfx/shockbolt/player/yeek/special/left_wrathroots_barkwood.png new file mode 100644 index 0000000000000000000000000000000000000000..44983afa3a39212e6a7fd16f2ec7509c56713e32 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/yeek/special/left_wrathroots_barkwood.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/yeek/special/molten_skin.png b/game/modules/tome/data/gfx/shockbolt/player/yeek/special/molten_skin.png new file mode 100644 index 0000000000000000000000000000000000000000..797efe04407d6c78e9b3e8ae58c685ec20cb661d Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/yeek/special/molten_skin.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/yeek/special/right_black_mesh.png b/game/modules/tome/data/gfx/shockbolt/player/yeek/special/right_black_mesh.png new file mode 100644 index 0000000000000000000000000000000000000000..ed6173eef8efa0f03d953f91ec3d0bc02ef1a6df Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/yeek/special/right_black_mesh.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/yeek/special/right_coral_spray.png b/game/modules/tome/data/gfx/shockbolt/player/yeek/special/right_coral_spray.png new file mode 100644 index 0000000000000000000000000000000000000000..83857e53e7fecb590c1b7d1313d9aaadf116b08a Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/yeek/special/right_coral_spray.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/yeek/special/right_everpyre_blade.png b/game/modules/tome/data/gfx/shockbolt/player/yeek/special/right_everpyre_blade.png new file mode 100644 index 0000000000000000000000000000000000000000..df3aa5e8dbf5bf3813d5e907e9e772c182a56170 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/yeek/special/right_everpyre_blade.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/yeek/special/right_lunar_shield.png b/game/modules/tome/data/gfx/shockbolt/player/yeek/special/right_lunar_shield.png new file mode 100644 index 0000000000000000000000000000000000000000..6721f47383d40b86664f8a632aa5f46f5233d3e8 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/yeek/special/right_lunar_shield.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/yeek/special/right_piercing_gaze.png b/game/modules/tome/data/gfx/shockbolt/player/yeek/special/right_piercing_gaze.png new file mode 100644 index 0000000000000000000000000000000000000000..66cbbe5151f69f704359fdc8eb91083d105cc720 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/yeek/special/right_piercing_gaze.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/yeek/special/right_temporal_rift.png b/game/modules/tome/data/gfx/shockbolt/player/yeek/special/right_temporal_rift.png new file mode 100644 index 0000000000000000000000000000000000000000..fdf3a4cd687486f7e8da92853866a45fe5f065fa Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/yeek/special/right_temporal_rift.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/yeek/special/right_titanic.png b/game/modules/tome/data/gfx/shockbolt/player/yeek/special/right_titanic.png new file mode 100644 index 0000000000000000000000000000000000000000..688ece2d8d8811408344eea310b0041758bda07f Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/yeek/special/right_titanic.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/yeek/special/right_unsetting_sun.png b/game/modules/tome/data/gfx/shockbolt/player/yeek/special/right_unsetting_sun.png new file mode 100644 index 0000000000000000000000000000000000000000..856bc932461360657be23b204ae40e042e32280c Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/yeek/special/right_unsetting_sun.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/yeek/special/right_wrathroots_barkwood.png b/game/modules/tome/data/gfx/shockbolt/player/yeek/special/right_wrathroots_barkwood.png new file mode 100644 index 0000000000000000000000000000000000000000..e48636453f14ee3555abcbe0dc8a3971f6b16e3b Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/yeek/special/right_wrathroots_barkwood.png differ