aedenthorn / FuzRoBork

GNU General Public License v3.0
5 stars 3 forks source link

[feature] add option to FuzRoBork to trigger on spell #1

Open drBenway opened 2 years ago

drBenway commented 2 years ago

I was wondering if it would be possible to trigger speach on spell school or even on dedicated spell names. I'm looking for a more D&D like magic behavior where a spell has verbal and somatic components. As it's xml based, it should be easy to make up phrases for spells from other mods.

current:

-<topic name="cast_spell">

<option>Abracadabra</option>

<option>Hocus Pocus</option>

<option>Bibbidy bobbedy boo</option>

</topic>

proposal:

-<topic name="cast_spell">
  <option>Abracadabra</option>
  <option>Hocus Pocus</option>
  <option>Bibbidy bobbedy boo</option>
  <spell school="conjuration">
    <option>clatu verata nictu</option>
  </spell>
  <spell name="iHarvest">
    <option>fetchez la vache!</option>
  </spell>
</topic>
aedenthorn commented 2 years ago

this might be possible through the xml file actions, but I haven't spent much time fixing them for the new version yet