Hello!
I'm making a system!
This system is kind of a card/icon based system. It uses a timeline. The cards are broken into 4 cards on the enemy and player side. The cards move towards the center where the point of conflict resolves a formula to push either the player's or the enemy's command to action. Kinda like this:
[][][][][^]{}{}{}{}
[] - Enemy card/icon slot 0-4
{} - Player card/icon slot 0-4
[^] - Point of conflict
^ - The "winner" of the conflict formula becomes the action
I can probably get the cards on the timeline, the only thing I need help with is figuring out what to do to have this resolve the conflict and then perform the action.
Each slot is empty at the start of a battle. The player places actions (cards/icons) from basic choices like Attack, Defend, Item, etc and then they have a deck.
The deck contains buffs, de-buffs, shuffles, cards that kick cards out of the timeline, speed up timeline, etc. The affect cards.
Anywho, that is my issue right now. I can get most of this stuff done, but I need this or I can resolve making this at all.
I will work on improving my coding skills as I go back to school here soon, but it would be nice to work on this prior.
Please leave your questions and comments below!
Thank you so much!
I'm making a system!
This system is kind of a card/icon based system. It uses a timeline. The cards are broken into 4 cards on the enemy and player side. The cards move towards the center where the point of conflict resolves a formula to push either the player's or the enemy's command to action. Kinda like this:
[][][][][^]{}{}{}{}
[] - Enemy card/icon slot 0-4
{} - Player card/icon slot 0-4
[^] - Point of conflict
^ - The "winner" of the conflict formula becomes the action
I can probably get the cards on the timeline, the only thing I need help with is figuring out what to do to have this resolve the conflict and then perform the action.
Each slot is empty at the start of a battle. The player places actions (cards/icons) from basic choices like Attack, Defend, Item, etc and then they have a deck.
The deck contains buffs, de-buffs, shuffles, cards that kick cards out of the timeline, speed up timeline, etc. The affect cards.
Anywho, that is my issue right now. I can get most of this stuff done, but I need this or I can resolve making this at all.
I will work on improving my coding skills as I go back to school here soon, but it would be nice to work on this prior.
Please leave your questions and comments below!
Thank you so much!