Some automatisations on advancements
Added xp cost for technique
This commit is contained in:
@@ -7,7 +7,12 @@ 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];
|
||||
L5R5E.xp = {
|
||||
costPerRank: [20, 24, 32, 44, 60],
|
||||
ringCostMultiplier: 3,
|
||||
skillCostMultiplier: 2,
|
||||
techniqueCost: 3,
|
||||
};
|
||||
|
||||
// Map SkillId - CategoryId
|
||||
L5R5E.skills = new Map();
|
||||
|
||||
Reference in New Issue
Block a user