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/races.yaml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'src/data/rules/races.yaml') 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