Monday, December 15, 2008
Things I had’t paid attention to before
I learnt something on the weekend, something I had not bothered to really think about.
My Wapienica straight razor is a 4/8
My Carl Rader Solingen straight razor is 5/8
and my Thomas Turner Royal Navy straight razor is 6/8
Hmm, also consequently the wapi is the most delicate, and the Thomas Turner is positively wedge-like, its probably 1/4 or less hollow ground I think.
Filed Under : Life • Personal •
Tags:
(0) Comments
Human AI
Got some basic human AI going. This is for the generic humanoid/human thinking level enemies. It is only 80% implemented right now but the logic flow will be something like the following;
It basically goes like this right now;
- If there is an enemy next to me, switch to melee weapon and attack
- If no enemies around me, switch to ranged weapon and attack
- If I cant attack, move closer
I still have to wrangle spells in there.
I also don’t want everyone to fire off spells in the first couple of rounds and be left with nothing if combat goes on for more than a couple of rounds. I had thought that the lower the hit points the higher rated using spells should be. I also still need to factor skill into play. So someone with higher melee skill should think of using that first, rather than an abysmal magic rating, and thus a wizard should concentrate on spells before rushing headlong into battle with just a dagger and no melee skill…
The human level AI will probably be the most complex. Higher up intelligence AI is just tweaked human ai, and you can think of tweaks like, automatically picking the PC’s with the lowest hit points or other sneaky things. Dumb AI will just be of the rush-and-attack kind of thing with no sense of self preservation.
Filed Under : Computers • Development • Fishguts •
Tags:
(0) Comments