Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Adventure mode booze spawning question (can it be done?).  (Read 1337 times)

Evil One

  • Bay Watcher
  • [Champion Elfslayer]
    • View Profile
Adventure mode booze spawning question (can it be done?).
« on: August 08, 2010, 12:05:57 pm »

Does anyone know how or why exploding booze can set things on fire, and does anyone know how to mod an adventure mode command in Reaction_other.txt to spawn a barrel or a bottle of burning booze (or magma if possible)?

I'm thinking adventure mode firebombs!

(I've already looked in the DF wiki, it doesn't say anything about it)
« Last Edit: August 08, 2010, 12:13:11 pm by Evil One »
Logged
Dwarf!  Indeed, a devious delight fond of drink and industry deceived as both do-gooder and devil by the delusions of deities.  This demander, no daft demeanor, is a driving force of the deadly diocese, now disappointed, delirious from goblin deception.  However, this delicious derangement of a demolished diamond stands determined!

Evil One

  • Bay Watcher
  • [Champion Elfslayer]
    • View Profile
Re: Adventure mode booze spawning question (can it be done?).
« Reply #1 on: August 09, 2010, 01:04:03 pm »

I take it that no-one knows the answers to any of my questions? (except perhaps this one)
Logged
Dwarf!  Indeed, a devious delight fond of drink and industry deceived as both do-gooder and devil by the delusions of deities.  This demander, no daft demeanor, is a driving force of the deadly diocese, now disappointed, delirious from goblin deception.  However, this delicious derangement of a demolished diamond stands determined!

3

  • Bay Watcher
    • View Profile
Re: Adventure mode booze spawning question (can it be done?).
« Reply #2 on: August 09, 2010, 01:06:07 pm »

Does anyone know how or why exploding booze can set things on fire,

It can? I'm fairly sure it can't, unless whatever has a very low ignition temperature. It doesn't "explode", by the way, it boils.

As for spawning it... may be possible. It'll be easier to spawn a single unit of booze than one in a container (I'm fairly sure container spawning still doesn't work), but even then someone'll have to figure out what classification it is (I can't remember myself, or even remember whether or not it's ever been figured out).
« Last Edit: August 09, 2010, 01:09:10 pm by 3 »
Logged

Rumrusher

  • Bay Watcher
  • current project : searching...
    • View Profile
Re: Adventure mode booze spawning question (can it be done?).
« Reply #3 on: August 09, 2010, 01:43:08 pm »

Code: [Select]
[REACTION:MAKE_BOOZE]
[NAME:make booze]
[ADVENTURE_MODE_ENABLED]
[REAGENT:A:1:BARREL:NONE:NONE:NONE][PRESERVE_REAGENT]
[REAGENT:B:1:NONE:NONE:NONE:NONE]
[PRODUCT:100:1:DRINK:BOOZE:GET_MATERIAL_FROM_REAGENT:B:NONE][PRODUCT_TO_CONTAINER:A]
[SKILL:COOKING]
and as for container spawning.
Code: [Select]
[REACTION:CRAFT_BARREL_ADV]
[NAME:craft wooden barrel]
[ADVENTURE_MODE_ENABLED]
[REAGENT:B:1:WOOD:NONE:NONE:NONE][PRESERVE_REAGENT]
[PRODUCT:100:1:BARREL:NONE:GET_MATERIAL_FROM_REAGENT:B:NONE]
[SKILL:CARPENTRY]

[REACTION:CRAFT_BUCKET_ADV]
[NAME:craft wooden bucket]
[ADVENTURE_MODE_ENABLED]
[REAGENT:B:1:WOOD:NONE:NONE:NONE][PRESERVE_REAGENT]
[PRODUCT:100:1:BUCKET:NONE:GET_MATERIAL_FROM_REAGENT:B:NONE]
[SKILL:CARPENTRY]

[REACTION:FORAGE_WOOD_ADV]
[NAME:gather wood]
[ADVENTURE_MODE_ENABLED]
[PRODUCT:100:1:WOOD:NONE:PLANT_MAT:PINE:WOOD]
[SKILL:WOODCUTTING]


you can get backpacks as well by replacing the Bucket/barrel with BACKPACK.
Logged
I thought I would I had never hear my daughter's escapades from some boy...
DAMN YOU RUMRUSHER!!!!!!!!
"body swapping and YOU!"
Adventure in baby making!Adv Homes

Evil One

  • Bay Watcher
  • [Champion Elfslayer]
    • View Profile
Re: Adventure mode booze spawning question (can it be done?).
« Reply #4 on: August 10, 2010, 05:50:34 am »

Does anyone know how or why exploding booze can set things on fire,

It can? I'm fairly sure it can't, unless whatever has a very low ignition temperature. It doesn't "explode", by the way, it boils.

As for spawning it... may be possible. It'll be easier to spawn a single unit of booze than one in a container (I'm fairly sure container spawning still doesn't work), but even then someone'll have to figure out what classification it is (I can't remember myself, or even remember whether or not it's ever been figured out).

Hmm, perhaps it has something to do with a reaction to magma, I've had booze 'boil' into a cloud of burning vapor that ignites everything it touches.

@ Ramrusher; Excellent, thank you.
Logged
Dwarf!  Indeed, a devious delight fond of drink and industry deceived as both do-gooder and devil by the delusions of deities.  This demander, no daft demeanor, is a driving force of the deadly diocese, now disappointed, delirious from goblin deception.  However, this delicious derangement of a demolished diamond stands determined!

Rumrusher

  • Bay Watcher
  • current project : searching...
    • View Profile
Re: Adventure mode booze spawning question (can it be done?).
« Reply #5 on: August 10, 2010, 12:51:47 pm »

still that booze reaction turns anything into a liquid corpses vermin, metal, rock, clothes, so one could barrel a whole town into booze. if you just want free booze then remove the reagent tags(if you want it in a barrel then just remove the one with out the preserve reagent.)
Logged
I thought I would I had never hear my daughter's escapades from some boy...
DAMN YOU RUMRUSHER!!!!!!!!
"body swapping and YOU!"
Adventure in baby making!Adv Homes

Evil One

  • Bay Watcher
  • [Champion Elfslayer]
    • View Profile
Re: Adventure mode booze spawning question (can it be done?).
« Reply #6 on: August 10, 2010, 01:21:42 pm »

still that booze reaction turns anything into a liquid corpses vermin, metal, rock, clothes, so one could barrel a whole town into booze. if you just want free booze then remove the reagent tags(if you want it in a barrel then just remove the one with out the preserve reagent.)

Hmm, should be interesting... Thanks again.
Logged
Dwarf!  Indeed, a devious delight fond of drink and industry deceived as both do-gooder and devil by the delusions of deities.  This demander, no daft demeanor, is a driving force of the deadly diocese, now disappointed, delirious from goblin deception.  However, this delicious derangement of a demolished diamond stands determined!