Advertisement
Domannaa

Half Orc Variant Domannaa

Nov 20th, 2018
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var iFileName = "Variant - Half-Orc (Variant) [by Domannaa].js";
  2. RequiredSheetVersion(12.999);
  3.  
  4. AddRacialVariant("half-orc", "variant", {
  5.     regExpSearch : /^(?=.*variant).*$/i,
  6.     name : "Half-Orc Variant",
  7.     source : ["HB", 0],
  8.     plural : "Half-Orc Variant",
  9.     trait : "Half-Orc Variant (+2 Constitution and +1 to two other ability scores of my choice)\n\nRelentless Endurance: When i am reduced to 0 hit points but not killed outright, i can drop to 1 hit point instead. i can’t use this feature again until i finish a long rest.",
  10.     features : {
  11.         "Relentless Endurance" : {
  12.             name : "Relentless Endurance",
  13.             minlevel : 1,
  14.             usages : 1,
  15.             recovery : "Long Rest",
  16.         }
  17.     }
  18. });
  19.  
  20. //change the Half-orc entry to accepts this new variant
  21. RaceList["half-orc"].regExpSearch = /^(?=.*half)(?=.*(orc|ork|orcish|orkish)).*$/i;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement