diff --git a/game/modules/tome/data/general/objects/boss-artifacts.lua b/game/modules/tome/data/general/objects/boss-artifacts.lua index e78beee3c95ad39b64cf544d958a4b97d16605b9..c52301d702c92390a0c97731bae5cb20d1501eb2 100644 --- a/game/modules/tome/data/general/objects/boss-artifacts.lua +++ b/game/modules/tome/data/general/objects/boss-artifacts.lua @@ -46,6 +46,8 @@ newEntity{ base = "BASE_BATTLEAXE", define_as = "KHULMANAR_WRATH", name = "Khulmanar's Wrath", color = colors.DARK_RED, image = "object/artifact/hellfire.png", unided_name = "firey blackened battleaxe", unique = true, + moddable_tile = "special/hellfire", + moddable_tile_big = true, desc = [[Blackened with soot and covered in spikes, this battleaxe roars with the flames of the Fearscape. Given by Urh'Rok himself to his general, this powerful weapon can burn even the most resilient of foes.]], level_range = {37, 50}, rarity = 300, @@ -164,6 +166,8 @@ newEntity{ base = "BASE_BATTLEAXE", define_as = "GAPING_MAW", name = "The Gaping Maw", color = colors.SLATE, image = "object/artifact/battleaxe_the_gaping_maw.png", unided_name = "huge granite battleaxe", unique = true, + moddable_tile = "special/battleaxe_the_gaping_maw", + moddable_tile_big = true, desc = [[This huge granite battleaxe is as much mace as it is axe. The shaft is made of blackened wood tightly bound in drakeskin leather and the sharpened granite head glistens with a viscous green fluid.]], level_range = {38, 50}, rarity = 300, diff --git a/game/modules/tome/data/general/objects/world-artifacts-maj-eyal.lua b/game/modules/tome/data/general/objects/world-artifacts-maj-eyal.lua index 39854b7e8f7aabb05f9c86c77a08ff81945e1a44..aed7c6a7d734da2d35b88b5f989be40df10da840 100644 --- a/game/modules/tome/data/general/objects/world-artifacts-maj-eyal.lua +++ b/game/modules/tome/data/general/objects/world-artifacts-maj-eyal.lua @@ -585,6 +585,8 @@ newEntity{ base = "BASE_BATTLEAXE", unique = true, unided_name = "viciously sharp battle axe", name = "Drake's Bane", image = "object/artifact/axe_drakes_bane.png", + moddable_tile = "special/axe_drakes_bane", + moddable_tile_big = true, color = colors.RED, desc = [[The killing of Kroltar, mightiest of wyrms, took seven months and the lives of 20,000 dwarven warriors. Finally the beast was worn down and mastersmith Gruxim, standing atop the bodies of his fallen comrades, was able slit its throat with this axe crafted purely for the purpose of penetrating the wyrm's hide.]], require = { stat = { str=45 }, }, diff --git a/game/modules/tome/data/general/objects/world-artifacts.lua b/game/modules/tome/data/general/objects/world-artifacts.lua index 74656d05ffafea53430d67df213f2bb8acadcd00..6250d69187242039a2071b92d8c2e11ed4e132bf 100644 --- a/game/modules/tome/data/general/objects/world-artifacts.lua +++ b/game/modules/tome/data/general/objects/world-artifacts.lua @@ -1278,6 +1278,8 @@ newEntity{ base = "BASE_BATTLEAXE", unique = true, unided_name = "crude iron battle axe", name = "Crude Iron Battle Axe of Kroll", color = colors.GREY, image = "object/artifact/crude_iron_battleaxe_of_kroll.png", + moddable = "special/crude_iron_battleaxe_of_kroll", + moddable_tile_big = true, desc = [[Made in times before the Dwarves learned beautiful craftsmanship, the rough appearance of this axe belies its great power. Only Dwarves may harness its true strength, however.]], require = { stat = { str=50 }, }, level_range = {39, 46}, @@ -5078,6 +5080,8 @@ newEntity{ base = "BASE_BATTLEAXE", unique = true, unided_name = "gore stained battleaxe", name = "Eksatin's Ultimatum", color = colors.GREY, image = "object/artifact/eskatins_ultimatum.png", + moddable_tile = "special/eskatins_ultimatum", + moddable_tile_big = true, desc = [[This gore-stained battleaxe was once used by an infamously sadistic king, who took the time to personally perform each and every execution he ordered. He kept a vault of every head he ever removed, each and every one of them carefully preserved. When he was overthrown, his own head was added as the centrepiece of the vault, which was maintained as a testament to his cruelty.]], require = { stat = { str=50 }, }, level_range = {39, 46}, diff --git a/game/modules/tome/data/gfx/shockbolt/object/artifact/battleaxe_the_gaping_maw.png b/game/modules/tome/data/gfx/shockbolt/object/artifact/battleaxe_the_gaping_maw.png index ac7e122279686df7da85ce1e1e3f5bc81de8716c..93cffb9653b0c29d5d0ad56b2ff96f4fc49e46ce 100644 Binary files a/game/modules/tome/data/gfx/shockbolt/object/artifact/battleaxe_the_gaping_maw.png and b/game/modules/tome/data/gfx/shockbolt/object/artifact/battleaxe_the_gaping_maw.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/axe_drakes_bane.png b/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/axe_drakes_bane.png new file mode 100644 index 0000000000000000000000000000000000000000..7ad7034353f2784c2f079b226608e258df3714e2 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/axe_drakes_bane.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/battleaxe_the_gaping_maw.png b/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/battleaxe_the_gaping_maw.png new file mode 100644 index 0000000000000000000000000000000000000000..7579af9b8fb5eabb9b470e4e3f713b192a55ec9d Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/battleaxe_the_gaping_maw.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/crude_iron_battleaxe_of_kroll.png b/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/crude_iron_battleaxe_of_kroll.png new file mode 100644 index 0000000000000000000000000000000000000000..e7202e81a4b938dada395c6940c85e26286fc9d9 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/crude_iron_battleaxe_of_kroll.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/eskatins_ultimatum.png b/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/eskatins_ultimatum.png new file mode 100644 index 0000000000000000000000000000000000000000..4226dd7d1df236b9e608534a48c0ec6d16af19a0 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/eskatins_ultimatum.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/hellfire.png b/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/hellfire.png new file mode 100644 index 0000000000000000000000000000000000000000..662dc49edb9b17d28c5cdac4eb0a9f4d17c265f7 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/hellfire.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/axe_drakes_bane.png b/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/axe_drakes_bane.png new file mode 100644 index 0000000000000000000000000000000000000000..7ad7034353f2784c2f079b226608e258df3714e2 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/axe_drakes_bane.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/battleaxe_the_gaping_maw.png b/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/battleaxe_the_gaping_maw.png new file mode 100644 index 0000000000000000000000000000000000000000..7579af9b8fb5eabb9b470e4e3f713b192a55ec9d Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/battleaxe_the_gaping_maw.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/crude_iron_battleaxe_of_kroll.png b/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/crude_iron_battleaxe_of_kroll.png new file mode 100644 index 0000000000000000000000000000000000000000..e7202e81a4b938dada395c6940c85e26286fc9d9 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/crude_iron_battleaxe_of_kroll.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/eskatins_ultimatum.png b/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/eskatins_ultimatum.png new file mode 100644 index 0000000000000000000000000000000000000000..4226dd7d1df236b9e608534a48c0ec6d16af19a0 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/eskatins_ultimatum.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/hellfire.png b/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/hellfire.png new file mode 100644 index 0000000000000000000000000000000000000000..662dc49edb9b17d28c5cdac4eb0a9f4d17c265f7 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/hellfire.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/axe_drakes_bane.png b/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/axe_drakes_bane.png new file mode 100644 index 0000000000000000000000000000000000000000..638eaf7d6eebc2e92d8027d9fba09167a2c1adde Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/axe_drakes_bane.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/battleaxe_the_gaping_maw.png b/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/battleaxe_the_gaping_maw.png new file mode 100644 index 0000000000000000000000000000000000000000..9b45147f31d9be74c5af0a1b600b023c9fa01f0f Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/battleaxe_the_gaping_maw.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/crude_iron_battleaxe_of_kroll.png b/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/crude_iron_battleaxe_of_kroll.png new file mode 100644 index 0000000000000000000000000000000000000000..900bceb3aa52ef0956d9acb3a9f6ff411dc12835 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/crude_iron_battleaxe_of_kroll.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/eskatins_ultimatum.png b/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/eskatins_ultimatum.png new file mode 100644 index 0000000000000000000000000000000000000000..5da606e80201c26465d6be09ad6aa5d2de3f7bc6 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/eskatins_ultimatum.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/hellfire.png b/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/hellfire.png new file mode 100644 index 0000000000000000000000000000000000000000..e689231f37bc29246e9e805791c7af02e9e828a3 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/hellfire.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/axe_drakes_bane.png b/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/axe_drakes_bane.png new file mode 100644 index 0000000000000000000000000000000000000000..e6078fdd9633643181b58583de92c57e1fc8f03d Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/axe_drakes_bane.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/battleaxe_the_gaping_maw.png b/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/battleaxe_the_gaping_maw.png new file mode 100644 index 0000000000000000000000000000000000000000..a3ef182aae3c751dea30b027c098d8983210bdcd Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/battleaxe_the_gaping_maw.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/crude_iron_battleaxe_of_kroll.png b/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/crude_iron_battleaxe_of_kroll.png new file mode 100644 index 0000000000000000000000000000000000000000..561d50ca33f0dd3d78388e2509d6d9580c0b8520 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/crude_iron_battleaxe_of_kroll.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/eskatins_ultimatum.png b/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/eskatins_ultimatum.png new file mode 100644 index 0000000000000000000000000000000000000000..c021f0c759bdfbb838d244b15494f717797b4243 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/eskatins_ultimatum.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/hellfire.png b/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/hellfire.png new file mode 100644 index 0000000000000000000000000000000000000000..c1deb0f37ea51cb40c503cd55634e4e0661b1977 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/hellfire.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/axe_drakes_bane.png b/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/axe_drakes_bane.png new file mode 100644 index 0000000000000000000000000000000000000000..4bf22ebf8f515a866d586e4f1acd05ebc9682379 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/axe_drakes_bane.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/battleaxe_the_gaping_maw.png b/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/battleaxe_the_gaping_maw.png new file mode 100644 index 0000000000000000000000000000000000000000..32396820bb14707666cba0334e06ca5e9c8d4215 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/battleaxe_the_gaping_maw.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/crude_iron_battleaxe_of_kroll.png b/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/crude_iron_battleaxe_of_kroll.png new file mode 100644 index 0000000000000000000000000000000000000000..0b16a7ccd24026e4e8ed73af4783f3531e69b849 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/crude_iron_battleaxe_of_kroll.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/eskatins_ultimatum.png b/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/eskatins_ultimatum.png new file mode 100644 index 0000000000000000000000000000000000000000..b786a94b67d436cd82a0a3af28a6702675701b2c Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/eskatins_ultimatum.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/hellfire.png b/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/hellfire.png new file mode 100644 index 0000000000000000000000000000000000000000..0c7498cf8d1832a301f93af0127886bb2d50ebf5 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/hellfire.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/axe_drakes_bane.png b/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/axe_drakes_bane.png new file mode 100644 index 0000000000000000000000000000000000000000..0496dbbf98da223dab87753bcc11cce0dfdc1f0a Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/axe_drakes_bane.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/battleaxe_the_gaping_maw.png b/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/battleaxe_the_gaping_maw.png new file mode 100644 index 0000000000000000000000000000000000000000..8cdd88c0bd5f3fbff732949e722d59e8cfe3a0ba Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/battleaxe_the_gaping_maw.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/crude_iron_battleaxe_of_kroll.png b/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/crude_iron_battleaxe_of_kroll.png new file mode 100644 index 0000000000000000000000000000000000000000..6e6a50f88f9ccaec099f150a932c88b0b819ec57 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/crude_iron_battleaxe_of_kroll.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/eskatins_ultimatum.png b/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/eskatins_ultimatum.png new file mode 100644 index 0000000000000000000000000000000000000000..6f8b9ef2e649eb4d38548a6b48767d3ec63ca186 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/eskatins_ultimatum.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/hellfire.png b/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/hellfire.png new file mode 100644 index 0000000000000000000000000000000000000000..eefa4a1eeaacd1c502d86be13da212436bfb203f Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/hellfire.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/axe_drakes_bane.png b/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/axe_drakes_bane.png new file mode 100644 index 0000000000000000000000000000000000000000..0496dbbf98da223dab87753bcc11cce0dfdc1f0a Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/axe_drakes_bane.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/battleaxe_the_gaping_maw.png b/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/battleaxe_the_gaping_maw.png new file mode 100644 index 0000000000000000000000000000000000000000..8cdd88c0bd5f3fbff732949e722d59e8cfe3a0ba Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/battleaxe_the_gaping_maw.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/crude_iron_battleaxe_of_kroll.png b/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/crude_iron_battleaxe_of_kroll.png new file mode 100644 index 0000000000000000000000000000000000000000..6e6a50f88f9ccaec099f150a932c88b0b819ec57 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/crude_iron_battleaxe_of_kroll.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/eskatins_ultimatum.png b/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/eskatins_ultimatum.png new file mode 100644 index 0000000000000000000000000000000000000000..6f8b9ef2e649eb4d38548a6b48767d3ec63ca186 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/eskatins_ultimatum.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/hellfire.png b/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/hellfire.png new file mode 100644 index 0000000000000000000000000000000000000000..eefa4a1eeaacd1c502d86be13da212436bfb203f Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/hellfire.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/human_female/special/axe_drakes_bane.png b/game/modules/tome/data/gfx/shockbolt/player/human_female/special/axe_drakes_bane.png new file mode 100644 index 0000000000000000000000000000000000000000..638eaf7d6eebc2e92d8027d9fba09167a2c1adde Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/human_female/special/axe_drakes_bane.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/human_female/special/battleaxe_the_gaping_maw.png b/game/modules/tome/data/gfx/shockbolt/player/human_female/special/battleaxe_the_gaping_maw.png new file mode 100644 index 0000000000000000000000000000000000000000..9b45147f31d9be74c5af0a1b600b023c9fa01f0f Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/human_female/special/battleaxe_the_gaping_maw.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/human_female/special/crude_iron_battleaxe_of_kroll.png b/game/modules/tome/data/gfx/shockbolt/player/human_female/special/crude_iron_battleaxe_of_kroll.png new file mode 100644 index 0000000000000000000000000000000000000000..900bceb3aa52ef0956d9acb3a9f6ff411dc12835 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/human_female/special/crude_iron_battleaxe_of_kroll.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/human_female/special/eskatins_ultimatum.png b/game/modules/tome/data/gfx/shockbolt/player/human_female/special/eskatins_ultimatum.png new file mode 100644 index 0000000000000000000000000000000000000000..5da606e80201c26465d6be09ad6aa5d2de3f7bc6 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/human_female/special/eskatins_ultimatum.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/human_female/special/hellfire.png b/game/modules/tome/data/gfx/shockbolt/player/human_female/special/hellfire.png new file mode 100644 index 0000000000000000000000000000000000000000..e689231f37bc29246e9e805791c7af02e9e828a3 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/human_female/special/hellfire.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/human_male/special/axe_drakes_bane.png b/game/modules/tome/data/gfx/shockbolt/player/human_male/special/axe_drakes_bane.png new file mode 100644 index 0000000000000000000000000000000000000000..335e5a0b53cbd6ca27187e29db66238e7a361f70 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/human_male/special/axe_drakes_bane.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/human_male/special/battleaxe_the_gaping_maw.png b/game/modules/tome/data/gfx/shockbolt/player/human_male/special/battleaxe_the_gaping_maw.png new file mode 100644 index 0000000000000000000000000000000000000000..3d57b1da30179750fc2c0799f32c8c46e6940cda Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/human_male/special/battleaxe_the_gaping_maw.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/human_male/special/crude_iron_battleaxe_of_kroll.png b/game/modules/tome/data/gfx/shockbolt/player/human_male/special/crude_iron_battleaxe_of_kroll.png new file mode 100644 index 0000000000000000000000000000000000000000..1b563525691c0e104687065b0e695f316fa5daf8 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/human_male/special/crude_iron_battleaxe_of_kroll.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/human_male/special/eskatins_ultimatum.png b/game/modules/tome/data/gfx/shockbolt/player/human_male/special/eskatins_ultimatum.png new file mode 100644 index 0000000000000000000000000000000000000000..bbbc274c240d1a1b850fe4669f6ca65677ed8254 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/human_male/special/eskatins_ultimatum.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/human_male/special/hellfire.png b/game/modules/tome/data/gfx/shockbolt/player/human_male/special/hellfire.png new file mode 100644 index 0000000000000000000000000000000000000000..369090aff0357bf8ab787902eb02ba8f0fe2999a Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/human_male/special/hellfire.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/orc/special/axe_drakes_bane.png b/game/modules/tome/data/gfx/shockbolt/player/orc/special/axe_drakes_bane.png new file mode 100644 index 0000000000000000000000000000000000000000..e0c230cd3141f2da46b499424d2e5f25c4e58252 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/orc/special/axe_drakes_bane.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/orc/special/battleaxe_the_gaping_maw.png b/game/modules/tome/data/gfx/shockbolt/player/orc/special/battleaxe_the_gaping_maw.png new file mode 100644 index 0000000000000000000000000000000000000000..2b5a2c2d9ef9a361e0d249c8e1d2b6380fa4d5d5 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/orc/special/battleaxe_the_gaping_maw.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/orc/special/crude_iron_battleaxe_of_kroll.png b/game/modules/tome/data/gfx/shockbolt/player/orc/special/crude_iron_battleaxe_of_kroll.png new file mode 100644 index 0000000000000000000000000000000000000000..87f58989160aaa99bc373115534f69c1eb62bb18 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/orc/special/crude_iron_battleaxe_of_kroll.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/orc/special/eskatins_ultimatum.png b/game/modules/tome/data/gfx/shockbolt/player/orc/special/eskatins_ultimatum.png new file mode 100644 index 0000000000000000000000000000000000000000..2f807c5163104f50fe105bd8eac3bfbe11753c0f Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/orc/special/eskatins_ultimatum.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/orc/special/hellfire.png b/game/modules/tome/data/gfx/shockbolt/player/orc/special/hellfire.png new file mode 100644 index 0000000000000000000000000000000000000000..d787b17d4bb715d6ddb29f806018c087ab9174b6 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/orc/special/hellfire.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/axe_drakes_bane.png b/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/axe_drakes_bane.png new file mode 100644 index 0000000000000000000000000000000000000000..7ad7034353f2784c2f079b226608e258df3714e2 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/axe_drakes_bane.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/battleaxe_the_gaping_maw.png b/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/battleaxe_the_gaping_maw.png new file mode 100644 index 0000000000000000000000000000000000000000..7579af9b8fb5eabb9b470e4e3f713b192a55ec9d Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/battleaxe_the_gaping_maw.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/crude_iron_battleaxe_of_kroll.png b/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/crude_iron_battleaxe_of_kroll.png new file mode 100644 index 0000000000000000000000000000000000000000..e7202e81a4b938dada395c6940c85e26286fc9d9 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/crude_iron_battleaxe_of_kroll.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/eskatins_ultimatum.png b/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/eskatins_ultimatum.png new file mode 100644 index 0000000000000000000000000000000000000000..4226dd7d1df236b9e608534a48c0ec6d16af19a0 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/eskatins_ultimatum.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/hellfire.png b/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/hellfire.png new file mode 100644 index 0000000000000000000000000000000000000000..662dc49edb9b17d28c5cdac4eb0a9f4d17c265f7 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/hellfire.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/axe_drakes_bane.png b/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/axe_drakes_bane.png new file mode 100644 index 0000000000000000000000000000000000000000..335e5a0b53cbd6ca27187e29db66238e7a361f70 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/axe_drakes_bane.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/battleaxe_the_gaping_maw.png b/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/battleaxe_the_gaping_maw.png new file mode 100644 index 0000000000000000000000000000000000000000..3d57b1da30179750fc2c0799f32c8c46e6940cda Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/battleaxe_the_gaping_maw.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/crude_iron_battleaxe_of_kroll.png b/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/crude_iron_battleaxe_of_kroll.png new file mode 100644 index 0000000000000000000000000000000000000000..1b563525691c0e104687065b0e695f316fa5daf8 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/crude_iron_battleaxe_of_kroll.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/eskatins_ultimatum.png b/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/eskatins_ultimatum.png new file mode 100644 index 0000000000000000000000000000000000000000..bbbc274c240d1a1b850fe4669f6ca65677ed8254 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/eskatins_ultimatum.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/hellfire.png b/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/hellfire.png new file mode 100644 index 0000000000000000000000000000000000000000..369090aff0357bf8ab787902eb02ba8f0fe2999a Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/hellfire.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/yeek/special/axe_drakes_bane.png b/game/modules/tome/data/gfx/shockbolt/player/yeek/special/axe_drakes_bane.png new file mode 100644 index 0000000000000000000000000000000000000000..af8b56d777050c34822c622b8b27f1aeb4e967f9 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/yeek/special/axe_drakes_bane.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/yeek/special/battleaxe_the_gaping_maw.png b/game/modules/tome/data/gfx/shockbolt/player/yeek/special/battleaxe_the_gaping_maw.png new file mode 100644 index 0000000000000000000000000000000000000000..3c7ea98f0d7f516209607134e0204f8d95832fc2 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/yeek/special/battleaxe_the_gaping_maw.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/yeek/special/crude_iron_battleaxe_of_kroll.png b/game/modules/tome/data/gfx/shockbolt/player/yeek/special/crude_iron_battleaxe_of_kroll.png new file mode 100644 index 0000000000000000000000000000000000000000..ae75a8b293b7b8cf6e1801254a7eb7caabf61b7c Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/yeek/special/crude_iron_battleaxe_of_kroll.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/yeek/special/eskatins_ultimatum.png b/game/modules/tome/data/gfx/shockbolt/player/yeek/special/eskatins_ultimatum.png new file mode 100644 index 0000000000000000000000000000000000000000..4b7285d4ead10f4f825a2b845c8acd2b907b7875 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/yeek/special/eskatins_ultimatum.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/yeek/special/hellfire.png b/game/modules/tome/data/gfx/shockbolt/player/yeek/special/hellfire.png new file mode 100644 index 0000000000000000000000000000000000000000..647f0879ea0ebbb004217bf25e138cb576568d91 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/yeek/special/hellfire.png differ