Well, the "Pan-Elemental" styles are interesting... Each style has something that makes it difficult if not impossible to use them in a character generator.
Crimson Pentacle Blade Style, has the "Five Directions Formation Protocol" which has few usable statistics: Keywords and prerequisite charms. The remaining statistics (cost, mins, type, duration) all consist of one word: Varies.
Even Blade Style consists of multiple crosslinked charms which makes it difficult to see where each charm points.
Fivefold Shadow Hand Style is by far the most difficult.
It has a new value for the "event" attribute on the <duration /> element: Until Broken. The problem is that most of the tree has "coded" prerequisite charms.
Example: "(Element) Adept Gesture" where (Element) = Breeze, Forgotten, Mountain, Mist, or Smoke. "Nothing but the Wind" requires a character having taken "Breeze Adept Gesture". On the other hand, "White Breath in the Cold" requires a character to have acquired "Mist Adept Gesture", ad nausem. The final charm requires a character having taken both of their favored element's charms but they only link to "(Element) Adept Gesture".
The simple answer is to use "Terrestrial.ElementAdeptGesture" as the prerequisite charm for all of them but that would create a flat charm tree and provide no way to fulfill the final charm's requirement (of having taken both favored element charms).
If you hadn't guessed... This means that "Even Blade Style" is completely done, "Crimson Pentacle Blade" is 99% done, and I
haven't really started "Fivefold Shadow Hand". It also means that I will post a new file tomorrow, when I've gotten a chance to proof it. Watch this post for updates.
Update: The update is now available. It adds the final Terrestrial styles for this book.
Currently, I've disabled the "Fivefold Shadow Hand" style but it can be re-enabled simply by removing the appropriate comment markers from
plugin-fragment.xml which is contained in
book_scrollofthemonk.jar. As noted above, there is a problem with one charm in the "Crimson Pentacle Blade" style.
You will also notice problems with the new keywords (<charmAttribute />): Share-(Element), and Element . There is also a new <duration />: One flurry. As noted below (by
urskr), these problems are fixable if you desire to do so. I've actually "fixed" this and it will be in the next version of the plug-in. Though I think that the "Charm.Unit.flurry.Singular" should be incorporated into the main application because we will probably see this again.