[Question] Is it possible to make a hit and run trait?
Is it possible to make a trait, or special attack, that allows you to attack and then moves you back a space or allows you to move again 1 space?
Is it possible to make a trait, or special attack, that allows you to attack and then moves you back a space or allows you to move again 1 space?
Yes.
How would I go about this?
Look at the rush skill... notice that this grants you another turn immediately after you own. Use the <ApplyToCaster> tag and use that same initiative boost to yourself.
Secondly, look at hobble. Use the <ApplyToCaster> tag on this as well and set a duration of 2 turns.
Thirdly, look at the modifier DefendableDamage (The impale, spear attack, double strike all of these skills use it)
This will allow a character to attack and have a second turn to run away 1 space... or attack again. sort of a quick hit instead of a hit and run.
Althouth I haven't tried this you may consider the knockback ability done with the sheild bash and see the effects of this when you use <ApplyToCaster> tag. I'm not sure of the effects this will actually do.
***You could also set the attack to 0 for a duration of 2 rounds as well.*** that would prevent physical attacking.
***You could also add the silence ability for 2 rounds as well*** stop them from casting spells.
Ok, that makes how to make an additional move skill after attack. Now how do I limit the movement to only 1 square instead of full movement so the skill is not overpowered?
You didn't read the hobble effect did you?
Gah didn't realize that was a two part answer just thought it was a rehash, I will dig now.
No problems
.
The entire post was a model on how to do what you want it to do. I don't know how to stop ability usage though.
Yeah that is what I was trying to restrict. I was thinking there might be a way to do a reverse pushback effect but was not sure how to go about it.
Basically the thought was would this effect work but changing the target type to self?
Its the knockback ability done with the shield bash. I just don't know what the effects would be for that.
<GameModifier>
<ModType>TacticalUnit</ModType>
<Attribute>TargetMovesBack</Attribute>
<ApplyToCaster>1</ApplyToCaster>
<Value>1</Value>
</GameModifier>
This is the modifier that you are intending. But I figured you wanted more of a choice of the run with the spell.
Bah, I was just about to post another way to do this. Oh well.
Yeah, try it out and see what happens.
What was your way of accomplishing this effect.
Alright here is the basic idea not sure if it works or not but here it is;
I was thinking about making the prereq for this ability be the Assassin Path going along with the mobile warrior theme and helping keep it alive in direct combat.
Another approach to this although doesn't look that nice is to provide the ability to attack with a range of 2 instead of one. Call it a hit and run and it is effectively the same thing. I think that this approach would work for the mobile warrior effect you are seeking, since it would also make anyone close to the assassin in striking distance.
Meh you are making things to easy :) I like to make my life more difficult....
Meh for some reason the game doesn't like it.
I didn't think that it would work (or if it did, not anyway predictable) with the knockback ability. So it comes down to the first method I presented or the attack with the range of 2.
Will likely use the attack range 2 as it achieves the same thing I am looking to do. Thanks for the ideas though.
Is it not working>> Explain to me exactly what you want to do and what isn't working.
Or if it is working the way you want then there is no need for further help heh.
Alright I set it to unlock within the Assassin Path and the ability shows up but the move back function does not work. I think its being resisted automatically.
What do you mean it is resisting it>
Yeah this doesn't work:
Yup, the 4th post has all those details in it
, but I think the attack within a 2 range is a cleaner (easier) solution.
I just used the range of 2 instead. It works for the same purpose but does not have the graphics of rushing in attacking and then backing up.
Welcome Guest! Please take the time to register with us.