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

mooooar

git-svn-id: http://svn.net-core.org/repos/t-engine4@4240 51575b47-30f0-44d4-a5cc-537603b46e54
parent 614c5238
No related branches found
No related tags found
No related merge requests found
Showing with 7 additions and 6 deletions
......@@ -348,12 +348,13 @@ newEntity{ base = "BASE_SHIELD",
power_source = {nature=true},
define_as = "WRATHROOT_SHIELD",
unided_name = "large chunk of wood",
name = "Wrathroot's Barkwood", unique=true,
name = "Wrathroot's Barkwood", unique=true, image="object/artifact/shield_wrathroots_barkwood.png",
desc = [[The barkwood of Wrathroot, made into roughly the shape of a shield.]],
require = { stat = { str=25 }, },
level_range = {12, 22},
rarity = 200,
cost = 20,
material_level = 2,
rarity = false,
metallic = false,
......@@ -475,7 +476,7 @@ newEntity{ base = "BASE_AMULET",
power_source = {arcane=true},
define_as = "VOX", rarity=false,
name = "Vox", unique=true,
unided_name = "ringing amulet", color=colors.BLUE,
unided_name = "ringing amulet", color=colors.BLUE, image="object/artifact/jewelry_amulet_vox.png",
desc = [[No force can hope to silence the wearer of this amulet.]],
level_range = {40, 50},
rarity = 220,
......
......@@ -1287,7 +1287,7 @@ newEntity{ base = "BASE_CLOAK",
newEntity{ base = "BASE_CLOAK",
power_source = {arcane=true},
unique = true,
name = "Wind's Whisper",
name = "Wind's Whisper", image="object/artifact/cloak_winds_whisper.png",
unided_name = "flowing light cloak",
desc = [[When the enchanter Razeen was cornered by Spellhunters near the Daikara mountain pass she wrapped her cloak about her and fled down a narrow ravine. The hunters fired volley after volley of arrows at her, but by miracle or magic they all missed. Razeen was able to escape and flee to the hidden city in the west.]],
level_range = {15, 25},
......@@ -1462,7 +1462,7 @@ newEntity{ base = "BASE_STAFF", define_as = "VOICE_TELOS",
power_source = {arcane=true},
unique = true,
name = "Voice of Telos",
unided_name = "scintillating white staff",
unided_name = "scintillating white staff", image="object/artifact/staff_voice_of_telos.png",
color = colors.VIOLET,
rarity = false,
desc = [[A closer look at this pure white staff reveals that it is really a plethora of colors swirling and scintillating.]],
......@@ -2175,7 +2175,7 @@ newEntity{ base = "BASE_AMULET",
power_source = {arcane=true},
unique = true,
name = "Zemekkys' Broken Hourglass", color = colors.WHITE,
unided_name = "a broken hourglass",
unided_name = "a broken hourglass", image="object/artifact/amulet_zemekkys_broken_hourglass.png",
desc = [[This small broken hourglass hangs from a thin gold chain. The glass is cracked and the sand has long since escaped.]],
level_range = {30, 40},
rarity = 300,
......
game/modules/tome/data/gfx/shockbolt/object/artifact/cloak_winds_whisper.png

8.19 KiB

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

7.14 KiB

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

8.13 KiB

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

3.91 KiB

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

4.36 KiB

......@@ -67,7 +67,7 @@ newEntity{
power_source = {nature=true},
define_as = "PUTRESCENT_POTION",
type = "corpse", subtype = "blood",
name = "Wyrm Bile", unique=true, unided_name="putrescent potion", image = "object/elixir_of_stoneskin.png",
name = "Wyrm Bile", unique=true, unided_name="putrescent potion", image="object/artifact/vial_wyrm_bile.png",
display = "*", color=colors.VIOLET,
desc = [[A vial of thick, lumpy fluid. Who knows what this will do to you if you drink it?]],
cost = 3000,
......
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