PSCD 0.9.9 - beta demo!
- jack1974
- Pack leader
- Posts: 15095
- Joined: Thu Jun 16, 2005 4:43 pm
Re: PSCD 0.8.4 - beta demo!
Yes will use another verb 
- Franka
- Elder Druid
- Posts: 1406
- Joined: Fri Nov 30, 2012 3:07 pm
Re: PSCD 0.8.4 - beta demo!
Good times.


- jack1974
- Pack leader
- Posts: 15095
- Joined: Thu Jun 16, 2005 4:43 pm
Re: PSCD 0.8.4 - beta demo!
Haha depends who the turn is! (joking, I know it's your turn).
- Franka
- Elder Druid
- Posts: 1406
- Joined: Fri Nov 30, 2012 3:07 pm
Re: PSCD 0.8.4 - beta demo!
That's why I left the flash on. 
- jack1974
- Pack leader
- Posts: 15095
- Joined: Thu Jun 16, 2005 4:43 pm
Re: PSCD 0.8.4 - beta demo!
I am coding mission 20 now. It's a rather tough fight against Queen Shiler in person, so I wanted to add some really nasty spell cards. The only issue I'm having is that I made a nice card:
Healing Chant
"Restores 5 hit points for each Marada alive on the battlefield."
but the AI is dumb so uses it even if the HP is at full
So I first need to find out how to tell the AI to use it only when is seriously injured!!
Healing Chant
"Restores 5 hit points for each Marada alive on the battlefield."
but the AI is dumb so uses it even if the HP is at full
So I first need to find out how to tell the AI to use it only when is seriously injured!!
-
Troyen
- Elder Druid
- Posts: 957
- Joined: Fri May 06, 2011 2:23 am
Re: PSCD 0.8.4 - beta demo!
Can you add card restrictions? E.g. I believe Hearthstone prevents you from healing something at full health.
-
SparkleBits
- Young scout
- Posts: 6
- Joined: Wed Feb 19, 2014 12:11 pm
Re: PSCD 0.8.4 - beta demo!
@troyen
He might be able to but it also wouldn't be good if the AI used the card when only 5 HP is missing or something, it seems like something you might want to only whip out at half health or below.
He might be able to but it also wouldn't be good if the AI used the card when only 5 HP is missing or something, it seems like something you might want to only whip out at half health or below.
- Franka
- Elder Druid
- Posts: 1406
- Joined: Fri Nov 30, 2012 3:07 pm
Re: PSCD 0.8.4 - beta demo!
You'll also want some units in play before the AI uses it, and it should play its units of the turn before the healing card. I'll be interested to see if you can get it to work.
Potentially it can give 35 life, that seems a bit over the top. Considering the AI can already toss out 5 small Matrick units in one turn on hard, if it can do the same with the Marada faction, this is going to be a bit rough.
Potentially it can give 35 life, that seems a bit over the top. Considering the AI can already toss out 5 small Matrick units in one turn on hard, if it can do the same with the Marada faction, this is going to be a bit rough.
- jack1974
- Pack leader
- Posts: 15095
- Joined: Thu Jun 16, 2005 4:43 pm
Re: PSCD 0.8.4 - beta demo!
My idea was to have it trigger only when the AI health is half or something (you both start at 50HP this battle) and if there were at least 2-3 units.
It might seem overpowered? well, like in Hearthstone, is your choice if you want to focus on hammering the opponent ignoring the played units, or try to kill the units quickly because they could be buffed and counterattack/destroy you
Currently though all those AI tweaks is quite problematic because it's not done in python but through a new system that I'm not yet familiar with
I was hoping Anima could write a manual like he did for the card design
(this framework is definitely much more complex and powerful than anything we've done before, including the RPG ones)
It might seem overpowered? well, like in Hearthstone, is your choice if you want to focus on hammering the opponent ignoring the played units, or try to kill the units quickly because they could be buffed and counterattack/destroy you
Currently though all those AI tweaks is quite problematic because it's not done in python but through a new system that I'm not yet familiar with
I was hoping Anima could write a manual like he did for the card design
- Franka
- Elder Druid
- Posts: 1406
- Joined: Fri Nov 30, 2012 3:07 pm
Re: PSCD 0.8.4 - beta demo!
My only real concern is if the AI plays 4-5 units the same turn it plays the healing. There's not much we can do to get rid of those units after all.jack1974 wrote:It might seem overpowered? well, like in Hearthstone, is your choice if you want to focus on hammering the opponent ignoring the played units, or try to kill the units quickly because they could be buffed and counterattack/destroy you
