COMBAT DEFENSE(order)

Post Reply
Gorth
Member
Posts: 116
Joined: Tue May 14, 2024 1:20 pm

COMBAT DEFENSE(order)

Post by Gorth »

Pretty simple idea, in theory. Programming it would probably not be the easiest. Basically works like this:

> COMBAT DEFENSE
When attacked, defenses will attempt to be rolled in the following order, when applicable:
dodge
block
parry
Armor Deflection*
I'm not sure, syntactically, what the best way to set an order would be, other than having to parse a raw string of the order, which sounds kind of messy, or having the manual swapping, something like:

> COMBAT DEFENSE SWAP PARRY BLOCK
dodge
parry
block
...
I just thought it would be nice, instead of having COMBAT DEFENSE set a defense, and that being the /only/ defense you get. In addition, it would let us set up an order that nets us more skill gain. Parry doesn't give any practice, or if we wanted parry first, for thematics, or something like that.
A man walking through stops to glare at Ceridwenn and says, "Hey, lady! Pack your things, I'm kickin' you outta town for the crime of putting your filthy boots up on the table like a heathen!" Someone from a nearby table then laughs, "Jord, stop being a jackwagon, they'd never let you wear a militia badge!" The first man then snickers and ambles, rather drunkenly it appears, to join his friend at the other table.
Dean
Member
Posts: 41
Joined: Tue Nov 26, 2024 7:22 am

Re: COMBAT DEFENSE(order)

Post by Dean »

This would go a long way toward doing away with weirder strategies for leveling defenses. Shield Use, for example, is hard to level because Dodge gets in the way, which results in weird (but necessary) strategies like purposefully encumbering yourself.

At a higher skill level, turning off all but one defense just kind of gets you killed. This idea would solve that!

Adding Deflective Defense to the list of defenses you can pick with this command would be nice also.

It'd also let classes that like to use specific defenses for counterattacks (guardian bashes, duelist main-gauche from parries, etc.) put them first in their lineup.
Post Reply

Return to “Feature Requests and Suggestions”