From 58f26cf8495e514a6f2171b2eabeea68354507fa Mon Sep 17 00:00:00 2001 From: Stefan Zermatten Date: Mon, 4 Feb 2019 14:49:28 +0200 Subject: [PATCH] Added sensible defaults to character creation dialog --- app/imports/ui/character/CharacterCreationDialog.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/imports/ui/character/CharacterCreationDialog.vue b/app/imports/ui/character/CharacterCreationDialog.vue index e5539314..c42e0230 100644 --- a/app/imports/ui/character/CharacterCreationDialog.vue +++ b/app/imports/ui/character/CharacterCreationDialog.vue @@ -210,7 +210,7 @@ name: "New Character", gender: "", alignment: "", - race: "", + race: "Race", baseStrength: 10, baseDexterity: 10, baseConstitution: 10, @@ -224,8 +224,8 @@ wisdomBonus: 0, charismaBonus: 0, hitDiceItems: ["d6", "d8", "d10", "d12"], - hitDice: "", - cls: "", + hitDice: "d8", + cls: "Class", }}, methods: { mod(score){