Technique: Sanitize Difficulty and Skill list

This commit is contained in:
Vlyan
2022-02-12 13:07:14 +01:00
parent 16dbc7939d
commit 5bbec503ea
3 changed files with 71 additions and 1 deletions

View File

@@ -16,6 +16,10 @@ L5R5E.xp = {
techniqueCost: 3,
};
L5R5E.regex = {
techniqueDifficulty: /^@([TS]):([^|]+?)(?:\|(min|max)(?:\(([^)]+?)\))?)?$/,
};
L5R5E.initiativeSkills = {
intrigue: "sentiment",
duel: "meditation",