Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: So I wanted to make more aggressive hippos...  (Read 867 times)

Illithai

  • Escaped Lunatic
    • View Profile
So I wanted to make more aggressive hippos...
« on: March 20, 2009, 09:03:24 pm »

So I thought "Hey! I'll just add the Carnivore tag to them!" That worked, they're now bloodthirsty dwarf munching monsters. Only issue is, they now can bypass all traps. Needless to say I ended up having 3 names Hippo Calves killing every dwarf in sight. Here's the exact coding I had used to do this, is there anything I need to fix for them to be affected by traps again?

Code: [Select]
[CREATURE:HIPPO]
[NAME:hippo:hippos:hippo]
[TILE:'H'][COLOR:7:0:0]
[LARGE_ROAMING]
[AMPHIBIOUS]
[CARNIVORE]
[MODVALUE:3]
[GENPOWER:3]
[PREFSTRING:strength]
[IVORY]
[DIURNAL]
[POPULATION_NUMBER:15:30]
[CLUSTER_NUMBER:3:7]
[BENIGN][MEANDERER][NATURAL][PET]
[PETVALUE:400]
[BODY:QUADRUPED:TAIL:2EYES:2EARS:NOSE:2LUNGS:HEART:GUTS:ORGANS:THROAT:NECK:SPINE:BRAIN:MOUTH]
[SIZE:12]
[MAXAGE:40:50]
[ATTACK:MAIN:BYTYPE:MOUTH:bite:bites:1:6:GORE][ATTACKFLAG_CANLATCH]
[CHILD:5][CHILDNAME:hippo calf:hippo calves]
[FAT:10]
[BIOME:RIVER_TROPICAL_SALTWATER]
[BIOME:RIVER_TROPICAL_BRACKISHWATER]
[BIOME:RIVER_TROPICAL_FRESHWATER]
[BIOME:LAKE_TROPICAL_SALTWATER]
[BIOME:LAKE_TROPICAL_BRACKISHWATER]
[BIOME:LAKE_TROPICAL_FRESHWATER]
[STANDARD_FLESH]
[HOMEOTHERM:10067]
[SWIMS_INNATE][SWIM_SPEED:2500]
[MUNDANE]
Logged

woose1

  • Bay Watcher
  • Yay for bandwagons!
    • View Profile
Re: So I wanted to make more aggressive hippos...
« Reply #1 on: March 20, 2009, 10:02:25 pm »

That worked, they're now bloodthirsty dwarf munching monsters. Only issue is,
This only adds to the belief that dwarf fortress goers are crazy.
Only thing I can think of, is that it ties in with that tag somehow... but that doesn't make sense.
Logged

Zangi

  • Bay Watcher
    • View Profile
Re: So I wanted to make more aggressive hippos...
« Reply #2 on: March 21, 2009, 01:01:36 am »

[LARGE_PREDATOR]

Try this instead...  replace both carnivore and large_roaming...

No clue, shouldn't have trapavoid.. or you are just unlucky...
Logged
All life begins with Nu and ends with Nu...  This is the truth! This is my belief! ... At least for now...
FMA/FMA:B Recommendation

Greiger

  • Bay Watcher
  • Reptilian Illuminati member. Keep it secret.
    • View Profile
Re: So I wanted to make more aggressive hippos...
« Reply #3 on: March 21, 2009, 05:31:02 pm »

I have hippoes in my current fort.  If it's just one trap per trap tile and only about one row they may have just not taken much damage.  They are somewhat large after all.

I recently had a few vanilla hippoes take only light grey wounds from a line of large serrated disc traps while they were chasiung a fisherman.  Those light greys heal so fast that if you didn't look right away they might have healed.  Out of 5 hippoes 2 adult 3 child only one of the young ones took anything more than minor scratches from them.
Logged
Disclaimer: Not responsible for dwarven deaths from the use or misuse of this post.
Quote
I don't need friends!! I've got knives!!!

Illithai

  • Escaped Lunatic
    • View Profile
Re: So I wanted to make more aggressive hippos...
« Reply #4 on: March 28, 2009, 12:34:48 am »

[LARGE_PREDATOR]

Try this instead...  replace both carnivore and large_roaming...

No clue, shouldn't have trapavoid.. or you are just unlucky...

I'll try that when I reclaim it thanks :D

This only adds to the belief that dwarf fortress goers are crazy.
Only thing I can think of, is that it ties in with that tag somehow... but that doesn't make sense.

I was attempting my own ''Boatmurdered'' ^^; I succeeded with Ninja Hippo calves

I have hippoes in my current fort.  If it's just one trap per trap tile and only about one row they may have just not taken much damage.  They are somewhat large after all.

I recently had a few vanilla hippoes take only light grey wounds from a line of large serrated disc traps while they were chasiung a fisherman.  Those light greys heal so fast that if you didn't look right away they might have healed.  Out of 5 hippoes 2 adult 3 child only one of the young ones took anything more than minor scratches from them.

I had an array of cage traps, it was around 3x3 block in front of a bridge with walls on either side. Not animal traps just cage traps.

  ||
  ||
+===============+
  ########### ^ ^ ^
  # ------------# ^ ^ ^
  ########### ^ ^ ^
+===============+
  ||
  ||

Like that. Another thing of note, my military never responded to them ._. even with 'Harass" on. Should the [LARGE_PREDATOR] tag fix that?
Logged