Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Archer free fighting  (Read 879 times)

winner

  • Bay Watcher
    • View Profile
Archer free fighting
« on: September 16, 2009, 07:16:36 pm »

If you covered a field in archery targets would archers not be able to shoot creatures that are in it?
« Last Edit: September 16, 2009, 07:22:35 pm by winner »
Logged
The great game of Warlocks!

Psychoceramics

  • Bay Watcher
    • View Profile
Re: Archer free fighting
« Reply #1 on: September 16, 2009, 07:40:05 pm »

so your goal is to block line of sight? Archery targets may not work but regular walls would.
Logged

winner

  • Bay Watcher
    • View Profile
Re: Archer free fighting
« Reply #2 on: September 16, 2009, 07:50:56 pm »

my goal is to have an area with unimpeded movement but no danger of archers.
Logged
The great game of Warlocks!

Albedo

  • Bay Watcher
  • Menacing with spikes of curmudgeonite.
    • View Profile
Re: Archer free fighting
« Reply #3 on: September 16, 2009, 07:55:00 pm »

Danger for whom? Creatures?  (Because dwarves can't shoot their buddies.  Not without a ballista.)
Logged

Derakon

  • Bay Watcher
    • View Profile
Re: Archer free fighting
« Reply #4 on: September 16, 2009, 07:59:00 pm »

Presumably the desire is to let his melee units attack enemy archer units without getting shot.

I have no idea if enemy arrows can hit your targets. You should experiment and find out.
Logged
Jetblade - an open-source Metroid/Castlevania game with procedurally-generated levels

Ziusudra

  • Bay Watcher
    • View Profile
Re: Archer free fighting
« Reply #5 on: September 17, 2009, 02:42:55 am »

Staggered walls would allow movement while preventing archery:
Code: [Select]
######
#.#.#.
.#.#.#
######
#.#.#.
.#.#.#
######

# = wall
. = open space

Can archers shoot through upward stairways?
Logged
Ironblood didn't use an axe because he needed it. He used it to be kind. And right now he wasn't being kind.

dogstile

  • Bay Watcher
    • View Profile
Re: Archer free fighting
« Reply #6 on: September 17, 2009, 02:52:31 am »

archers can't shoot diagonally, make a series of

X#X#X#X'#X#X#X#
#X#X#X#X#X#X#X
X#X#X#X#X#X#X#

and you should be fine
Logged
my champion is now holding his artifact crossbow by his upper left leg and still shooting with is just fine despite having no hands.
What? He's firing from the hip.

XSI

  • Bay Watcher
    • View Profile
Re: Archer free fighting
« Reply #7 on: September 17, 2009, 03:12:49 am »

Archers can shoot diagonally, but it's usually nearly impossible for them, the arrow/bolt will most likely go to the side just a little, making it not perfectly diagonal.

I can say that a few nicely placed walls will force the archers into meelee, even if they can shoot once, as long as the dwarf has enough armour/wrestling skill he will be unharmed.


I am not sure if the archery targets work, it would be a very interesting experiment to see what happens.
Logged
What kind of statues are your masons making, that you think they have "maximum exposure"?
(Full frontal ones, apparently.  With very short beards.) 

Grendus

  • Bay Watcher
    • View Profile
Re: Archer free fighting
« Reply #8 on: September 17, 2009, 09:17:44 am »

Archers can shoot diagonally, but if constructed properly a checkerboard defense will make it nearly impossible for them to shoot before your melee dwarves can engage them. Try to set it up so your dwarves always have to move in a different direction to reach their target. This will keep them from running diagonally in a straight line towards their target, basically turning those bowgobs into lightly armed sword-gobs.
Logged
A quick guide to surviving your first few days in CataclysmDDA:
http://www.bay12forums.com/smf/index.php?topic=121194.msg4796325;topicseen#msg4796325

Derakon

  • Bay Watcher
    • View Profile
Re: Archer free fighting
« Reply #9 on: September 17, 2009, 03:38:02 pm »

The proper way to stop archers with walls is to use this layout:
Code: [Select]
.#.#.#.#.#.#.
#.#.#.#.#.#.#
#.#.#.#.#.#.#
.#.#.#.#.#.#.
#.#.#.#.#.#.#
#.#.#.#.#.#.#
.#.#.#.#.#.#.
#.#.#.#.#.#.#
#.#.#.#.#.#.#
.#.#.#.#.#.#.
This blocks line of sight effectively in all directions and ensures your melee units can always get within two steps of the archers before being shot at.
Logged
Jetblade - an open-source Metroid/Castlevania game with procedurally-generated levels