summaryrefslogtreecommitdiff
path: root/app/lib/rules/data/classes.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'app/lib/rules/data/classes.yaml')
-rw-r--r--app/lib/rules/data/classes.yaml178
1 files changed, 178 insertions, 0 deletions
diff --git a/app/lib/rules/data/classes.yaml b/app/lib/rules/data/classes.yaml
new file mode 100644
index 0000000..8d9173c
--- /dev/null
+++ b/app/lib/rules/data/classes.yaml
@@ -0,0 +1,178 @@
+cleric:
+ name: "Cleric"
+ prime_requisites:
+ - Wisdom
+ npc_ability_score_modifiers:
+ Wisdom: 2
+ chances_for_magic:
+ sword: 0
+ misc_weapon: 10
+ armor_shield: 10
+ protection: 2
+ potion: 5
+ scroll: 5
+ ring: 5
+ rod_staff_wand: 5
+ misc: 5
+
+druid:
+ name: "Druid"
+ prime_requisites:
+ - Wisdom
+ - Charisma
+ chances_for_magic:
+ sword: 0
+ misc_weapon: 10
+ armor_shield: 10
+ protection: 2
+ potion: 5
+ scroll: 5
+ ring: 5
+ rod_staff_wand: 5
+ misc: 5
+
+fighter:
+ name: "Fighter"
+ prime_requisites:
+ - Strength
+ npc_ability_score_modifiers:
+ Strength: 2
+ Constitution: 1
+ chances_for_magic:
+ sword: 10
+ misc_weapon: 5
+ armor_shield: 10
+ protection: 2
+ potion: 3
+ scroll: 1
+ ring: 5
+ rod_staff_wand: 0
+ misc: 5
+
+paladin:
+ name: "Paladin"
+ prime_requisites:
+ - Strength
+ - Wisdom
+ npc_ability_score_modifiers:
+ Strength: 2
+ Constitution: 1
+ chances_for_magic:
+ sword: 10
+ misc_weapon: 5
+ armor_shield: 10
+ protection: 2
+ potion: 3
+ scroll: 1
+ ring: 5
+ rod_staff_wand: 0
+ misc: 5
+
+ranger:
+ name: "Ranger"
+ prime_requisites:
+ - Strength
+ - Intelligence
+ - Wisdom
+ npc_ability_score_modifiers:
+ Strength: 2
+ Constitution: 1
+ chances_for_magic:
+ sword: 10
+ misc_weapon: 5
+ armor_shield: 10
+ protection: 2
+ potion: 3
+ scroll: 1
+ ring: 5
+ rod_staff_wand: 0
+ misc: 5
+
+magic-user:
+ name: "Magic-user"
+ prime_requisites:
+ - Intelligence
+ npc_ability_score_modifiers:
+ Intelligence: 2
+ Dexterity: 1
+ chances_for_magic:
+ sword: 0
+ misc_weapon: 5
+ armor_shield: 0
+ protection: 10
+ potion: 10
+ scroll: 10
+ ring: 5
+ rod_staff_wand: 5
+ misc: 5
+
+illusionist:
+ name: "Illusionist"
+ prime_requisites:
+ - Intelligence
+ - Dexterity
+ chances_for_magic:
+ sword: 0
+ misc_weapon: 5
+ armor_shield: 0
+ protection: 10
+ potion: 10
+ scroll: 10
+ ring: 5
+ rod_staff_wand: 5
+ misc: 5
+
+thief:
+ name: "Thief"
+ prime_requisites:
+ - Dexterity
+ npc_ability_score_modifiers:
+ Dexterity: 2
+ Intelligence: 1
+ chances_for_magic:
+ sword: 10
+ misc_weapon: 5
+ armor_shield: 10
+ protection: 2
+ potion: 3
+ scroll: 1
+ ring: 5
+ rod_staff_wand: 0
+ misc: 5
+
+assassin:
+ name: "Assassin"
+ prime_requisites:
+ - Strength
+ - Dexterity
+ npc_ability_score_modifiers:
+ Strength: 1
+ Dexterity: 2
+ Intelligence: 1
+ chances_for_magic:
+ sword: 10
+ misc_weapon: 5
+ armor_shield: 10
+ protection: 2
+ potion: 3
+ scroll: 1
+ ring: 5
+ rod_staff_wand: 0
+ misc: 5
+
+monk:
+ name: "Monk"
+ prime_requisites:
+ - Strength
+ - Wisdom
+ - Dexterity
+ chances_for_magic:
+ sword: 0
+ misc_weapon: 5
+ armor_shield: 0
+ protection: 2
+ potion: 0
+ scroll: 0
+ ring: 5
+ rod_staff_wand: 0
+ misc: 5