-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy paththoughts.txt
More file actions
34 lines (18 loc) · 1.52 KB
/
Copy paththoughts.txt
File metadata and controls
34 lines (18 loc) · 1.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
BUGS
* Hitting enter while editing source data submits the page (can't reproduce?)
* "New character" menu item doesn't clear starting moves
TODO
* Sourcebook list, tickable to include/exclude.
* Make hide/show unticked options per-field?
* Option/control to merge custom data from save file (overwriting same things), so GMs can send out updates and players
can merge them into existing character (or for starting a new character based on the same custom data as an existing
one).
* New-style skin (or just new html file): https://plus.google.com/u/0/communities/100084733231320276299/stream/64e0b2b8-d8fc-48dd-91de-442616ae3338
* Allow checked sub-options in extra/race/alignment moves (have a 3rd+ element in the value).
* Try to do automatic mark-up as much as possible. At the least should be able to do bullet list and check list without using html.
* Moves should be able to add modifiers to the character if they're selected. Multi-class moves in particular need to do something to add the other class' move details.
* Make class icon "editor" only show the dimensions and path, rather than the entire SVG (anti-xss)
* Find out what else is open content from Kickstarter 2012, and add it.
* Add Grim Portents issue 1 races, compendium classes and classes as a source book (code change required: Bladeling race has advanced moves).
* Put code.js, kickstarter2012.js data into a single calls to addSourceData?
* Class-specific starting gear display is hacky (interacts directly with the panels rather than using modifiers).