theLaborInVain / kdm-manager-api

The API used by https://kdm-manager.com and related Kingdom Death: Monster utilities.
Other
3 stars 0 forks source link

Survivor Object: add support for gear grids #36

Closed toconnell closed 3 years ago

toconnell commented 3 years ago

Should basically be a dict off of the root of the document, e.g.

'gear_grid': {
    'top_left': 'bone_blade',
    'top_middle': 'rawhide_headband',
    'center': 'boss_mehndi',
}

...or something like that.

Semantic logging's going to be tricky, but the rest of it should be pretty straight-forward.

toconnell commented 3 years ago

This is done and included in the next API release.