Working on 0.8.x

- Showing titles (title_ability) in techniques pc/npc
This commit is contained in:
Vlyan
2021-05-22 23:12:54 +02:00
parent 90ccfd1d68
commit f8afea9513
4 changed files with 19 additions and 17 deletions

View File

@@ -23,7 +23,7 @@ L5R5E.techniques.set("ninjutsu", { type: "core", displayInTypes: true });
L5R5E.techniques.set("school_ability", { type: "school", displayInTypes: false });
L5R5E.techniques.set("mastery_ability", { type: "school", displayInTypes: false });
// Title
// L5R5E.techniques.set("title_ability", { type: "title", displayInTypes: false });
L5R5E.techniques.set("title_ability", { type: "title", displayInTypes: false });
// Custom
L5R5E.techniques.set("specificity", { type: "custom", displayInTypes: false });