% import random % rebase('frame.tpl')

blessfrey game design document

The vision for Blessfrey

Choose a primary and secondary class, gain skills through gameplay, build a skillbar from unlimited combinations of skills with interesting synergies, and test it in combat with new friends around town. Or collect practical skills to spend a day transmuting items, cooking, or socializing. Lots to discover and explore!

% # find longest column, since html tables need to be doled out row by row % longcol = topics[0] % for t in topics: % if len(t) > len(longcol): % longcol = t % end % end % # build a table out of an array that looks like [[col1 items],[col2 items],[col3 items]] % i = 0 % for k in range(len(longcol)): % for j in topics: % if len(j) > i: % else: % end % end % i += 1 % end
{{j[i]}}