Added sensible defaults to character creation dialog

This commit is contained in:
Stefan Zermatten
2019-02-04 14:49:28 +02:00
parent 836b10d499
commit 58f26cf849

View File

@@ -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){