Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 [2]

Author Topic: solution for ineffective bites/claws  (Read 12263 times)

Vester

  • Bay Watcher
  • [T_WORD:AWE-INSPIRING:bloonk]
    • View Profile
Re: solution for ineffective bites/claws
« Reply #15 on: April 30, 2010, 09:26:58 pm »

This should be stickied, or at least brought to Toady's attention. A lot of people are wondering why everything made out of flesh is weak and ineffective.
Logged
Quote
"Land of song," said the warrior bard, "though all the world betray thee - one sword at least thy rights shall guard; one faithful harp shall praise thee."

derigo

  • Bay Watcher
    • View Profile
Re: solution for ineffective bites/claws
« Reply #16 on: April 30, 2010, 09:39:27 pm »

Its pretty well documented on the bug tracker, footkerchief knows all about it, and therefore toady should as well.  I just posted it here to bring it to everyone else's attention.
Logged

Kazang

  • Bay Watcher
    • View Profile
Re: solution for ineffective bites/claws
« Reply #17 on: May 22, 2010, 12:38:51 am »

This should be stickied, or at least brought to Toady's attention. A lot of people are wondering why everything made out of flesh is weak and ineffective.

Quoting and bumping this.

I'm assuming this fix is not included in the 31.04 build or it would have been mentioned.  But a fix this easy should be made official asap I would have thought, as it appears to be a simple case of right number wrong line which is very common mistake when writing stuff like this.
Logged

HeliumFreak

  • Bay Watcher
    • View Profile
Re: solution for ineffective bites/claws
« Reply #18 on: May 22, 2010, 04:33:57 am »

Id like to point out that this is in no way a "fix" as a minor patchup job. The values are probably no way as accurate as Toady would like (seeing how anal he is) and it dosent resolve the issue of attacks being deflected or bouncing off way too often.
Logged

derigo

  • Bay Watcher
    • View Profile
Re: solution for ineffective bites/claws
« Reply #19 on: May 22, 2010, 04:59:59 am »

Id like to point out that this is in no way a "fix" as a minor patchup job. The values are probably no way as accurate as Toady would like (seeing how anal he is) and it dosent resolve the issue of attacks being deflected or bouncing off way too often.


in my original post:
Quote
Copying the bone values onto the other materials will make them behave more like they should, but its not accurate to the level of detail present in the rest of the raw.

So, you can make bite attacks 'work' by doing the copy, but until toady puts his numbers in, or someone else finds or makes up really good ones, it's not going to be terribly accurate.

As to deflection, I don't really see what you're talking about.  In the testing I've done, things seem to work just fine.  If you have small, weak, creatures doing the biting, naturally many of the attacks will get deflected by clothes.  They should.  The creatures are small and weak, clothes _should_ protect you from a great deal of their attacks.  On the other hand, if you use grizzly bears, you won't see many, if any, deflections.
Logged

Koji

  • Bay Watcher
  • Kobold
    • View Profile
Re: solution for ineffective bites/claws
« Reply #20 on: May 22, 2010, 08:09:01 am »

One of the major advantages of this change is that dogs are no longer the only war animal. I think with this mod in, a dog is right about where it should be--they can take out kobolds, scare off baby snatchers, and can be used as an alarm system. If you want something that can take out big game or be a big help in wartime, capture and train some elephants. Once you fix teeth, elephant tusks are pretty brutal.
Logged
Dwarvenrealms
ASCII | Graphical
Over 220 new creatures, new civs, new industries, and a fully customized tileset!

IronyOwl

  • Bay Watcher
  • Nope~
    • View Profile
Re: solution for ineffective bites/claws
« Reply #21 on: May 22, 2010, 08:20:54 am »

Interesting. Hadn't gotten enough wild animal encounters to notice this, but it's good to know about.
Logged
Quote from: Radio Controlled (Discord)
A hand, a hand, my kingdom for a hot hand!
The kitchenette mold free, you move on to the pantry. it's nasty in there. The bacon is grazing on the lettuce. The ham is having an illicit affair with the prime rib, The potatoes see all, know all. A rat in boxer shorts smoking a foul smelling cigar is banging on a cabinet shouting about rent money.

Deon

  • Bay Watcher
  • 💀 💀 💀 💀 💀
    • View Profile
Re: solution for ineffective bites/claws
« Reply #22 on: May 22, 2010, 08:21:49 am »

You should also make elephants to actually USE the tusks. In vanilla they never do it unless they lose all 4 legs which means never.
Logged
▬(ஜ۩۞۩ஜ)▬
✫ DF Wanderer ✫ - the adventure mode crafting and tweaks
✫ Cartographer's Lounge ✫ - a custom worldgen repository

derigo

  • Bay Watcher
    • View Profile
Re: solution for ineffective bites/claws
« Reply #23 on: May 22, 2010, 09:52:59 am »

One of the major advantages of this change is that dogs are no longer the only war animal. I think with this mod in, a dog is right about where it should be--they can take out kobolds, scare off baby snatchers, and can be used as an alarm system. If you want something that can take out big game or be a big help in wartime, capture and train some elephants. Once you fix teeth, elephant tusks are pretty brutal.

Yes this has been my experience as well.  What's more, training an animal for war in 40d doubles its strength. If that's still the case, it should make even war dogs pretty effective.  I was playing an orc fortress (homebrew orcs), and I got sieged by elves.  They brought _50_ war grizzly bear mounts with spear/swordsmen riders backed up by battalions of bow-elves.  Ripped me to shreds.

Quote
You should also make elephants to actually USE the tusks. In vanilla they never do it unless they lose all 4 legs which means never.

That's easy enough to do, Deon.  Why don't you do it in genesis?  Just flip the ATTACK_PRIORITY like so:

Code: [Select]
[ATTACK:GORE:BODYPART:BY_CATEGORY:TUSK]
[ATTACK_SKILL:BITE]
[ATTACK_VERB:gore:gores]
[ATTACK_CONTACT_PERC:100]
[ATTACK_PRIORITY:MAIN]
[ATTACK_FLAG_WITH]
[ATTACK:KICK:BODYPART:BY_CATEGORY:FOOT_FRONT]
[ATTACK_SKILL:STANCE_STRIKE]
[ATTACK_VERB:kick:kicks]
[ATTACK_CONTACT_PERC:100]
[ATTACK_PRIORITY:SECOND]
[ATTACK_FLAG_WITH]
Logged

Deon

  • Bay Watcher
  • 💀 💀 💀 💀 💀
    • View Profile
Re: solution for ineffective bites/claws
« Reply #24 on: May 22, 2010, 10:00:52 am »

What made you think that I haven't done it in Genesis?
Logged
▬(ஜ۩۞۩ஜ)▬
✫ DF Wanderer ✫ - the adventure mode crafting and tweaks
✫ Cartographer's Lounge ✫ - a custom worldgen repository

derigo

  • Bay Watcher
    • View Profile
Re: solution for ineffective bites/claws
« Reply #25 on: May 22, 2010, 10:05:42 am »

idk, I didn't look at your code.  You didn't give me an impression either way.
Logged
Pages: 1 [2]