Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
rathadel:skilltrees:general [2020/04/12 02:05] dugging |
rathadel:skilltrees:general [2020/04/12 02:22] (current) dugging |
||
---|---|---|---|
Line 1: | Line 1: | ||
# Physical Form | # Physical Form | ||
- | <flowchartjs default> | + | <flow> |
- | phys =>operation: Physical Body | + | graph TD |
- | dexI =>operation: +1 Dexterity Score | + | A[Physical Body]-->|100 Enhancer|B[+1 Dexterity Score] |
- | conI =>operation: +1 Constitution Score | + | A-->|50 Enhancer</br>50 Mutant|C[+1 Constitution Score] |
- | wisI =>operation: +1 Wisom Score | + | A-->|50 Enhancer & 50 Manipulator|D[+1 Wisom Score] |
- | intI =>operation: +1 Intelligence Score | + | A-->|50 Enhancer & 50 Artificer|E[+1 Intelligence Score] |
- | chaI =>operation: +1 Charisma Score | + | A-->|50 Enhancer & 50 Influencer|F[+1 Charisma Score] |
- | strI =>operation: +1 Strength Score | + | A-->|50 Enhancer & 50 Emitter|G[+1 Strength Score</br>add one strength] |
- | + | ||
- | phys->strI | + | |
- | phys->dexI | + | |
- | phys->conI | + | |
- | phys->intI | + | |
- | phys->wisI | + | |
- | phys->chaI | + | |
- | </flowchartjs> | + | |
+ | </flow> |