diff --git a/resources/swcharacters.json b/resources/swcharacters.json index eb5088f..2aa1969 100644 --- a/resources/swcharacters.json +++ b/resources/swcharacters.json @@ -33,6 +33,7 @@ "Coordination": 0, "Core-worlds": 0, "Discipline": 0, + "Education": 0, "Gunnery": 0, "Leadership": 1, "Lightsaber": 0, @@ -63,7 +64,7 @@ "Morality": { "Weakness": "Arrogance", "Strength": "Pride", - "Conflict": "", + "Conflict": 0, "Morality": "29" }, "Credits": 0, @@ -110,6 +111,7 @@ "Coordination": 1, "Core-worlds": 0, "Discipline": 0, + "Education": 0, "Gunnery": 2, "Leadership": 0, "Lightsaber": 0, @@ -140,7 +142,7 @@ "Morality": { "Weakness": "Recklessness", "Strength": "Curiosity", - "Conflict": "", + "Conflict": 0, "Morality": "" }, "Credits": 0, @@ -185,6 +187,7 @@ "Coordination": 0, "Core-worlds": 0, "Discipline": 0, + "Education": 0, "Gunnery": 0, "Leadership": 0, "Lightsaber": 1, @@ -213,7 +216,7 @@ "Morality": { "Weakness": "Anger", "Strength": "Bravery", - "Conflict": "", + "Conflict": 0, "Morality": "50" }, "Credits": 0, @@ -294,7 +297,7 @@ "Morality": { "Weakness": "", "Strength": "", - "Conflict": "", + "Conflict": 0, "Morality": "" }, "Credits": 0, @@ -339,6 +342,7 @@ "Coordination": 0, "Core-worlds": 0, "Discipline": 0, + "Education": 0, "Gunnery": 0, "Leadership": 0, "Lightsaber": 0, @@ -367,7 +371,7 @@ "Morality": { "Weakness": "", "Strength": "", - "Conflict": "", + "Conflict": 0, "Morality": "" }, "Credits": 0, diff --git a/resources/swskills.json b/resources/swskills.json index 91f0e6c..4117956 100644 --- a/resources/swskills.json +++ b/resources/swskills.json @@ -30,5 +30,6 @@ "Streetwise" : "Cunning", "Survival" : "Cunning", "Xenology" : "Intellect", - "Lightsaber" : "Brawn" + "Lightsaber" : "Brawn", + "Education" : "Intellect" } \ No newline at end of file diff --git a/resources/swtemplates.json b/resources/swtemplates.json index 69220b7..e36d6d1 100644 --- a/resources/swtemplates.json +++ b/resources/swtemplates.json @@ -31,6 +31,7 @@ "Coordination": 0, "Core-worlds": 0, "Discipline": 0, + "Education": 0, "Gunnery": 0, "Leadership": 0, "Lightsaber": 0,