sIKE23 / Mage-Wars

Mage Wars for OCTGN
7 stars 5 forks source link

Add Grapple Conditon and Marker #355

Open sIKE23 opened 8 years ago

sIKE23 commented 8 years ago

@ACG8

When one creature Grapples another, give that creature a Grapple marker and attach them to each other.

Thoughts?

ACG8 commented 8 years ago

Well, we definitely can't just attach them to each other. That is, we can't create a Grapple relation that is symmetric between the two creatures; one will have to be the grappler and one will have to be the grapplee, otherwise it is impossible to determine how to orient them with respect to each other.

sIKE23 commented 8 years ago

One will have a Grapple Marker....

On Thu, Apr 14, 2016 at 12:19 AM, Ananda notifications@github.com wrote:

Well, we definitely can't just attach them to each other. That is, we can't create a Grapple relation that is symmetric between the two creatures; one will have to be the grappler and one will have to be the grapplee, otherwise it is impossible to determine how to orient them with respect to each other.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/sIKE23/Mage-Wars/issues/355#issuecomment-209767191

ACG8 commented 8 years ago

Right, but in order to orient the cards we will need to determine which one is moved in response to the other. Basically, I am thinking handle it like attach/bind/mount, but with grapple.

That said, we are running out of directions to splay the cards.

sIKE23 commented 8 years ago

Well lets push them together like Mount, but use card.filter to show that they are grappled....

//FC

On Thu, Apr 14, 2016 at 12:23 AM, Ananda notifications@github.com wrote:

Right, but in order to orient the cards we will need to determine which one is moved in response to the other. Basically, I am thinking handle it like attach/bind/mount, but with grapple.

That said, we are running out of directions to splay the cards.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/sIKE23/Mage-Wars/issues/355#issuecomment-209768881