-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathlog.txt
52 lines (39 loc) · 1.37 KB
/
log.txt
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
##Add:
background unique properties (specialty, etc.)
alignment doesn't work with show() (works on mobile thought)
spells on sheet
editable jquery stats (STR DEX, etc)
draggable outside of range on mobile / reskin
hideable/editable sheet
check on mending & other spells on phb!
styling
fix light/detect magic (any duplicates) that (id is duplicated on wizard)
##Low Prior
- Tooltip on sheet for how it was calculated
- tooltips for things (kits, skills, etc.)
- Spreadsheet export
- Save html (instructions?)
- pluses on stat mods
- hide spells not available in basic (based on * probably)
##Problems:
changing race after class/stat selection won't update hp/stats accurately
##!DONE!
alert validations - DONE
rogue expertises - DONE
spell limiations - DONE
remove drow elf - DONE
Issue: Point buy won't update cleric spellcountm - FIXED
Labels on class equipment - DONE
changed pack values with pack contents - DONE
cleric divine domain - DONE
ac calulation - Not needed
attack calculation - not necessary
age/height/weight/xp number display on mobile - DONE
hide parts of the form before selection is made - SOLVED/SKIPPED
Extra race languages / extra bg languages - DONE
subrace selection buttons change - DONE
hp bonus (look for total_hp) - DONE
put update in function for statArray bullshit DONE
skill label hide DONE
add bonus_str, bonus_atr to sheet DONE
convert , to ^ for split DONE