Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Reactions questions  (Read 952 times)

Deon

  • Bay Watcher
  • 💀 💀 💀 💀 💀
    • View Profile
Reactions questions
« on: May 04, 2008, 03:02:00 pm »

Well, the only question for now is how to represent a glass in reactions.

i.e.
[REAGENT:1:GEM:NO_SUBTYPE:STONE:GLASS_GREEN] <- what's wrong here, can you write me the right material and object tokens for glass.

Logged
▬(ஜ۩۞۩ஜ)▬
✫ DF Wanderer ✫ - the adventure mode crafting and tweaks
✫ Cartographer's Lounge ✫ - a custom worldgen repository

Sparksol

  • Bay Watcher
    • View Profile
Re: Reactions questions
« Reply #1 on: May 04, 2008, 08:50:00 pm »

I'd suggest [REAGENT:1:ROUGH:NO_SUBTYPE:GEM:GLASS_GREEN] for raw, uncut glass.

Or [REAGENT:1:SMALLGEM:NO_SUBTYPE:GEM:GLASS_GREEN] if you're planning on cut glass.

Or if you're using a glass block, [REAGENT:1:BLOCKS:GLASS_CLEAR:NO_MATGLOSS] should work.

Logged
Religion, over time, tends to diverge. Science tends to converge.
Funny thing about magic, it doesn't consistently go either way.

Dragromblue

  • Bay Watcher
    • View Profile
Re: Reactions questions
« Reply #2 on: May 04, 2008, 09:02:00 pm »

this is what I use for large green glass.

[REAGENT:1:GEM:NO_SUBTYPE:GLASS_GREEN:LARGE_GREEN_GLASS]
and this one for clear glass.
[REAGENT:1:GEM:NO_SUBTYPE:GLASS_CLEAR:LARGE_CLEAR_GLASS]

I have not used these, but they should work.
for gems that can be used to decorate
[REAGENT:1:SMALLGEM:NO_SUBTYPE:GLASS_GREEN:LARGE_GREEN_GLASS]
for blocks
[REAGENT:1:BLOCKS:NO_SUBTYPE:GLASS_GREEN:LARGE_GREEN_GLASS]

Logged
A HREF="http://www.bay12games.com/cgi-local/ultimatebb.cgi?ubb=get_topic&f=13&t=000642">Glass Bed Mod, perfect for those desert maps where wood can be difficult to get.
Glass goodies abound, so now you can download my Glass Mod to get a complete co

Pickerel

  • Bay Watcher
    • View Profile
Re: Reactions questions
« Reply #3 on: May 07, 2008, 09:30:00 pm »

For me, and I have tested these at length, my reference to 'raw green glass' is accomplished thus:

[REAGENT:1:ROUGH:NO_SUBTYPE:GLASS_GREEN:NO_MATGLOSS]

[PRODUCT:100:1:ROUGH:NO_SUBTYPE:GLASS_GREEN:NO_MATGLOSS]

If you want a cut gem, it would be similar, but replace ROUGH with SMALLGEM.  And so forth.  Green Glass acts like a material, like 'wood' or 'stone', but is specific enough because there is only one type of Green Glass.  As I explained elsewhere, the code shown here refers to 'any rough gem so long as it is made of green glass', whereas the code that uses GEM where GLASS_GREEN is was refering to 'any rough gem under the type gem with the matgloss of green glass' but would require a gem to be made called Green Glass or something, and would not be considered green glass as the material it is made out of anymore by the code.  Said another way, The way above makes, specifically, a rough gem of the material Green Glass (which is what you make when you make 'raw green glass' as the glass furnace), while the other method makes a rough gem of the material gem named green glass.  That is only correct if you are using regular gems.

[ May 07, 2008: Message edited by: Pickerel ]

Logged

Deon

  • Bay Watcher
  • 💀 💀 💀 💀 💀
    • View Profile
Re: Reactions questions
« Reply #4 on: May 08, 2008, 12:18:00 pm »

Thank you, I was a bit unsure and had no examples to look at.
I'lltry all versions to figure out what do I need more.
Thank you for the ROUGH part, I haven't tested it yet and worked with GEMs.
Logged
▬(ஜ۩۞۩ஜ)▬
✫ DF Wanderer ✫ - the adventure mode crafting and tweaks
✫ Cartographer's Lounge ✫ - a custom worldgen repository