Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Damn you cave spiders!  (Read 749 times)

IonMatrix

  • Bay Watcher
  • [MUTAGEN_DEPENDENT]
    • View Profile
Damn you cave spiders!
« on: October 04, 2019, 09:06:23 pm »

I recently noticed that dwarfs that are bitten work less efficently FOREVER, so I'm trying to figure out how to make them not bite anything(or for it to not affect my dwarves)
(btw this is my first time modifying raws)
I think I can remove this line:
Code: [Select]
[VERMIN_BITE:10:bitten:LOCAL_CREATURE_MAT:VENOM:LIQUID]but I'm not sure since there is a lot of stuff defining what type of venom it uses and it's syndromes.
Or I can turn this
Code: [Select]
[BODY:SPIDER:2EYES:HEART:GUTS:BRAIN:MOUTH]into this
Code: [Select]
[BODY:SPIDER:2EYES:HEART:GUTS:BRAIN]but I'm not sure if it will work.
Lastly, I think I can make this
Code: [Select]
[SYN_IMMUNE_CREATURE:SPIDER_CAVE:ALL]into this
Code: [Select]
[SYN_IMMUNE_CREATURE:DWARF:ALL]but I'm not sure about it.

Can anyone confirm which (if any) of these work?
Logged
"Mutagen"! Such a lovely word! I simply MUST have more mutagen!

*sigh* I can't believe I play this game...

brolol.404

  • Bay Watcher
    • View Profile
Re: Damn you cave spiders!
« Reply #1 on: October 05, 2019, 06:14:38 am »

I recently noticed that dwarfs that are bitten work less efficently FOREVER, so I'm trying to figure out how to make them not bite anything(or for it to not affect my dwarves)
(btw this is my first time modifying raws)
I think I can remove this line:
Code: [Select]
[VERMIN_BITE:10:bitten:LOCAL_CREATURE_MAT:VENOM:LIQUID]but I'm not sure since there is a lot of stuff defining what type of venom it uses and it's syndromes.

This should work.

Quote
Or I can turn this
Code: [Select]
[BODY:SPIDER:2EYES:HEART:GUTS:BRAIN:MOUTH]into this
Code: [Select]
[BODY:SPIDER:2EYES:HEART:GUTS:BRAIN]but I'm not sure if it will work.

This will probably give you an error.

Quote
Lastly, I think I can make this
Code: [Select]
[SYN_IMMUNE_CREATURE:SPIDER_CAVE:ALL]into this
Code: [Select]
[SYN_IMMUNE_CREATURE:DWARF:ALL]but I'm not sure about it.

This should work.

You can also just remove the syndrome or remove [SYN_INJECTED] or put an end time in the syndrome.