Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: How to give dwarves troglodyte servants?  (Read 328 times)

Magmacube_tr

  • Bay Watcher
  • Praise KeK! For He is The Key and The Gate!
    • View Profile
How to give dwarves troglodyte servants?
« on: August 25, 2023, 06:43:08 pm »

I want dwarves to have troglodytes in the same way that goblins have trolls.

But how?
Logged
I must submerge myself in MAGMAAAAAAAAA! daily for 17 cents, which I detest. With a new profile picture!

My gaem. JOIN NAOW!!!

My sigtext. Read if you dare!

DPh Kraken

  • Bay Watcher
  • [PRONOUNS:it:its:itself]
    • View Profile
Re: How to give dwarves troglodyte servants?
« Reply #1 on: August 25, 2023, 10:21:32 pm »

The goblin-troll partnership is done in a very specific way ( [USE_EVIL_ANIMALS] nabs slow-learning evil cave monsters), but you can use animal tokens to force the behavior of an entity always using a specific pet.

Code: [Select]
[SELECT_ENTITY:MOUNTAIN]
[ANIMAL]
[ANIMAL_TOKEN:TROGLODYTE]
[ANIMAL_ALWAYS_PET]
[ANIMAL_ALWAYS_SIEGE]
Logged
[CHEESE_PLANT] and [CHEESE_GRAPHICS] biggest fan
Mod releases

Magmacube_tr

  • Bay Watcher
  • Praise KeK! For He is The Key and The Gate!
    • View Profile
Re: How to give dwarves troglodyte servants?
« Reply #2 on: August 26, 2023, 10:04:32 am »

Code: [Select]
[SELECT_ENTITY:MOUNTAIN]
[ANIMAL]
[ANIMAL_TOKEN:TROGLODYTE]
[ANIMAL_ALWAYS_PET]
[ANIMAL_ALWAYS_SIEGE]

From what I gather, I just need to put this into the dwarves entity raws?
Logged
I must submerge myself in MAGMAAAAAAAAA! daily for 17 cents, which I detest. With a new profile picture!

My gaem. JOIN NAOW!!!

My sigtext. Read if you dare!

joostheger

  • Bay Watcher
    • View Profile
Re: How to give dwarves troglodyte servants?
« Reply #3 on: August 26, 2023, 11:37:28 am »

Thats an option. The 'proper' way is to save it as a seperate entity_... file.
Logged

Magmacube_tr

  • Bay Watcher
  • Praise KeK! For He is The Key and The Gate!
    • View Profile
Re: How to give dwarves troglodyte servants?
« Reply #4 on: August 26, 2023, 04:00:04 pm »

It worked. I now have rapidly reproducing troglodyte workers (I modded them). My dorfs get to laze around all day.
Logged
I must submerge myself in MAGMAAAAAAAAA! daily for 17 cents, which I detest. With a new profile picture!

My gaem. JOIN NAOW!!!

My sigtext. Read if you dare!