I'm working on an adventure mode reaction that creates a glob, similar to a Magic Missile, only with a syndrome attached. It also requires reagents, to complete the "spell". I'm having a problem.
For starters, here's the reaction:
[REACTION:PREPARE_ENERGY_BLAST]
[NAME:prepare energy (gnomish)]
[ADVENTURE_MODE_ENABLED]
[REAGENT:dream dust:1:POWDER_MISC:NONE:PLANT_MAT:DREAM_BUDS:MILL]
[REAGENT:ruby:1:ROUGH:NONE:INORGANIC:RUBY]
[PRODUCT:100:1:GLOB:NONE:INORGANIC:GNOMISH_ENERGY]
[SKILL:CONCENTRATION]
Now, since the reagents are hard to find, I created two more reactions to summon them for testing, just to make sure it works.
[REACTION:SUMMON_DREAM_DUST]
[NAME:summon dream dust]
[ADVENTURE_MODE_ENABLED]
[PRODUCT:100:1:POWDER_MISC:NONE:PLANT_MAT:DREAM_BUDS:MILL]
[SKILL:CONCENTRATION]
(Dream buds are a plant I added)
[REACTION:SUMMON_RUBY]
[NAME:summon ruby]
[ADVENTURE_MODE_ENABLED]
[PRODUCT:100:1:ROUGH:NONE:INORGANIC:RUBY]
[SKILL:CONCENTRATION]
Now, in arena mode, after I perform the reactions to summon the reagents, I try to "prepare energy", and it says something to the effect of "no item found". Is the problem in the format of my reactions? If not, I can post the raws for the materials I added, to see where I messed it up.
On a side note, is there a way to make those items (rubies and "dream dust" powder) appear more frequently in adventure mode? Or even a way to start with some?