From e7f14e4fcac1e82de0160661c7382db3e8ac6854 Mon Sep 17 00:00:00 2001 From: David Gay Date: Sun, 15 Oct 2023 02:49:29 -0400 Subject: Fix data files: can't use + sign with integers --- src/data/rules/classes.yaml | 28 ++++++++++++++-------------- src/data/rules/races.yaml | 30 +++++++++++++++--------------- 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/src/data/rules/classes.yaml b/src/data/rules/classes.yaml index 6ea7f32..7cfa03f 100644 --- a/src/data/rules/classes.yaml +++ b/src/data/rules/classes.yaml @@ -3,7 +3,7 @@ cleric: prime_requisites: - Wisdom npc_ability_score_modifiers: - Wisdom: +2 + Wisdom: 2 druid: name: "Druid" @@ -16,8 +16,8 @@ fighter: prime_requisites: - Strength npc_ability_score_modifiers: - Strength: +2 - Constitution: +1 + Strength: 2 + Constitution: 1 paladin: name: "Paladin" @@ -25,8 +25,8 @@ paladin: - Strength - Wisdom npc_ability_score_modifiers: - Strength: +2 - Constitution: +1 + Strength: 2 + Constitution: 1 ranger: name: "Ranger" @@ -35,16 +35,16 @@ ranger: - Intelligence - Wisdom npc_ability_score_modifiers: - Strength: +2 - Constitution: +1 + Strength: 2 + Constitution: 1 magic-user: name: "Magic-user" prime_requisites: - Intelligence npc_ability_score_modifiers: - Intelligence: +2 - Dexterity: +1 + Intelligence: 2 + Dexterity: 1 illusionist: name: "Illusionist" @@ -57,8 +57,8 @@ thief: prime_requisites: - Dexterity npc_ability_score_modifiers: - Dexterity: +2 - Intelligence: +1 + Dexterity: 2 + Intelligence: 1 assassin: name: "Assassin" @@ -66,9 +66,9 @@ assassin: - Strength - Dexterity npc_ability_score_modifiers: - Strength: +1 - Dexterity: +2 - Intelligence: +1 + Strength: 1 + Dexterity: 2 + Intelligence: 1 monk: name: "Monk" diff --git a/src/data/rules/races.yaml b/src/data/rules/races.yaml index 8b54e78..0a1ad25 100644 --- a/src/data/rules/races.yaml +++ b/src/data/rules/races.yaml @@ -1,28 +1,28 @@ dwarf: name: "Dwarf" ability_score_modifiers: - Constitution: +1 + Constitution: 1 Charisma: -1 npc_ability_score_modifiers: - Strength: +1 - Constitution: +1 + Strength: 1 + Constitution: 1 Charisma: -1 elf: name: "Elf" ability_score_modifiers: - Dexterity: +1 + Dexterity: 1 Constitution: -1 npc_ability_score_modifiers: - Intelligence: +1 - Dexterity: +1 + Intelligence: 1 + Dexterity: 1 gnome: name: "Gnome" ability_score_modifiers: npc_ability_score_modifiers: - Wisdom: +1 - Constitution: +1 + Wisdom: 1 + Constitution: 1 Charisma: -1 half-elf: @@ -34,20 +34,20 @@ halfling: name: "Halfling" ability_score_modifiers: Strength: -1 - Dexterity: +1 + Dexterity: 1 npc_ability_score_modifiers: - Dexterity: +1 - Constitution: +1 + Dexterity: 1 + Constitution: 1 half-orc: name: "Half-orc" ability_score_modifiers: - Strength: +1 - Constitution: +1 + Strength: 1 + Constitution: 1 Charisma: -2 npc_ability_score_modifiers: - Dexterity: +1 - Constitution: +1 + Dexterity: 1 + Constitution: 1 human: name: "Human" -- cgit v1.2.3