mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2026-01-14 05:47:50 -06:00
v1.200.0
This commit is contained in:
@@ -809,6 +809,12 @@ class SkillTag {
|
||||
static _fnTag (strMod) {
|
||||
return strMod.replace(/\b(Acrobatics|Animal Handling|Arcana|Athletics|Deception|History|Insight|Intimidation|Investigation|Medicine|Nature|Perception|Performance|Persuasion|Religion|Sleight of Hand|Stealth|Survival)\b/g, (...m) => `{@skill ${m[1]}}`);
|
||||
}
|
||||
|
||||
static tryRunProps (ent, {props} = {}) {
|
||||
props
|
||||
.filter(prop => ent[prop])
|
||||
.forEach(prop => this.tryRun(ent[prop]));
|
||||
}
|
||||
}
|
||||
|
||||
class ActionTag {
|
||||
|
||||
Reference in New Issue
Block a user