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

Reduced the rarity of zone specific artifacts

git-svn-id: http://svn.net-core.org/repos/t-engine4@6216 51575b47-30f0-44d4-a5cc-537603b46e54
parent 4713e8de
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ newEntity{ base = "BASE_MUMMY_WRAPPING", define_as = "BINDINGS_ETERNAL_NIGHT",
desc = [[Woven through with fel magics of undeath, these bindings suck the light and life out of everything they touch. Any who don them will find themselves suspended in a nightmarish limbo between life and death.]],
color = colors.DARK_GREY,
level_range = {1, 50},
rarity = 130,
rarity = 20,
cost = 200,
material_level = 3,
wielder = {
......@@ -80,6 +80,7 @@ newEntity{ base = "BASE_LEATHER_CAP", define_as = "CROWN_ETERNAL_NIGHT",
color = colors.DARK_GREY,
level_range = {1, 50},
cost = 100,
rarity = 20,
material_level = 3,
wielder = {
combat_armor = 3,
......
......@@ -30,7 +30,7 @@ newEntity{ base = "BASE_MINDSTAR",
unided_name = "writhing mindstar",
level_range = {20, 32},
colors = colors.PURPLE , image = "object/artifact/writhing_essence_of_nightmares.png",
rarity = 50,
rarity = 30,
cost = 120,
require= {stat = { wil=30 }, },
material_level = 3,
......
......@@ -36,7 +36,7 @@ newEntity{ base = "BASE_CLOTH_ARMOR",
unided_name = "sleek fur robe",
desc = [[A beautifully soft robe of fine white fur. It looks designed for a halfling noble, with glorious sapphires sewn across the hems. But entrancing as it is you can't help but feel a little queasy wearing it.]],
level_range = {12, 22},
rarity = 50,
rarity = 20,
cost = 250,
material_level = 2,
wielder = {
......
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