-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathlog.txt
43 lines (28 loc) · 986 Bytes
/
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
##Add:
rogue expertises
check on mending & other spells on phb!
Labels on class equipment - done w/ fighter, cleric - required
background unique properties (specialty, etc.)
spells
hideable/editable sheet
tooltips for things (kits, skills, etc.)
draggable outside of range on mobile / reskin
>alert validations
Equipment validations (mandatory)
##Low Prior
- Tooltip on sheet for how it was calculated
##Problems:
changing race after class/stat selection won't update hp/stats accurately
##!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