Skip to content
Snippets Groups Projects
Commit 6694196f authored by dg's avatar dg
Browse files

fixes

git-svn-id: http://svn.net-core.org/repos/t-engine4@275 51575b47-30f0-44d4-a5cc-537603b46e54
parent b9f379dd
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ newEntity{
rarity = 6,
cost = 2,
wielder = {
combat_defense = resolvers.mbonus(15, 5),
combat_def = resolvers.mbonus(15, 5),
},
}
......
......@@ -198,7 +198,7 @@ newEntity{ base = "BASE_POTION",
}
newEntity{ base = "BASE_POTION",
name = "potion of see invisibile",
name = "potion of see invisible",
color = colors.YELLOW,
level_range = {5, 30},
rarity = 6,
......
newEntity{
define_as = "BASE_SCROLL",
type = "scroll", subtype="scroll",
unided_name = "potion",
unided_name = "scroll",
display = "?", color=colors.WHITE, image="object/scroll-0x0.png",
encumber = 0.1,
stacking = true,
......
......@@ -33,7 +33,7 @@ newEntity{
level_range = {1, 10},
display = "~", color=colors.YELLOW,
encumber = 1,
rarity = 1,
rarity = 100,
desc = [[A small crystal phial, with the light of Earendil's Star contained inside. Its light is imperishable, and near it darkness cannot endure.]],
cost = 2000,
......
......@@ -27,7 +27,7 @@ newTalent{
}
newTalent{
name = "Indentify",
name = "Identify",
type = {"spell/divination", 2},
require = spells_req2,
points = 5,
......
......@@ -192,8 +192,8 @@ newEffect{
type = "magical",
status = "beneficial",
parameters = { power=10 },
on_gain = function(self, err) return "#Target# eyes tingle." end,
on_lose = function(self, err) return "#Target# eyes tingle no more." end,
on_gain = function(self, err) return "#Target#'s eyes tingle." end,
on_lose = function(self, err) return "#Target#'s eyes tingle no more." end,
activate = function(self, eff)
eff.tmpid = self:addTemporaryValue("see_invisible", eff.power)
end,
......
No preview for this file type
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