@@ -1192,7 +1192,7 @@ newEntity{ base = "BASE_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.]],
desc=[[This sceptre, carved of ancient, blackened bone, holds a single gem of deep obsidian. You feel a dark power from deep within, looking to get out.]],
cost=math.random(700,1200),
cost=resolvers.rngrange(700,1200),
material_level=5,
require={stat={mag=50},},
...
...
@@ -2769,7 +2769,7 @@ newEntity{ base = "BASE_STAFF",
@@ -6083,7 +6083,7 @@ The heart which wishes that it be unseen.]],
level_range={40,50},
color=colors.BLACK,
rarity=370,
cost=math.random(700,1200),
cost=resolvers.rngrange(700,1200),
material_level=5,
wielder={
combat_def=14,
...
...
@@ -7947,7 +7947,7 @@ Any lightning damage you do that is more than 10% of the victim's maximum life w
Upon taking lightning damage >10% of your max life, your mind fires back, dealing 30% of the original damage as mind and trying to brainlock the target.
Upon taking mind damage >10% of your max life, you reflexively trigger the jolt, sending an arc of dazing lightning toward the target (damage based on mindpower).
This item can have up to 2 charges, with each charge having 4 turn cooldown.]]end,
cost=math.random(125,200),
cost=resolvers.rngrange(125,200),
material_level=2,
wielder={
inc_damage={
...
...
@@ -8153,7 +8153,7 @@ newEntity{ base = "BASE_GAUNTLETS",
desc=[[Crafted for a warlord who wanted to keep his subjects under a stralite grip. Dark thoughts went into the making of these gauntlets, literally.]],