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

The artifact whips, the blood runed athame, the lost merchant and the assasin lord now have tiles

git-svn-id: http://svn.net-core.org/repos/t-engine4@3781 51575b47-30f0-44d4-a5cc-537603b46e54
parent 2c427af1
No related branches found
No related tags found
No related merge requests found
Showing
with 5 additions and 5 deletions
......@@ -664,7 +664,7 @@ newEntity{ base = "BASE_WHIP",
power_source = {arcane=true},
define_as = "WHIP_URH_ROK",
unided_name = "fiery whip",
name = "Whip of Urh'Rok", color=colors.PURPLE, unique = true,
name = "Whip of Urh'Rok", color=colors.PURPLE, unique = true, image = "object/artifact/whip_of_urh_rok.png",
desc = [[With this unbearably bright whip of flame, the demon master Urh'Rok has become known for never having lost in combat.]],
require = { stat = { dex=48 }, },
level_range = {40, 50},
......
......@@ -1616,7 +1616,7 @@ newEntity{ base = "BASE_WARAXE",
newEntity{ base = "BASE_WHIP",
power_source = {nature=true},
unided_name = "metal whip",
name = "Scorpion's Tail", color=colors.GREEN, unique = true,
name = "Scorpion's Tail", color=colors.GREEN, unique = true, image = "object/artifact/whip_scorpions_tail.png",
desc = [[A long whip of linked metal joints finished with a viciously sharp barb leaking venomous poison.]],
require = { stat = { dex=28 }, },
cost = 150,
......
game/modules/tome/data/gfx/shockbolt/npc/humanoid_human_assassin_lord.png

6.46 KiB

game/modules/tome/data/gfx/shockbolt/npc/humanoid_human_lost_merchant.png

6.06 KiB

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

9.62 KiB

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

7.19 KiB

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

8.09 KiB

......@@ -47,7 +47,7 @@ newEntity{ define_as = "ATHAME_WEST",
quest=true, unique="Blood-Runed Athame West", identified=true, no_unique_lore=true,
type = "misc", subtype="misc",
unided_name = "athame",
name = "Blood-Runed Athame",
name = "Blood-Runed Athame", image = "object/artifact/blood_runed_athame.png",
level_range = {50, 50},
display = "|", color=colors.VIOLET,
encumber = 1,
......
......@@ -43,7 +43,7 @@ newEntity{ define_as = "ATHAME_WEST2",
quest=true, unique="Blood-Runed Athame West2", identified=true, no_unique_lore=true,
type = "misc", subtype="misc",
unided_name = "athame",
name = "Blood-Runed Athame",
name = "Blood-Runed Athame", image = "object/artifact/blood_runed_athame.png",
level_range = {50, 50},
display = "|", color=colors.VIOLET,
encumber = 1,
......
......@@ -23,7 +23,7 @@ newEntity{ define_as = "ATHAME",
quest=true, unique=true, identified=true, no_unique_lore=true,
type = "misc", subtype="misc",
unided_name = "athame",
name = "Blood-Runed Athame",
name = "Blood-Runed Athame", image = "object/artifact/blood_runed_athame.png",
level_range = {50, 50},
display = "|", color=colors.VIOLET,
encumber = 1,
......
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