Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Help making flying psychic brain monster.  (Read 884 times)

DizzyCrash

  • Bay Watcher
    • View Profile
Help making flying psychic brain monster.
« on: April 01, 2018, 04:43:09 pm »

I wanna make packs of flying brains that psychically propell rocks at people. Since they are brains they are super fragile.
but they will have tendrils to lash and whip you with.

   [CAN_DO_INTERACTION:MATERIAL_EMISSION]
      [CDI:ADV_NAME:psionic attack]
      [CDI:VERB:psionically propel a rock:psionically propels a rock:NA]
      [CDI:USAGE_HINT:ATTACK]
      [CDI:BP_REQUIRED:BY_CATEGORY:HAND]
      [CDI:MATERIAL:INORGANIC:STONE_CHUNK:SOLID_GLOB]
      [CDI:TARGET:C:LINE_OF_SIGHT]
      [CDI:TARGET_RANGE:C:15]
      [CDI:MAX_TARGET_NUMBER:C:1]
      [CDI:WAIT_PERIOD:30]


I have made the psychic attack but it has been a while since i modded. I am a bit rusty on the rest.
Logged

Enemy post

  • Bay Watcher
  • Modder/GM
    • View Profile
Re: Help making flying psychic brain monster.
« Reply #1 on: April 01, 2018, 04:47:13 pm »

You'll probably want to pick out a subterranean monster from the wiki and use that as the base. From there you can change the various details as you like.
Logged
My mods and forum games.
Enemy post has claimed the title of Dragonsong the Harmonic of Melodious Exaltion!

DizzyCrash

  • Bay Watcher
    • View Profile
Re: Help making flying psychic brain monster.
« Reply #2 on: April 01, 2018, 05:37:25 pm »

You'll probably want to pick out a subterranean monster from the wiki and use that as the base. From there you can change the various details as you like.

The hardest thing i am dealing with is the body detail and how all these parts fit together.
Logged

DizzyCrash

  • Bay Watcher
    • View Profile
Re: Help making flying psychic brain monster.
« Reply #3 on: April 01, 2018, 06:55:02 pm »

Okay so i finished him but for some reason whenever it attacks it says "There is no force" and i cant initiate an attack at all.. AND the brain isnt as squishy as i would like, it seems to be as dense and strong as a normal being.

Also I would like to come up with a better name than Void Brain for an alien psychic jelly fish with a giant brain visible through it. 

This is the creature file.
Spoiler (click to show/hide)

And this is the Body File

Spoiler (click to show/hide)




Logged

DizzyCrash

  • Bay Watcher
    • View Profile
Re: Help making flying psychic brain monster.
« Reply #4 on: April 01, 2018, 08:58:43 pm »

Spoiler (click to show/hide)

This is my error log.
Logged

Abyzou

  • Bay Watcher
    • View Profile
Re: Help making flying psychic brain monster.
« Reply #5 on: April 05, 2018, 07:46:19 pm »

Ah, I see the problem. You see in the body file, where it says "CONTYPE"? Replace that with "CON". Like this:

Spoiler (click to show/hide)

Alternatively, you could put the token UPPERBODY on the main body, and have the tentacles connect to anything with UPPERBODY using CONTYPE. Like this:

Spoiler (click to show/hide)

You use CON to connect to a specific body part (in this case, the one called "UB"), whereas CONTYPE is used to connect to all other body parts having the specified type token (e.g. UPPERBODY, LOWERBODY, etc.).

More information here: http://dwarffortresswiki.org/index.php/DF2014:Body_token
« Last Edit: April 07, 2018, 08:57:36 pm by Abyzou »
Logged