Bay 12 Games Forum

Please login or register.

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

Author Topic: Transformation syndrome not working on adventurers  (Read 1616 times)

neko.len.chan

  • Bay Watcher
  • Nya
    • View Profile
Transformation syndrome not working on adventurers
« on: December 03, 2015, 10:17:04 am »

So, I made a custom species with a reaction to change castes (the reaction works for adventurers and can be done at a workshop). Its a simple transformation reaction, and it works perfectly except... Except on adventurers. In arena mode I've tested it repeatedly, and no matter what I try I get the same result; in all circumstances it works, except when I control the adventurer. if I use the reaction, then immediately switch to arena mode, then the person who was doing the reaction DOES transform. if I spawn ascension mists (a custom species which is designed to explode into syndrome gas to transform things), it transforms everybody that I dont control. In adventurer mode, if I use it and somebody is near me, it transforms them but not me.
Does anybody have any idea whats going on?
Logged
"When you wake in the morning, consider suicide."
BY ARMOK WHO KEEPS LEAVING CORPSES IN ALL THE FRIGGIN DOORWAYS?!?

Bearskie

  • Bay Watcher
  • Nyam nyam
    • View Profile
Re: Transformation syndrome not working on adventurers
« Reply #1 on: December 03, 2015, 10:22:09 am »

How are you imparting the syndrome, boiling rocks? You could try spawning a piece of cabbage or something that gives you the syndrome through ingestion. Unfortunately without the raws we wont know precisely what's failing.

neko.len.chan

  • Bay Watcher
  • Nya
    • View Profile
Re: Transformation syndrome not working on adventurers
« Reply #2 on: December 03, 2015, 01:33:18 pm »

yes, boiling rocks. the syndrome definitely, ultimately, certainly works, without a doubt. Every single time I try it on something I dont control it works. Its only when im controlling the person that it doesnt work.
as for raws;

https://docs.google.com/document/d/1l7YUgpzq2yF07vb8t5VQBPXBb6xJVUrHsqFDtJPLtOg/edit?usp=sharing
Logged
"When you wake in the morning, consider suicide."
BY ARMOK WHO KEEPS LEAVING CORPSES IN ALL THE FRIGGIN DOORWAYS?!?

ThothTheScribe

  • Bay Watcher
    • View Profile
Re: Transformation syndrome not working on adventurers
« Reply #3 on: December 11, 2015, 02:56:16 am »

I've also run into this. I made a boiling rock to give a custom form of vampirism and it doesn't seem to be able to affect the player controlled adventurer.
Logged

IndigoFenix

  • Bay Watcher
  • All things die, but nothing dies forever.
    • View Profile
    • Boundworlds: A Browser-Based Multiverse Creation and Exploration Game
Re: Transformation syndrome not working on adventurers
« Reply #4 on: December 11, 2015, 03:07:40 am »

If it's an option, you can just give the adventurer race an interaction that transforms them instead.

If you want to make sure non-player-controlled creatures can't use it, give the interaction SELF_ONLY as a target and ATTACK as a hint.

ThothTheScribe

  • Bay Watcher
    • View Profile
Re: Transformation syndrome not working on adventurers
« Reply #5 on: December 11, 2015, 10:12:16 am »

You. I like you.
Logged

neko.len.chan

  • Bay Watcher
  • Nya
    • View Profile
Re: Transformation syndrome not working on adventurers
« Reply #6 on: December 15, 2015, 01:54:23 am »

how would you make an interaction that transforms an adventurer, beyond creating more of the gas that isnt working properly?
Logged
"When you wake in the morning, consider suicide."
BY ARMOK WHO KEEPS LEAVING CORPSES IN ALL THE FRIGGIN DOORWAYS?!?

Bearskie

  • Bay Watcher
  • Nyam nyam
    • View Profile
Re: Transformation syndrome not working on adventurers
« Reply #7 on: December 15, 2015, 04:29:26 am »

