Page 10 of 21
Re: Multiple magic schools spells pack
Posted: Tue Oct 11, 2016 11:08 pm
by AndakRainor
Do you mean Demonic Pact?
But yes, there are generic conditions that only show energy or health is regenerating or consumed, it is never duplicated (and has no effect).
Re: Multiple magic schools spells pack
Posted: Tue Oct 11, 2016 11:13 pm
by zimberzimber
AndakRainor wrote:Do you mean Demonic Pact?
Yea
AndakRainor wrote:But yes, there are generic conditions that only show energy or health is regenerating or consumed, it is never duplicated (and has no effect).
Ah I see now. Thanks for clarifying
Re: Multiple magic schools spells pack
Posted: Thu Oct 13, 2016 12:35 pm
by zimberzimber
Also forgot to mention that since you've redefined Frostburst, Ice Bombs don't always freeze monsters.
Re: Multiple magic schools spells pack
Posted: Thu Oct 13, 2016 4:02 pm
by AndakRainor
That's weird! I did not redefine "frostburst" but this new object instead:
Code: Select all
defineObject{
name = "frostburst_cast",
baseObject = "frostburst",
components = {
{
class = "TileDamager",
attackPower = 11,
castByChampion = 1,
damageType = "cold",
sound = "frostburst",
onHitMonster = function(self, monster)
monster:setCondition("frozen", math.random()*(3+party.party:getChampionByOrdinal(self:getCastByChampion()):getSkillLevel("water_magic")))
end,
},
},
}
I have done the same (added "_cast" to the name) to all spells objects I use, exactly to avoid overwriting anything and mess with monsters or spawners spells.
Re: Multiple magic schools spells pack
Posted: Thu Oct 13, 2016 4:13 pm
by zimberzimber
Strange... Could've been something else, because I swear I threw 3 bombs at a monster (Not sure which, but definitely not immune to frozen in vanilla) and it didn't get frozen. (took damage though)
If I'll find extra cold bombs, I'll be sure to double check that.
Re: Multiple magic schools spells pack
Posted: Fri Oct 14, 2016 1:52 am
by AndakRainor
Is anyone currently playing with one of the previous 2.x versions? I have experiments to do on saved game file but I don't have one myself!
Re: Multiple magic schools spells pack
Posted: Fri Oct 14, 2016 2:16 am
by zimberzimber
AndakRainor wrote:Is anyone currently playing with one of the previous 2.x versions? I have experiments to do on saved game file but I don't have one myself!
Here you go - [
link]
Re: Multiple magic schools spells pack
Posted: Fri Oct 14, 2016 2:21 am
by AndakRainor
Many thanks! Do you know which version it is?
Re: Multiple magic schools spells pack
Posted: Fri Oct 14, 2016 2:23 am
by zimberzimber
AndakRainor wrote:Many thanks! Do you know which version it is?
I would if you had included version numbers
anywhere on the file or its description
But I'm pretty sure its not the current one.
Re: Multiple magic schools spells pack
Posted: Fri Oct 14, 2016 2:26 am
by AndakRainor