It is currently 16 Apr 2024, 11:46
   
Text Size

Worship prevented any further damage.

Moderators: ubeefx, beholder, melvin, ShawnieBoy, Lodici, CCGHQ Admins

Worship prevented any further damage.

Postby Lodici » 04 Jun 2014, 14:07

Yes, I understood the first time!
Untitled.png

and I lost. Again. Monty seems to tougher to beat recently.
User avatar
Lodici
Programmer
 
Posts: 399
Joined: 13 Oct 2013, 09:44
Has thanked: 29 times
Been thanked: 71 times

Re: Worship prevented any further damage.

Postby ShawnieBoy » 05 Jun 2014, 14:44

Ahh, yes, that doesn't look good.
However Worship triggers for every source of damage it prevents if already at 1 life. That's gonna get quite spammy during combat. Possibly not having it on the script is a safer way to go, and maybe integrating it somehow into the damage/prevention system. But even then, It would still remain spammy for each source of damage prevented.

Although technically it doesn't 'prevent' damage in the standard sense, just stops your life dropping below 1. Damage replacement effect, in a way.
User avatar
ShawnieBoy
Programmer
 
Posts: 601
Joined: 02 Apr 2012, 22:42
Location: UK
Has thanked: 80 times
Been thanked: 50 times

Re: Worship prevented any further damage.

Postby Lodici » 05 Jun 2014, 17:35

Only create a log entry if player life > 1 before Worship is activated?

Code: Select all
if (Player life > 1) {
     activate Worship;
     print log entry "Worship prevented any further damage";
}
User avatar
Lodici
Programmer
 
Posts: 399
Joined: 13 Oct 2013, 09:44
Has thanked: 29 times
Been thanked: 71 times

Re: Worship prevented any further damage.

Postby ShawnieBoy » 05 Jun 2014, 17:49

That would stop the spam, but would also stop all references to the activation when at 1 life. Would be just as confusing if it wasn't there in the first place (ie. someone casting it when at 1 life and not taking damage for a few turns, so you forget it's there)

I still think somehow getting damage prevention messages into the combat damage log would be better, as you can see, the combat damage info appears before the card trigger text.
User avatar
ShawnieBoy
Programmer
 
Posts: 601
Joined: 02 Apr 2012, 22:42
Location: UK
Has thanked: 80 times
Been thanked: 50 times


Return to Development

Who is online

Users browsing this forum: No registered users and 10 guests

cron

Who is online

In total there are 10 users online :: 0 registered, 0 hidden and 10 guests (based on users active over the past 10 minutes)
Most users ever online was 4143 on 23 Jan 2024, 08:21

Users browsing this forum: No registered users and 10 guests

Login Form