Code: (Interaction) [Select]
[INTERACTION:TRANSFORM]
[I_SOURCE:CREATURE_ACTION]
[I_TARGET:A:CREATURE]
[IT_LOCATION:CONTEXT_CREATURE]
[I_EFFECT:ADD_SYNDROME]
[IE_TARGET:A]
[IE_IMMEDIATE]
[SYNDROME] <--- insert your syndrome here

To be able to use this interaction, you'll have to give your creature CDI tokens. And like IndigoFenix said, to prevent AI-units from using it as well, a little bit of usage hint trickery.

Code: [Select]
[CAN_DO_INTERACTION:TRANSFORM]
[CDI:ADV_NAME:Transform!]
[CDI:USAGE_HINT:ATTACK]
[CDI:TARGET:A:SELF_ONLY]
[CDI:TARGET_VERB:transform:transforms:transforms]

You'll find it under 'natural abilities' on your adventurer. Just target yourself and poof, you're transformed into a whatever.

neko.len.chan

  • Bay Watcher
  • Nya
    • View Profile
Re: Transformation syndrome not working on adventurers
« Reply #8 on: December 15, 2015, 12:35:25 pm »

where would I put the interaction itself?
Logged
"When you wake in the morning, consider suicide."
BY ARMOK WHO KEEPS LEAVING CORPSES IN ALL THE FRIGGIN DOORWAYS?!?

ArKFallen

  • Bay Watcher
  • Bohandean Desserter
    • View Profile
Re: Transformation syndrome not working on adventurers
« Reply #9 on: December 15, 2015, 03:21:31 pm »

where would I put the interaction itself?
interaction_standard or a custom interaction_x file with the proper headers.
Logged
Hm, have you considered murder?  It's either that or letting it go.
SigText
I logged back on ;_;

neko.len.chan

  • Bay Watcher
  • Nya
    • View Profile
Re: Transformation syndrome not working on adventurers
« Reply #10 on: December 15, 2015, 05:55:50 pm »

ok so, I see a problem. Its supposed to consume 2 void crystals. Is there any way to make it require/consume an item to work?
Logged
"When you wake in the morning, consider suicide."
BY ARMOK WHO KEEPS LEAVING CORPSES IN ALL THE FRIGGIN DOORWAYS?!?

Bearskie

  • Bay Watcher
  • Nyam nyam
    • View Profile
Re: Transformation syndrome not working on adventurers
« Reply #11 on: December 15, 2015, 10:01:45 pm »

Naw, you're better off then going the ingested syndrome route.

neko.len.chan

  • Bay Watcher
  • Nya
    • View Profile
Re: Transformation syndrome not working on adventurers
« Reply #12 on: December 15, 2015, 10:44:27 pm »

...the route which doesnt work half the time? that route?
Logged
"When you wake in the morning, consider suicide."
BY ARMOK WHO KEEPS LEAVING CORPSES IN ALL THE FRIGGIN DOORWAYS?!?

ArKFallen

  • Bay Watcher
  • Bohandean Desserter
    • View Profile
Re: Transformation syndrome not working on adventurers
« Reply #13 on: December 15, 2015, 10:49:14 pm »

...the route which doesnt work half the time? that route?
Inhalation doesn't work half the time. Ingestion that gives you an interaction you can cast on yourself is a sure thing as an adventurer.
Logged
Hm, have you considered murder?  It's either that or letting it go.
SigText
I logged back on ;_;

neko.len.chan

  • Bay Watcher
  • Nya
    • View Profile
Re: Transformation syndrome not working on adventurers
« Reply #14 on: December 15, 2015, 11:09:00 pm »

Ok. How do I do it?
Logged
"When you wake in the morning, consider suicide."
BY ARMOK WHO KEEPS LEAVING CORPSES IN ALL THE FRIGGIN DOORWAYS?!?
Pages: [1] 2