i7 / kerkerkruip

Kerkerkruip - the interactive fiction roguelike game
kerkerkruip.org
84 stars 13 forks source link

Allow reaction attacking with ranged weapons #305

Open curiousdannii opened 10 years ago

curiousdannii commented 10 years ago

From https://github.com/i7/ATTACK/issues/3: Allow attacking as a reaction if the attacker and defender are both using ranged weapons.

I will implement this as an ATTACK module/extension which we can then include in Kerkerkruip.

mciul commented 10 years ago

Ah, here's what I was talking about in #311. How is this going, Dannii?

curiousdannii commented 10 years ago

I didn't begin it yet. I won't have time in the near future (and should focus on Flexible Windows instead) so if you wanted to do it that would be fine.

VictorGijsbers commented 10 years ago

I know what you're talking about, concerning time! I've spent so much time on my house, now that my significant other is coming to live with me, that I've hardly been able to even get my work done, let alone program Kerkerkruip. But I have good hope that the near future will be better. :-)

mciul commented 9 years ago

Now that all of the ATTACK stuff is rolled into Kerkerkruip ATTACK, I think we can implement this without creating a separate extension.

I might do this myself if nobody minds, but I have some questions:

Does this work like the lash reaction, where you have a random chance of attacking first? Or will it strictly happen one way or the other? Does this make the lash reaction less special? Or would this reaction allow both attackers to keep their concentration, as if they were shooting simultaneously?