[Home] [Groups] - Message: [Prev in Group] [Next in Group]
1176: Re: [MUD-Dev] Re: Combat
[Full Header] [Plain Text]
From: "Chris Gray" <cg@ami-cg.GraySage.Edmonton.AB.CA>
Newsgroups: nu.kanga.list.mud-dev
Date: Tue, 29 Apr 97 08:02:57 MST
Organization: Kanga.Nu
[Jon L:]
:I would venture to guess that if your NPCs make their attacks regular time
:frames of duration X and your PCs attacks/commands are processed at a
:regular rate of Y(orX) duration you do indeed have rounds.
NPC's attack cycle is usually random, based on their 'speed' stat. Some
are down to a couple of seconds. Players can attack as often as they can
ram the commands through. However, on every player attack, the NPC has
a swing too (unless it just got killed). Which hit connects first depends
(with randomness) on the two speed attributes. Not a lot of planning went
into the system, but it seems to work not bad. Does this count as 'rounds'?
I think I would handle combat-fatigue and busy-ness (if I ever put it in!)
as a simple time-interval computation from the last "hard" command executed.
--
Chris Gray cg@ami-cg.GraySage.Edmonton.AB.CA