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

moar

git-svn-id: http://svn.net-core.org/repos/t-engine4@4269 51575b47-30f0-44d4-a5cc-537603b46e54
parent 552f53f5
No related branches found
No related tags found
No related merge requests found
......@@ -182,7 +182,7 @@ newEntity{ base = "BASE_STAFF",
newEntity{ base = "BASE_RING",
power_source = {nature=true},
unique = true,
name = "Vargh Redemption", color = colors.LIGHT_BLUE,
name = "Vargh Redemption", color = colors.LIGHT_BLUE, image="object/artifact/ring_vargh_redemption.png",
unided_name = "sea-blue ring",
desc = [[This azure ring seems to be always moist to the touch.]],
level_range = {10, 20},
......@@ -1942,7 +1942,7 @@ newEntity{ base = "BASE_GREATSWORD",
newEntity{ base = "BASE_MACE",
power_source = {nature=true},
name = "Ureslak's Femur", define_as = "URESLAK_FEMUR",
name = "Ureslak's Femur", define_as = "URESLAK_FEMUR", image="object/artifact/club_ureslaks_femur.png",
unided_name = "a strangely colored bone", unique = true,
desc = [[A shortened femur of the mighty prismatic dragon, this erratic club still pulses with Ureslak's volatile nature.]],
level_range = {42, 50},
......
game/modules/tome/data/gfx/shockbolt/object/artifact/bow_epochs_curve.png

5.5 KiB

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

4.27 KiB

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

6.07 KiB

......@@ -27,7 +27,7 @@ newEntity{ base = "BASE_LONGBOW",
define_as = "EPOCH_CURVE",
-- not sure what rarity does so commented out for now
rarity=false,
name = "Epoch's Curve", unided_name = "white ash longbow", unique=true,
name = "Epoch's Curve", unided_name = "white ash longbow", unique=true, image="object/artifact/bow_epochs_curve.png",
desc = [[Epoch's Curve has served the Wardens for generations and was passed from Warden to Warden for many generations before being lost.
According to legend it was made from the first ash sapling to sprout after the Spellblaze and carries powers of both time and renewal.]],
level_range = {20, 40},
......
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