You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there's a hard-coded list of field sets that should be shorted onto a single line present in automate/jsonutils.py. This code should not have that knowledge.
Extend jsonutils to accept a list of field sets during encoding
Extend the export stage system, allowing stages to optionally provide a list of field sets
Given Python's regex system caches all regex string compilations there's probably no need to be clever with this.
The text was updated successfully, but these errors were encountered:
* First-pass currently extracts:
* Basic info (name, blueprint, tags)
* Drag weight and mass
* Fall damage + speed
* Walking and sprinting speeds
This change also extends json formatting for neater attack info, but see #75 as this needs improving.
Currently there's a hard-coded list of field sets that should be shorted onto a single line present in
automate/jsonutils.py
. This code should not have that knowledge.Given Python's regex system caches all regex string compilations there's probably no need to be clever with this.
The text was updated successfully, but these errors were encountered: