Skip to content
Snippets Groups Projects
Commit 784741f8 authored by dg's avatar dg
Browse files

moooooarr

git-svn-id: http://svn.net-core.org/repos/t-engine4@4243 51575b47-30f0-44d4-a5cc-537603b46e54
parent a5986dc6
No related branches found
No related tags found
No related merge requests found
......@@ -595,7 +595,7 @@ newEntity{ base = "BASE_AMULET",
newEntity{ define_as = "RUNED_SKULL",
power_source = {arcane=true},
unique = true,
type = "gem", subtype="red", image = "object/skeleton_mage_skull.png",
type = "gem", subtype="red", image = "object/artifact/bone_runed_skull.png",
unided_name = "human skull",
name = "Runed Skull",
display = "*", color=colors.RED,
......@@ -969,7 +969,7 @@ newEntity{ base = "BASE_WARAXE",
power_source = {arcane=true},
define_as = "SKULLCLEAVER",
unided_name = "crimson waraxe",
name = "Skullcleaver", unique=true,
name = "Skullcleaver", unique=true, image = "object/artifact/axe_skullcleaver.png",
desc = [[A small but sharp axe, with a handle made of polished bone. The blade has chopped through the skulls of many, and has been stained a deep crimson.]],
require = { stat = { str=18 }, },
level_range = {5, 12},
......
......@@ -571,7 +571,7 @@ newEntity{ base = "BASE_SLING",
newEntity{ base = "BASE_LONGSWORD",
power_source = {arcane=true},
unique = true,
name = "Spellblade",
name = "Spellblade", image = "object/artifact/weapon_spellblade.png",
unided_name = "glowing long sword",
level_range = {40, 45},
color=colors.AQUAMARINE,
......@@ -865,7 +865,7 @@ newEntity{ base = "BASE_KNIFE",
newEntity{ base = "BASE_KNIFE",
power_source = {technique=true},
unique = true,
name = "Silent Blade",
name = "Silent Blade", image = "object/artifact/dagger_silent_blade.png",
unided_name = "shining dagger",
desc = [[A thin, dark dagger that seems to meld seamlessly into the shadows.]],
level_range = {23, 28},
......@@ -1085,7 +1085,7 @@ newEntity{ base = "BASE_MACE",
newEntity{ base = "BASE_CLOTH_ARMOR",
power_source = {nature=true, arcane=true},
unique = true,
name = "Spider-Silk Robe of Spydrë", color = colors.DARK_GREEN,
name = "Spider-Silk Robe of Spydrë", color = colors.DARK_GREEN, image = "object/artifact/robe_spider_silk_robe_spydre.png",
unided_name = "spider-silk robe",
desc = [[This set of robes is made wholly of spider silk. It looks outlandish and some sages think it came from another world, probably through a farportal.]],
level_range = {20, 30},
......@@ -1204,7 +1204,7 @@ newEntity{ base = "BASE_GAUNTLETS",
newEntity{ base = "BASE_GLOVES",
power_source = {nature=true},
unique = true,
name = "Snow Giant Wraps", color = colors.SANDY_BROWN,
name = "Snow Giant Wraps", color = colors.SANDY_BROWN, image = "object/artifact/snow_giant_arm_wraps.png",
unided_name = "fur-lined leather wraps",
desc = [[Two large pieces of leather designed to be wrapped about the hands and the forearms. This particular pair of wraps has been enchanted, imparting the wearer with great strength.]],
level_range = {15, 25},
......
game/modules/tome/data/gfx/shockbolt/object/artifact/axe_skullcleaver.png

4.43 KiB

game/modules/tome/data/gfx/shockbolt/object/artifact/bone_runed_skull.png

5.33 KiB

game/modules/tome/data/gfx/shockbolt/object/artifact/dagger_silent_blade.png

3.25 KiB

game/modules/tome/data/gfx/shockbolt/object/artifact/robe_spider_silk_robe_spydre.png

10.7 KiB

game/modules/tome/data/gfx/shockbolt/object/artifact/snow_giant_arm_wraps.png

7.3 KiB

game/modules/tome/data/gfx/shockbolt/object/artifact/weapon_spellblade.png

4.08 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment