christofsteel / pySpellbook

A PDF spellbook creation utility for d20 like games in python
https://christofsteel.github.io/pySpellbook
Apache License 2.0
4 stars 0 forks source link

Change area, target, etc into one attribute #17

Open christofsteel opened 9 years ago

christofsteel commented 9 years ago

More exactly two attributes. One for the name, the other for the value.

E.g.:

effect_name:  "Target", 
effect_value: "Self"

or

effect_name:  "Area or Target",
effect_value: "15 foot cone or creature touched"

This again will break compatibility.