Skip to content
Snippets Groups Projects
Commit 59b7e119 authored by dg's avatar dg
Browse files

New artifacts!

git-svn-id: http://svn.net-core.org/repos/t-engine4@2440 51575b47-30f0-44d4-a5cc-537603b46e54
parent e04f2251
No related branches found
No related tags found
No related merge requests found
......@@ -52,3 +52,23 @@ newEntity{ base = "BASE_SCROLL", define_as = "JEWELER_SUMMON", subtype="tome", n
use = function(self, who) who:hasQuest("master-jeweler"):summon_limmir(who) end
},
}
newEntity{ base = "BASE_AMULET",
unique = true,
name = "Pendent of the Sun and Moon", color = colors.LIGHT_SLATE,
unided_name = "a gray and gold pendent",
desc = [[This small pendent depicts a hematite moon eclipsing a golden sun and according to legend was worn by one of the Sunwall's founders.]],
level_range = {35, 45},
rarity = 300,
cost = 200,
material_level = 4,
wielder = {
combat_spellpower = 5,
combat_spellcrit = 5,
inc_damage = { [DamageType.LIGHT]= 7,[DamageType.DARKNESS]= 7 },
resists = { [DamageType.LIGHT]= 10, [DamageType.DARKNESS]= 10 },
resists_cap = { [DamageType.LIGHT]= 5, [DamageType.DARKNESS]= 5 },
},
max_power = 60, power_regen = 1,
use_talent = { id = Talents.T_CIRCLE_OF_SANCTITY, level = 2, power = 60 },
}
......@@ -326,6 +326,28 @@ This star is the culmination of their craft. Light radiates from its ever-shifti
},
}
newEntity{ base = "BASE_LITE",
unique = true,
name = "Dúathedlen Heart",
unided_name = "a dark, fleshy mass",
level_range = {30, 40},
color = colors.RED,
encumber = 1,
rarity = 300,
desc = [[This dark red heart still beats despite being seperated from it's owner. It also snuffs out any light source that come near it]],
cost = 100,
wielder = {
lite = -1000,
infravision = 7,
resists_cap = { [DamageType.LIGHT] = 10 },
resists = { [DamageType.LIGHT] = 30 },
},
max_power = 15, power_regen = 1,
use_talent = { id = Talents.T_BLOOD_GRASP, level = 3, power = 10 },
}
newEntity{
unique = true,
type = "potion", subtype="potion",
......@@ -917,6 +939,65 @@ newEntity{ base = "BASE_GLOVES",
},
}
newEntity{ base = "BASE_GAUNTLETS",
unique = true,
name = "Dakhtun's Gauntlets", color = colors.STEEL_BLUE,
unided_name = "expertly-crafted dwarven-steel gauntlets",
desc = [[Fashioned by Grand Smith Dakhtun in the Age of Allure, these dwarven-steel gauntlets have been etched with golden arcane runes and are said to grant the wearer unparalleled physical and magical might.]],
level_range = {40, 50},
rarity = 300,
cost = 2000,
material_level = 3,
wielder = {
inc_stats = { [Stats.STAT_STR] = 6, [Stats.STAT_MAG] = 6 },
inc_damage = { [DamageType.PHYSICAL] = 10 },
combat_physcrit = 10,
combat_spellcrit = 10,
combat_critical_power = 50,
},
}
newEntity{ base = "BASE_GLOVES",
unique = true,
name = "Snow Giant Wraps", color = colors.SANDY_BROWN,
unided_name = "fur-lined leather wraps",
desc = [[Two large pieces of leather designed to be wrapped about the hands and the forearms. This particular pair of wraps has been enchanted, imparting the wearer with great strength.]],
level_range = {15, 25},
rarity = 200,
cost = 500,
material_level = 1,
wielder = {
inc_stats = { [Stats.STAT_STR] = 4, },
resists = { [DamageType.COLD]= 10, [DamageType.LIGHTNING] = 10, },
knockback_immune = 0.5,
max_life = 60,
},
max_power = 6, power_regen = 1,
use_talent = { id = Talents.T_THROW_BOULDER, level = 2, power = 6 },
}
newEntity{ base = "BASE_GAUNTLETS",
unique = true,
name = "Storm Bringer's Guantlets", color = colors.LIGHT_STEEL_BLUE,
unided_name = "fine-mesh gauntlets",
desc = [[This pair of fine mesh voratun gauntlets is covered with glyphs of power that spark with azure energy. The metal is supple and light so as not to interfere with spell-casting. When and where these gauntlets were forged is a mystery but odds are the crafter knew a thing or two about magic.]],
level_range = {25, 35},
rarity = 250,
cost = 1000,
material_level = 5,
require = nil,
wielder = {
inc_stats = { [Stats.STAT_MAG] = 4, },
resists = { [DamageType.LIGHTNING] = 15, },
inc_damage = { [DamageType.LIGHTNING] = 10 },
resists_cap = { [DamageType.LIGHTNING] = 5 },
combat_spellcrit = 5,
combat_critical_power = 20,
},
max_power = 16, power_regen = 1,
use_talent = { id = Talents.T_CHAIN_LIGHTNING, level = 3, power = 16 },
}
newEntity{ base = "BASE_CLOAK",
unique = true,
name = "Serpentine Cloak",
......
......@@ -43,7 +43,7 @@ return {
do_ponds = {
nb = {0, 2},
size = {w=25, h=25},
pond = {{0.6, "DEEP_WATER"}, {0.8, "DEEP_WATER"}},
pond = {{0.6, "DEEP_OCEAN_WATER"}, {0.8, "DEEP_OCEAN_WATER"}},
},
nb_rooms = {0,0,0,0,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