Some progression work, and fixed start rank level to 1

This commit is contained in:
Vlyan
2020-12-26 21:55:23 +01:00
parent a0963e266e
commit 65be83dc14
10 changed files with 99 additions and 48 deletions

View File

@@ -7,6 +7,7 @@ L5R5E.paths = {
L5R5E.stances = ["earth", "air", "water", "fire", "void"];
L5R5E.techniques = ["kata", "kiho", "invocation", "ritual", "shuji", "maho", "ninjutsu"];
L5R5E.xpPerRank = [20, 24, 32, 44, 60];
// Map SkillId - CategoryId
L5R5E.skills = new Map();