summaryrefslogtreecommitdiff
path: root/src/data
diff options
context:
space:
mode:
Diffstat (limited to 'src/data')
-rw-r--r--src/data/rules/races.yaml50
1 files changed, 50 insertions, 0 deletions
diff --git a/src/data/rules/races.yaml b/src/data/rules/races.yaml
new file mode 100644
index 0000000..96e0142
--- /dev/null
+++ b/src/data/rules/races.yaml
@@ -0,0 +1,50 @@
+dwarf:
+ name: "Dwarf"
+ ability_score_modifiers:
+ Constitution: +1
+ Charisma: -1
+ npc_ability_score_modifiers:
+ Strength: +1
+ Constitution: +1
+ Charisma: -1
+
+elf:
+ name: "Elf"
+ ability_score_modifiers:
+ Dexterity: +1
+ Constitution: -1
+ npc_ability_score_modifiers:
+ Intelligence: +1
+ Dexterity: +1
+
+gnome:
+ name: "Gnome"
+ npc_ability_score_modifiers:
+ Wisdom: +1
+ Constitution: +1
+ Charisma: -1
+
+half-elf:
+ name: "Half-elf"
+
+halfling:
+ name: "Halfling"
+ ability_score_modifiers:
+ Strength: -1
+ Dexterity: +1
+ npc_ability_score_modifiers:
+ Dexterity: +1
+ Constitution: +1
+
+half-orc:
+ name: "Half-orc"
+ ability_score_modifiers:
+ Strength: +1
+ Constitution: +1
+ Charisma: -1
+ npc_ability_score_modifiers:
+ Dexterity: +1
+ Constitution: +1
+
+human:
+ name: "Human"