Sadrik
First Post
Here is the near the final draft. Any thoughts are welcome.
Sadrik
SKILLS
Characters get skill points at first level and buy their skills from their class’s skill list.
After first level characters receive an additional skill point at every even level. (2, 4, 6, 8, 10, 12, 14, 16, 18, and 20)
Humans get 1 more skill point at first level.
Rogues have a class feature that gives them an additional skill point at every odd level after first level. (3, 5, 7, 9, 11, 13, 15, 17, and 19)
Characters can also get additional skill points by taking the following feat.
SKILLED [GENERAL]
Benefit: You gain 2 more skill points to buy more skills.
Costs:
At first level when characters are buying their skills they get a bonus to buying their class skills. Class skills get a free point added to it when bought.
Sadrik
SKILLS
Characters get skill points at first level and buy their skills from their class’s skill list.
Code:
Skill Points by Class:
Arcanist 12+int
Barbarian 12+int
Bard 14+int
Cleric 10+int
Druid 12+int
MageKnight 10+int
Fighter 10+int
Monk 12+int
Mystic 10+int
Paladin 10+int
Priest 12+int
Ranger 12+int
Rogue 16+int
Sorcerer 10+int
Wizard 10+int
Humans get 1 more skill point at first level.
Rogues have a class feature that gives them an additional skill point at every odd level after first level. (3, 5, 7, 9, 11, 13, 15, 17, and 19)
Characters can also get additional skill points by taking the following feat.
SKILLED [GENERAL]
Benefit: You gain 2 more skill points to buy more skills.
Costs:
At first level when characters are buying their skills they get a bonus to buying their class skills. Class skills get a free point added to it when bought.
Code:
Skill Cost Skill Rating
0 skill points Untrained
1 skill point Poor
2 skill points Average
3 skill points Good
4 skill points Supreme
Code:
Skill Ratings by Level:
Level Sprm Good Avrg Poor Untrnd
1 +4 +3 +2 +1 +0
2 +5 +4 +3 +1 +0
3 +6 +5 +3 +2 +0
4 +7 +6 +4 +2 +1
5 +8 +6 +4 +3 +1
6 +9 +7 +5 +3 +1
7 +10 +8 +5 +3 +2
8 +11 +9 +6 +4 +2
9 +12 +9 +6 +4 +2
10 +13 +10 +7 +5 +3
11 +14 +11 +7 +5 +3
12 +15 +12 +8 +6 +3
13 +16 +12 +8 +6 +4
14 +17 +13 +9 +6 +4
15 +18 +14 +9 +7 +4
16 +19 +15 +10 +7 +5
17 +20 +15 +10 +8 +5
18 +21 +16 +11 +8 +5
19 +22 +17 +11 +9 +6
20 +23 +18 +12 +9 +6
Last edited: