- Make my parser better handle the Hunter's Quarry format in the dnd4e
file, so I don't end up with "?" as the "name" of the condition.
- Change my ip4xml format to present the name and the description
separately, in a backwards-compatible way. Right now, it's like this:
<Condition name="add a bunch to every roll - Mega Power" />
The backwards compatible yet more flexible output should be:
<Condition name="add a bunch to every roll - Mega Power"
label="Mega Power" description="add a bunch to every roll" />
Dave, would that suit your needs? Anyone else have an opinion?
Cheers,
Andrew
CB. That stuff comes almost straight from the dnd4e file.
> 2. Has anyone noticed this type of issue before? (Is this a one time
> thing or is it recurring problem?)
I see it occasionally; wish there was something to be done about it.
Report it to WotC, I suppose...
> 3. Does anyone know if testing for powers with attack info, but no
> corresponding damage component, and re-assigning them as non weapon
> based powers would cause any issues elsewhere? (Do attacks with attack
> bonuses exist that don't do damage?)
I wouldn't take that approach; even if no such powers currently exist,
nothing prevents them from existing in the future. Probably better to
pass it through and campaign to have the source data corrected.
Cheers,
Andrew
On Jul 17, 2010, at 4:30 PM, David Berg wrote:
> 3. Does anyone know if testing for powers with attack info, but no
> corresponding damage component, and re-assigning them as non weapon
> based powers would cause any issues elsewhere? (Do attacks with attack
> bonuses exist that don't do damage?)
Absolutely. The canonical example I'll suggest is `Astral Seal'.
Hope that helps,
*Chad