Call for a few more spells

All development conversation and discussion takes place here

Moderator: Moderator

Post Reply
Message
Author
darkgod
Master of Eyal
Posts: 10750
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Call for a few more spells

#1 Post by darkgod »

Hello

I am implementing lots of spells for next RFT (already 41 implemented and working ones).
I'm following a pattern of 4 spells per schools, I have found all spells for all schools but two.
I miss one Temporal and one Nature spell.

Temporal currently have:
- Time Prison: takes out the target from the flow of time, rendering it invulnerable but unable to act for a while
- Congeal Time: slows down the target
- Essence of Speed: hasten the caster

Nature currently have:
- Regeneration: heal over time
- Heal: heal ...
- Nature's Call: summon a nature ally (not implemented yet)

Ideas welcome!
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

madmonk
Reaper
Posts: 2257
Joined: Wed Dec 12, 2007 12:21 am
Location: New Zealand

Re: Call for a few more spells

#2 Post by madmonk »

Time Storm!

Does damage over an area! Increasing skill points increases damage, not size of area!

Nature Bolt

Causes damage to undead only! Increasing skill points increases damage and maybe it beams at the top level.
Regards

Jon.

darkgod
Master of Eyal
Posts: 10750
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: Call for a few more spells

#3 Post by darkgod »

Time Storm should do mor than just damage, there are enough AOE in the elemental schools :)
What's the use of Nature Bolt, when you get all other damage types, and they work on all ?
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

Shoob
Reaper
Posts: 1535
Joined: Mon Jan 22, 2007 6:31 pm
Location: East of the sun, west of the moon

Re: Call for a few more spells

#4 Post by Shoob »

maybe make the nature one a grow barrier (rock/trees/etc), knocking back and damaging any monster inside of it (if centered around the player)
later levels let you target it.

Code: Select all

.....
.xxx.
.x@x.
.xxx.
.....
any monster in the x's would be knocked back away from the @, and replaced with a barrier. if it is targeted, make sure they are knocked away from the target and not necessarily the pc (something that was wrong with t2)
Oliphant am I, and I never lie.

darkgod
Master of Eyal
Posts: 10750
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: Call for a few more spells

#5 Post by darkgod »

Earth's got Stone Wall, which "grows" a temporary zone of walls (they revert back to normal terrain after a while) :)
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

Shoob
Reaper
Posts: 1535
Joined: Mon Jan 22, 2007 6:31 pm
Location: East of the sun, west of the moon

Re: Call for a few more spells

#6 Post by Shoob »

hmmm... ok...

how about temporal

either:

a) delay damage... any damage you receive while spell is activated is put in a pool and slowly given to you each turn until the pool is empty... the duration and pool size increase with level (and magic for the pool size). If the pool is full you get the damage + the pool damage you would normally take, or

b) speed casting... lets you cast spells faster, or

c) spell binding... lets you cast several spells at once for more mana that it normally would cost. # of spells increases with level (mana cost is reduced per level, and is dependant on how many spells are chosen)
Oliphant am I, and I never lie.

Shoob
Reaper
Posts: 1535
Joined: Mon Jan 22, 2007 6:31 pm
Location: East of the sun, west of the moon

Re: Call for a few more spells

#7 Post by Shoob »

ok... more nature ideas:

nature attunement: lets you walk through trees (1), then breath underwater (3), then mountains (4), then eventually fly (5). (name should be changed) (cooldown should be slightly more than duration at lvl 5, or make this a passive skill (like stoneskin), with heavy mana cost)
Oliphant am I, and I never lie.

darkgod
Master of Eyal
Posts: 10750
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: Call for a few more spells

#8 Post by darkgod »

Wings of Wind in Air allows flying :)

Speed casting is indeed a possibility! But there is Quicken Spells in Meta school that reduces the cooldown of all spells. Both of those would be a tad powerfull maybe ... humm

I quite like the delayed damage thingie ... hummmm :=)
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

madmonk
Reaper
Posts: 2257
Joined: Wed Dec 12, 2007 12:21 am
Location: New Zealand

Re: Call for a few more spells

#9 Post by madmonk »

Time Split:

Create multiple copies of yourself...

Nature Revival
Like Recovery in T2
Regards

Jon.

darkgod
Master of Eyal
Posts: 10750
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: Call for a few more spells

#10 Post by darkgod »

I've implemented Time Shield :)
It absorbs all damage for a short while and when time is up, or max capacity is reached, it collapses into a DOT.
I've added a "similar" mechasnism to Disruption Shield. It is a sustained ability so it has no timeout, but if the shield tries to absorb more damage
than your mana allows it crumbles, deactivates and explodes for the total amount of damage absorbed until then.

This can lead to some fun tactics, like when you run low on mana deliberatly activating time shield while disruption shield still holds, lettings it explode for massive damage, and then you have 5 turns to handle the DOT, while having 0 mana, or you'll die :)
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

Shoob
Reaper
Posts: 1535
Joined: Mon Jan 22, 2007 6:31 pm
Location: East of the sun, west of the moon

Re: Call for a few more spells

#11 Post by Shoob »

This can lead to some fun tactics, like when you run low on mana deliberatly activating time shield while disruption shield still holds, lettings it explode for massive damage, and then you have 5 turns to handle the DOT, while having 0 mana, or you'll die
like drinking a potion of restore all mana ;)
Oliphant am I, and I never lie.

darkgod
Master of Eyal
Posts: 10750
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: Call for a few more spells

#12 Post by darkgod »

You'll still have to heal up, either with the spell if you have it or potions.
Anyway it's meant to be a fun tactic not a delay-death-by-5-turns :)
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

madmonk
Reaper
Posts: 2257
Joined: Wed Dec 12, 2007 12:21 am
Location: New Zealand

Re: Call for a few more spells

#13 Post by madmonk »

darkgod wrote:You'll still have to heal up, either with the spell if you have it or potions.
Anyway it's meant to be a fun tactic not a delay-death-by-5-turns :)
Which means you will have to deal with the following situation:

Kill the two Wizards, use the technique you described above in the fight, retire immediately! We have a winner (even though they are dead!)
Regards

Jon.

darkgod
Master of Eyal
Posts: 10750
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: Call for a few more spells

#14 Post by darkgod »

Well not really, time shieldhas a max amount of absorb. So if you were to charge up your disruption shield with 200000 damage and let it unleash on them, you would die from the blast anyway.

Anyway the solution would be simple: killing them is not the win condition, but closing the portal (or going through it) is. Portal which is in a room too far away to not have time shield crumble :)
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

Post Reply