Bay 12 Games Forum

Please login or register.

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

Author Topic: Soap Fortress  (Read 4454 times)

GreatWyrmGold

  • Bay Watcher
  • Sane, by the local standards.
    • View Profile
Soap Fortress
« on: May 25, 2011, 06:46:39 am »

Is there any easy way to mod soap to be used to make furniture and/or trade goods, etc, or do I have to make individual custom reactions myself?
Logged
Sig
Are you a GM with players who haven't posted? TheDelinquent Players Help will have Bay12 give you an action!
[GreatWyrmGold] gets a little crown. May it forever be his mark of Cain; let no one argue pointless subjects with him lest they receive the same.

Reelyanoob

  • Bay Watcher
    • View Profile
Re: Soap Fortress
« Reply #1 on: May 25, 2011, 12:19:45 pm »

You could make a reaction which took a bar of soap, and made a boulder or a wood log (of the soap material), then use that for crafting :)

EDIT: Something like this (haven't tested it):

Code: [Select]
[REACTION:MAKE_SOAP_BOULDER]
[NAME:make soap boulder]
[BUILDING:SOAP_MAKER:CUSTOM_T]
[REAGENT:soap:150:BAR:NONE:NONE:NONE]
[REACTION_CLASS:SOAP]
[PRODUCT:100:1:BOULDER:NONE:GET_MATERIAL_FROM_REAGENT:soap:NONE]
[SKILL:SOAP_MAKING]

Change BOULDER in the product to WOOD for logs.
« Last Edit: May 25, 2011, 12:33:54 pm by Reelyanoob »
Logged

Kweri

  • Bay Watcher
    • View Profile
Re: Soap Fortress
« Reply #2 on: May 25, 2011, 12:32:55 pm »

Wouldn't it be [PRODUCT:100:1:BOULDER:NONE:GET_MATERIAL_FROM_REAGENT:soap:NONE]? Unless your soap reagent's material has a MATERIAL_REACTION_PRODUCT:SOAP.
Logged

Reelyanoob

  • Bay Watcher
    • View Profile
Re: Soap Fortress
« Reply #3 on: May 25, 2011, 12:34:14 pm »

Ninja'd! I was just doing the research to check.
« Last Edit: May 25, 2011, 12:36:12 pm by Reelyanoob »
Logged

PTTG??

  • Bay Watcher
  • Kringrus! Babak crulurg tingra!
    • View Profile
    • http://www.nowherepublishing.com
Re: Soap Fortress
« Reply #4 on: May 25, 2011, 12:40:43 pm »

Make Lump of Soap

Make Novelty Soap Log

Make Soap Ingots

Make Soap Threads (Somehow)

I guess I just found out what my next project is.

For a bonus, make each reaction make a cloud of soap dust/goo that contaminates dwarves.
Logged
A thousand million pool balls made from precious metals, covered in beef stock.

Reelyanoob

  • Bay Watcher
    • View Profile
Re: Soap Fortress
« Reply #5 on: May 25, 2011, 12:54:09 pm »

Certainly soap thread will work, weird thread material is an easy one to do. Don't forget to have soap leather too.
Logged

Necro910

  • Bay Watcher
  • Legendary Drunk +5
    • View Profile
Re: Soap Fortress
« Reply #6 on: May 25, 2011, 01:16:35 pm »

Make Soap Ingots
This is a soap sword. All craftdwarfship is of the highest quality. It is bound with hanging rings of soap, and menaces with spikes of soap. On the item is an image of dwarves and soap in soap. The soap is laughing. The dwarves are cowering. It relates to the rise of soap in Hospitaldirt

GreatWyrmGold

  • Bay Watcher
  • Sane, by the local standards.
    • View Profile
Re: Soap Fortress
« Reply #7 on: May 25, 2011, 03:00:44 pm »

Make Lump of Soap

Make Novelty Soap Log

Make Soap Ingots

Make Soap Threads (Somehow)

I guess I just found out what my next project is.

For a bonus, make each reaction make a cloud of soap dust/goo that contaminates dwarves.
I think that "soap ingots" would be more difficult--soap already comes in bars.
If I figure out what item type thread is, that should be easy. Can't wait to see the project when finished!

Certainly soap thread will work, weird thread material is an easy one to do. Don't forget to have soap leather too.
How, to both? This will be my first major modding project...
Logged
Sig
Are you a GM with players who haven't posted? TheDelinquent Players Help will have Bay12 give you an action!
[GreatWyrmGold] gets a little crown. May it forever be his mark of Cain; let no one argue pointless subjects with him lest they receive the same.

freeformschooler

  • Bay Watcher
    • View Profile
Re: Soap Fortress
« Reply #8 on: May 25, 2011, 03:23:23 pm »

Watching for srs dwarfiness. I fully and completely approve of soapmod.
Logged

Kweri

  • Bay Watcher
    • View Profile
Re: Soap Fortress
« Reply #9 on: May 25, 2011, 03:39:08 pm »

If I figure out what item type thread is, that should be easy. Can't wait to see the project when finished!

http://df.magmawiki.com/index.php/Item_token

[PRODUCT:100:1:THREAD:NONE:GET_MATERIAL_FROM_REAGENT:soap:NONE][PRODUCT_DIMENSION:15000] should work to make soap thread!
Logged

Reelyanoob

  • Bay Watcher
    • View Profile
Re: Soap Fortress
« Reply #10 on: May 25, 2011, 03:53:10 pm »

[PRODUCT:100:1:TANNED_HIDE:NONE:GET_MATERIAL_FROM_REAGENT:soap:NONE] for the leather. It should even create "cow soap armor", for example. Sounds really effective.
« Last Edit: May 25, 2011, 03:55:06 pm by Reelyanoob »
Logged

GreatWyrmGold

  • Bay Watcher
  • Sane, by the local standards.
    • View Profile
Re: Soap Fortress
« Reply #11 on: May 25, 2011, 04:10:05 pm »

If I figure out what item type thread is, that should be easy. Can't wait to see the project when finished!

http://df.magmawiki.com/index.php/Item_token

[PRODUCT:100:1:THREAD:NONE:GET_MATERIAL_FROM_REAGENT:soap:NONE][PRODUCT_DIMENSION:15000] should work to make soap thread!
Huh, that was unexpectedly intuitive.

...Wait, what would the reagant line be? I'm kinda new to this...I can't even make dragon soap without an intermediate " bar" stage!
Logged
Sig
Are you a GM with players who haven't posted? TheDelinquent Players Help will have Bay12 give you an action!
[GreatWyrmGold] gets a little crown. May it forever be his mark of Cain; let no one argue pointless subjects with him lest they receive the same.

Reelyanoob

  • Bay Watcher
    • View Profile
Re: Soap Fortress
« Reply #12 on: May 25, 2011, 04:32:44 pm »

The same reagent as in the first reaction I posted, just swap out the product line for one of the others.

Here's a version with no reagent, so you can see the difference:

[REACTION:MAKE_DRAGON_SOAP_BOULDER]
   [NAME:make dragon soap boulder]
   [BUILDING:SOAP_MAKER:CUSTOM_D]
   [PRODUCT:100:1:BOULDER:NONE:CREATURE_MAT:DRAGON:SOAP]
   [SKILL:SOAP_MAKING]
« Last Edit: May 25, 2011, 04:45:01 pm by Reelyanoob »
Logged

GreatWyrmGold

  • Bay Watcher
  • Sane, by the local standards.
    • View Profile
Re: Soap Fortress
« Reply #13 on: May 25, 2011, 05:33:26 pm »

The same reagent as in the first reaction I posted, just swap out the product line for one of the others.

Here's a version with no reagent, so you can see the difference:

[REACTION:MAKE_DRAGON_SOAP_BOULDER]
   [NAME:make dragon soap boulder]
   [BUILDING:SOAP_MAKER:CUSTOM_D]
   [PRODUCT:100:1:BOULDER:NONE:CREATURE_MAT:DRAGON:SOAP]
   [SKILL:SOAP_MAKING]
Oh, I missed the first, full reaction.

Just as a final check: There is no way to mod soap to be built into furniture directly?
Logged
Sig
Are you a GM with players who haven't posted? TheDelinquent Players Help will have Bay12 give you an action!
[GreatWyrmGold] gets a little crown. May it forever be his mark of Cain; let no one argue pointless subjects with him lest they receive the same.

Trapezohedron

  • Bay Watcher
  • No longer exists here.
    • View Profile
Re: Soap Fortress
« Reply #14 on: May 25, 2011, 10:21:44 pm »

The same reagent as in the first reaction I posted, just swap out the product line for one of the others.

Here's a version with no reagent, so you can see the difference:

[REACTION:MAKE_DRAGON_SOAP_BOULDER]
   [NAME:make dragon soap boulder]
   [BUILDING:SOAP_MAKER:CUSTOM_D]
   [PRODUCT:100:1:BOULDER:NONE:CREATURE_MAT:DRAGON:SOAP]
   [SKILL:SOAP_MAKING]
Oh, I missed the first, full reaction.

Just as a final check: There is no way to mod soap to be built into furniture directly?

Nope. You must make it into a boulder or log first, then furniture. There is no other way of doing it, without making direct soap to furniture type reactions. D:
Logged
Thank you for all the fish. It was a good run.
Pages: [1] 2 3