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

Artifact gems will popup lore as other artifacts

git-svn-id: http://svn.net-core.org/repos/t-engine4@6224 51575b47-30f0-44d4-a5cc-537603b46e54
parent a04b493f
No related branches found
No related tags found
No related merge requests found
......@@ -408,6 +408,7 @@ newEntity{ base = "BASE_GEM",
color = colors.WHITE, image = "object/artifact/petrified_wood.png",
level_range = {35, 45},
rarity = 280,
identified = false,
desc = [[A piece of the scorched wood taken from the remains of Snaproot.]],
rarity = false,
cost = 100,
......@@ -834,6 +835,7 @@ newEntity{ base = "BASE_GEM", define_as = "CRYSTAL_FOCUS",
level_range = {5, 12},
desc = [[This crystal radiates the power of the Spellblaze itself.]],
rarity = 200,
identified = false,
cost = 50,
material_level = 2,
......@@ -905,6 +907,7 @@ newEntity{ base = "BASE_GEM", define_as = "CRYSTAL_HEART",
level_range = {35, 42},
desc = [[This crystal is huge, easily the size of your head. It sparkles brilliantly almost of its own accord.]],
rarity = 250,
identified = false,
cost = 200,
material_level = 5,
......
......@@ -136,6 +136,7 @@ newEntity{ base = "BASE_GEM",
rarity = 300,
cost = 300,
material_level = 5,
identified = false,
carrier = {
on_melee_hit = {[DamageType.HEAL] = 34},
life_regen = -2,
......
......@@ -436,6 +436,7 @@ newEntity{ base = "BASE_GEM",
level_range = {20, 30},
color=colors.YELLOW,
encumber = 1,
identified = false,
rarity = 250,
material_level = 3,
desc = [[The first Halfling mages during the Age of Allure discovered how to capture the Sunlight and infuse gems with it.
......@@ -1584,6 +1585,7 @@ newEntity{ base = "BASE_GEM", define_as = "GEM_TELOS",
level_range = {35, 45},
desc = [[A closer look at this pure white crystal reveals that it is really a plethora of colors swirling and scintillating.]],
rarity = 240,
identified = false,
cost = 200,
material_level = 5,
carrier = {
......@@ -5033,6 +5035,7 @@ newEntity{ base = "BASE_GEM", --Thanks SageAcrin and Graziel!
desc = [[This cracked gemstone appears faded with age. It appears to have once been the eye of a golem.]],
rarity = 240,
cost = 200,
identified = false,
material_level = 3,
wielder = {
inc_stats = {[Stats.STAT_MAG] = 5, [Stats.STAT_CON] = 5, },
......
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