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

Renamed the Phial of Undeath to the Wintertide Phial (in opposition to the Summertide Phial)

git-svn-id: http://svn.net-core.org/repos/t-engine4@1820 51575b47-30f0-44d4-a5cc-537603b46e54
parent 7abe5224
No related branches found
No related tags found
No related merge requests found
......@@ -58,12 +58,12 @@ It is said the Conclave created this weapon for their warmaster during the dark
},
}
newEntity{ base = "BASE_LITE", define_as = "UNDEATH_PHIAL",
newEntity{ base = "BASE_LITE", define_as = "WINTERTIDE_PHIAL",
unided_name = "phial filled with darkness", unique = true,
name = "Phial of Undead", color=colors.DARK_GREY,
name = "Wintertide Phial", color=colors.DARK_GREY,
desc = [[This phial seems filled with darkness, yet it cleanses your thoughts.]],
level_range = {1, 10},
rarity = 220,
rarity = 200,
encumber = 2,
cost = 50,
material_level = 2,
......
......@@ -84,7 +84,7 @@ This specimen look like it was hastily assembled and is not really complete yet.
resolvers.sustains_at_birth(),
resolvers.drops{chance=100, nb=3, {ego_chance=100} },
resolvers.drops{chance=100, nb=1, {defined="UNDEATH_PHIAL", random_art_replace={chance=75}} },
resolvers.drops{chance=100, nb=1, {defined="WINTERTIDE_PHIAL", random_art_replace={chance=75}} },
ai = "dumb_talented_simple", ai_state = { talent_in=4, ai_move="move_astar", },
......
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