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:08] dugging |
rathadel:skilltrees:general [2020/04/12 02:22] (current) dugging |
||
---|---|---|---|
Line 1: | Line 1: | ||
# Physical Form | # Physical Form | ||
+ | <flow> | ||
+ | graph TD | ||
+ | A[Physical Body]-->|100 Enhancer|B[+1 Dexterity Score] | ||
+ | A-->|50 Enhancer</br>50 Mutant|C[+1 Constitution Score] | ||
+ | A-->|50 Enhancer & 50 Manipulator|D[+1 Wisom Score] | ||
+ | A-->|50 Enhancer & 50 Artificer|E[+1 Intelligence Score] | ||
+ | A-->|50 Enhancer & 50 Influencer|F[+1 Charisma Score] | ||
+ | A-->|50 Enhancer & 50 Emitter|G[+1 Strength Score</br>add one strength] | ||
- | phys=>operation: Physical Body | + | </flow> |
- | dexI=>operation: +1 Dexterity Score | + | |
- | conI=>operation: +1 Constitution Score | + | |
- | wisI=>operation: +1 Wisom Score | + | |
- | intI=>operation: +1 Intelligence Score | + | |
- | chaI=>operation: +1 Charisma Score | + | |
- | strI=>operation: +1 Strength Score | + | |
- | + | ||
- | phys->strI | + | |
- | phys->dexI | + | |
- | phys->conI | + | |
- | phys->intI | + | |
- | phys->wisI | + | |
- | phys->chaI | + | |
- | + |