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

moar

git-svn-id: http://svn.net-core.org/repos/t-engine4@4250 51575b47-30f0-44d4-a5cc-537603b46e54
parent 8c65fb88
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
game/modules/tome/data/gfx/shockbolt/object/artifact/amulet_garkuls_teeth.png

10.1 KiB

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

7.64 KiB

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

5.04 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