It is currently 23 Apr 2024, 09:00
   
Text Size

Life total effect on speed of attacks

MicroProse's Shandalar Campaign Game, now with new cards & a new look!

Moderators: BAgate, drool66, Aswan jaguar, gmzombie, stassy, CCGHQ Admins

Life total effect on speed of attacks

Postby skary » 28 Jun 2021, 12:05

I know I read somewhere that the speed with which attacks occur on cities varies with your life total.

Does anyone have a link to whoever said that or know if there are breakpoints for the life totals and what effect they have?

Thanks.
skary
 
Posts: 3
Joined: 28 Jun 2021, 12:02
Has thanked: 0 time
Been thanked: 0 time

Re: Life total effect on speed of attacks

Postby Aswan jaguar » 29 Jun 2021, 11:49

skary wrote:I know I read somewhere that the speed with which attacks occur on cities varies with your life total.
I don't know about that but in top difficulty level (I only play that so I don't know about the rest) I have noticed that the time between attacks to cities becomes less and less as the number of cities taken by the wizards increases.
---
Trying to squash some bugs and playtesting.
User avatar
Aswan jaguar
Super Tester Elite
 
Posts: 8078
Joined: 13 May 2010, 12:17
Has thanked: 730 times
Been thanked: 458 times

Re: Life total effect on speed of attacks

Postby Korath » 30 Jun 2021, 23:53

Unmodified Shandalar bases the siege rate only on the difficulty level chosen at the start of the game, and how long the game's lasted. The logic looks like:
Code: Select all
if (!(monstertimer & 0x1F) && player_heading)
  {
    if (food)
      --food;
    if (!Scards[WORLDMAGIC_FRUIT_OF_SUSTENANCE].worldmagic_city && terrain_1 == TERRAIN_FOREST)
      food += 2;
    ++siege_timer;
    ++quest_and_restocking_timer;
    if (!(siege_timer & 0x3F))
      {
        begin_siege();
        siege_timer += clamp(siege_timer / 256 + opponent_skill, 0, 16);
      }
    if ((siege_timer & 0x3F) == 24)
      {
        besieged_city_is_conquered();
        siege_timer += clamp(siege_timer / 64 + 2 * opponent_skill, 0, 32);
      }
    map_needs_redraw = 1;
    if (siege_timer >= 8)
      unused_591214 = 1;
  }
skary wrote:I know I read somewhere that the speed with which attacks occur on cities varies with your life total.
I'd be very interested to learn where you read this. None of the public versions of modified Shandalar change the siege rate. Later ones do, in fact, have an option to base it on your life.
User avatar
Korath
DEVELOPER
 
Posts: 3707
Joined: 02 Jun 2013, 05:57
Has thanked: 496 times
Been thanked: 1106 times

Re: Life total effect on speed of attacks

Postby skary » 04 Jul 2021, 08:18

Korath wrote:I'd be very interested to learn where you read this. None of the public versions of modified Shandalar change the siege rate. Later ones do, in fact, have an option to base it on your life.
Ok, so I probably read the about the options in some version and got mixed up, thanks!
skary
 
Posts: 3
Joined: 28 Jun 2021, 12:02
Has thanked: 0 time
Been thanked: 0 time


Return to Shandalar

Who is online

Users browsing this forum: No registered users and 20 guests

cron

Who is online

In total there are 20 users online :: 0 registered, 0 hidden and 20 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 20 guests

Login Form