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

fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@5055 51575b47-30f0-44d4-a5cc-537603b46e54
parent 14b14b50
No related branches found
No related tags found
No related merge requests found
......@@ -324,5 +324,5 @@ newEntity{
[Stats.STAT_STR] = resolvers.mbonus_material(5, 1),
},
combat_apr = resolvers.mbonus_material(10, 5),
},
),
}
......@@ -402,7 +402,7 @@ newEntity{
greater_ego = 1,
rarity = 20,
cost = 40,
resolvers.charmt(Talents.T_MOONLIGHT_RAY, 4, power = 8),
resolvers.charmt(Talents.T_MOONLIGHT_RAY, 4, 8),
wielder = {
combat_spellpower = resolvers.mbonus_material(7, 3),
},
......
......@@ -300,7 +300,7 @@ newEntity{
},
},
resolvers.charm("completes a nature powered mindstar set", 20,
use = function(self, who, ms_inven)
function(self, who, ms_inven)
who:showEquipment("Resonate with which mindstar?", function(o) return o.subtype == "mindstar" and o.set_list and o ~= self and o.power_source and o.power_source.psionic and not o.set_complete end, function(o)
-- remove any existing set properties
self.define_as =nil
......@@ -412,7 +412,7 @@ newEntity{
game.logPlayer(who, "#SLATE#The link between the mindstars is broken.")
end,
resolvers.charm("call the drake in an elemental mindstar", 20,
use = function(self, who, ms_inven)
function(self, who, ms_inven)
who:showEquipment("Call the drake in which mindstar?", function(o) return o.subtype == "mindstar" and o.is_drake_star and not o.set_list end, function(o)
-- remove any existing sets from the mindstar
o.set_list = nil
......
......@@ -472,7 +472,7 @@ newEntity{
greater_ego = 1,
rarity = 20,
cost = 40,
resolvers.charmt(Talents.T_TIME_SHIELD, {2,3,4,5}, 30 },
resolvers.charmt(Talents.T_TIME_SHIELD, {2,3,4,5}, 30 ),
wielder = {
resists={
[DamageType.TEMPORAL] = resolvers.mbonus_material(10, 5),
......
......@@ -182,7 +182,7 @@ newEntity{
wielder = {
lite = resolvers.mbonus_material(4, 1),
},
resolvers.charmt(Talents.T_ILLUMINATE, {1,2}, 6},
resolvers.charmt(Talents.T_ILLUMINATE, {1,2}, 6),
}
newEntity{
......
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