diff --git a/game/modules/tome/data/general/objects/world-artifacts.lua b/game/modules/tome/data/general/objects/world-artifacts.lua index e38518760e3290846524be99b60f44fe9cdd6649..7fe03433794d4c12b7893fbf1fa0d5d59951e06e 100644 --- a/game/modules/tome/data/general/objects/world-artifacts.lua +++ b/game/modules/tome/data/general/objects/world-artifacts.lua @@ -298,7 +298,7 @@ newEntity{ base = "BASE_AMULET", newEntity{ base = "BASE_AMULET", power_source = {technique=true}, unique = true, - name = "Feathersteel Amulet", color = colors.WHITE, + name = "Feathersteel Amulet", color = colors.WHITE, image = "object/artifact/feathersteel_amulet.png", unided_name = "light amulet", desc = [[The weight of the world seems a little lighter with this amulet around your neck.]], level_range = {5, 15}, @@ -338,7 +338,7 @@ newEntity{ base = "BASE_AMULET", newEntity{ base = "BASE_AMULET", power_source = {technique=true}, unique = true, - name = "Garkul's Teeth", color = colors.YELLOW, + name = "Garkul's Teeth", color = colors.YELLOW, image = "object/artifact/amulet_garkuls_teeth.png", unided_name = "a necklace made of teeth", desc = [[Hundreds of humanoid teeth have been strung together on multiple strands of thin leather, creating this tribal necklace. One would have to assume that these are not the teeth of Garkul the Devourer but rather the teeth of Garkul's many meals.]], level_range = {40, 50}, @@ -679,7 +679,7 @@ newEntity{ base = "BASE_LEATHER_BOOT", newEntity{ base = "BASE_SHIELD", power_source = {nature=true, technique=true}, unique = true, - name = "Fire Dragon Shield", + name = "Fire Dragon Shield", image = "object/artifact/fire_dragon_shield.png", unided_name = "dragon shield", desc = [[This large shield was made using scales of many fire drakes from the lost land of Tar'Eyal.]], color = colors.LIGHT_RED, diff --git a/game/modules/tome/data/gfx/shockbolt/object/artifact/amulet_garkuls_teeth.png b/game/modules/tome/data/gfx/shockbolt/object/artifact/amulet_garkuls_teeth.png new file mode 100644 index 0000000000000000000000000000000000000000..6500b573aed37ae6d4f0110a6e40543037a0f862 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/object/artifact/amulet_garkuls_teeth.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/object/artifact/feathersteel_amulet.png b/game/modules/tome/data/gfx/shockbolt/object/artifact/feathersteel_amulet.png new file mode 100644 index 0000000000000000000000000000000000000000..95cc12a63f5a66949cc9306f7623e68b743d86d1 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/object/artifact/feathersteel_amulet.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/object/artifact/fire_dragon_shield.png b/game/modules/tome/data/gfx/shockbolt/object/artifact/fire_dragon_shield.png new file mode 100644 index 0000000000000000000000000000000000000000..90b28cac5e53ddba07250bcd0cc13ec9326cab63 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/object/artifact/fire_dragon_shield.png differ