Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: how to create icebreath?  (Read 910 times)

Brass Crab

  • Escaped Lunatic
  • [JUDGEMENT]
    • View Profile
how to create icebreath?
« on: May 16, 2012, 04:00:57 pm »

I have  been rustling around raws and i cant seem to create a TRAILING_GAS_FLOW or a TRAILING_VAPOUR_FLOW of a freezing substance like icy wind or ice breath or something T.T


Ugh.
Logged
.    ç ç       
>-{;♅;}-C 
   / | \ )

Hugo_The_Dwarf

  • Bay Watcher
  • Modding Mentor
    • View Profile
    • Regeneration: Forced Evolution
Re: how to create icebreath?
« Reply #1 on: May 16, 2012, 04:12:40 pm »

The material that you are using has to be super cold at it's liquid form (for vapor, gas is boiled)

            [MELTING_POINT:5500] --- super cold liquid
   [BOILING_POINT:6000] --- super cold gas

Now this only works for emmissions due to the fact they are spewed out at those temptures, You can use a FIXED_TEMP too if you like
Logged

Meph

  • Bay Watcher
    • View Profile
    • worldbicyclist
Re: how to create icebreath?
« Reply #2 on: May 16, 2012, 04:36:22 pm »

Hugo, that wouldnt work... you must use a material emmision that is liquid with a low temperature, because low-temp gas will not stay long enough to do actual frostbite damage. If you cover a creature with cold liquids though... that works.

Example:
[INORGANIC:METHANE]
[USE_MATERIAL_TEMPLATE:ICHOR_TEMPLATE]<--any template
   [STATE_COLOR:ALL_SOLID:LIGHT_BLUE]
   [STATE_NAME:ALL_SOLID:cardice]
   [STATE_ADJ:ALL_SOLID:cardice]
   [STATE_COLOR:LIQUID:LIGHT_BLUE]
   [STATE_NAME:LIQUID:cryo fatuus]
   [STATE_ADJ:LIQUID:cryo fatuus]
   [STATE_COLOR:GAS:GREEN]
   [STATE_NAME:GAS:ignis fatuus]
   [STATE_ADJ:GAS:ignis fatuus]
   [DISPLAY_COLOR:3:0:1]
   [IGNITE_POINT:20000]     <-----
   [MELTING_POINT:5000]    <-----
   [BOILING_POINT:15000]   <-----
   [HEATDAM_POINT:NONE]  <-----
   [COLDDAM_POINT:NONE]  <-----
   [MAT_FIXED_TEMP:NONE] <-----
   [SOLID_DENSITY:8000]
   [LIQUID_DENSITY:1]
   [MOLAR_MASS:18]
Logged
::: ☼Meph Tileset☼☼Map Tileset☼- 32x graphic sets with TWBT :::
::: ☼MASTERWORK DF☼ - A comprehensive mod pack now on Patreon - 250.000+ downloads and counting :::
::: WorldBicyclist.com - Follow my bike tours around the world - 148 countries visited :::

Brass Crab

  • Escaped Lunatic
  • [JUDGEMENT]
    • View Profile
Re: how to create icebreath?
« Reply #3 on: May 17, 2012, 04:48:48 pm »

thanks guys it really helped; i got an understanding over this  :)
Logged
.    ç ç       
>-{;♅;}-C 
   / | \ )

Meph

  • Bay Watcher
    • View Profile
    • worldbicyclist
Re: how to create icebreath?
« Reply #4 on: May 17, 2012, 06:14:46 pm »

Glad to hear it. What did your mod with it ? A frost spell, an ice dragon ?
Logged
::: ☼Meph Tileset☼☼Map Tileset☼- 32x graphic sets with TWBT :::
::: ☼MASTERWORK DF☼ - A comprehensive mod pack now on Patreon - 250.000+ downloads and counting :::
::: WorldBicyclist.com - Follow my bike tours around the world - 148 countries visited :::

Naryar

  • Bay Watcher
  • [SPHERE:VERMIN][LIKES_FIGHTING]
    • View Profile
Re: how to create icebreath?
« Reply #5 on: May 20, 2012, 09:04:40 am »

this is interesting, so actual frost damage breath works ? I will definitely try this for my mod.

Hugo_The_Dwarf

  • Bay Watcher
  • Modding Mentor
    • View Profile
    • Regeneration: Forced Evolution
Re: how to create icebreath?
« Reply #6 on: May 20, 2012, 10:07:49 am »

Yup deon had got it working awhile back, I just never tried to fully grasp ohw it works. But now I do cause I have a creatures that need to freeze targets to death
Logged

Brass Crab

  • Escaped Lunatic
  • [JUDGEMENT]
    • View Profile
Re: how to create icebreath?
« Reply #7 on: May 20, 2012, 04:13:40 pm »

Glad to hear it. What did your mod with it ? A frost spell, an ice dragon ?


       I used it for a giant Slug; a megabeast. I dont have a name, but it releases this ice cold gas as defense.
« Last Edit: May 20, 2012, 04:19:08 pm by Brass Crab »
Logged
.    ç ç       
>-{;♅;}-C 
   / | \ )