Working on 0.8.x
-dot separator in settings -mergeObject ns -added a option to enable/disable custom techs -removed "foundry-pc-types" as it was absolutely obsolete -fixed some roll errors (_rolled -> _evaluated)
This commit is contained in:
@@ -7,18 +7,8 @@ L5R5E.paths = {
|
||||
|
||||
L5R5E.money = [50, 10];
|
||||
L5R5E.stances = ["earth", "air", "water", "fire", "void"];
|
||||
L5R5E.techniques = [
|
||||
"kata",
|
||||
"kiho",
|
||||
"inversion",
|
||||
"invocation",
|
||||
"ritual",
|
||||
"shuji",
|
||||
"maho",
|
||||
"ninjutsu",
|
||||
"link",
|
||||
"specificity",
|
||||
];
|
||||
L5R5E.techniques = ["kata", "kiho", "inversion", "invocation", "ritual", "shuji", "maho", "ninjutsu"];
|
||||
L5R5E.techniques_custom = ["link", "specificity"];
|
||||
L5R5E.techniques_school = ["school_ability", "mastery_ability"];
|
||||
|
||||
L5R5E.xp = {
|
||||
|
||||
Reference in New Issue
Block a user