Classes
From FragoriaWiki
(Difference between revisions)
Line 71: | Line 71: | ||
| [[File:spion2.png|100px|link=Spy]] | | [[File:spion2.png|100px|link=Spy]] | ||
|} | |} | ||
+ | |||
+ | |||
+ | [html] | ||
+ | <meta charset="utf-8"> | ||
+ | <style> | ||
+ | |||
+ | .node { | ||
+ | cursor: pointer; | ||
+ | } | ||
+ | |||
+ | .node circle { | ||
+ | fill: #fff; | ||
+ | stroke: steelblue; | ||
+ | stroke-width: 1.5px; | ||
+ | } | ||
+ | |||
+ | .node text { | ||
+ | font: 10px sans-serif; | ||
+ | } | ||
+ | |||
+ | .link { | ||
+ | fill: none; | ||
+ | stroke: #ccc; | ||
+ | stroke-width: 1.5px; | ||
+ | } | ||
+ | |||
+ | </style>[/html] |
Revision as of 08:47, 29 August 2015
General Info
Below is the class tree. To pick the class you want at level 31, make sure to select the correct intermediary classes at level 9 and 15. Furthermore, keep in mind the following rules about skill books:
- You can only read books of higher value. You cannot read Grade 1 Weakening if you have Grade 2 applied.
- Green spell < Blue spell < Gold Spell < Purple Spell
- However, a Grade 2 green spell is higher in value than a Grade 1 purple spell.
- You can only skip intermediary book grades available in the bookstores. For example, if you have Grade 1 General Regeneration, you can skip reading Grade 2, and read Grade 3, because Grade 3 is available in the bookstore. Of course, you must be of the proper character level.
- To read books above the grades listed in the bookstore (ei. Grade 4-6 General Regeneration), you must have the previous Grade in purple applied. Therefore, you need to have read Grade 3 purple, in order to read Grade 4 purple, and you must have read Grade 4 purple, to read Grade 5 purple.
Class Tree
Levels 1-9 | Levels 10-14 | Levels 15-30 | Levels 31+ | |||
---|---|---|---|---|---|---|
↗ | ↗ | |||||
↘ | ||||||
↗ | ↘ | ↗ | ||||
↘ | ||||||
↘ | ↗ | |||||
↗ | ↘ | |||||
→ | ↗ | |||||
↘ | ||||||
↘ | ↗ | |||||
↘ |
[html]
<meta charset="utf-8">
<style>
.node {
cursor: pointer;
}
.node circle {
fill: #fff; stroke: steelblue; stroke-width: 1.5px;
}
.node text {
font: 10px sans-serif;
}
.link {
fill: none; stroke: #ccc; stroke-width: 1.5px;
}
</style>[/html]