Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var iFileName = "Foreclaimer.js";
- RequiredSheetVersion(12.999);
- RaceList["foreclaimer"] = {
- regExpSearch : /^(?=.*foreclaimer).*$/i,
- name : "Foreclaimer",
- source : ["HB", 0],
- plural : "Foreclaimers",
- size : 3,
- speed : { walk : { spd : 30, enc : 20 },},
- languageProfs : ["Common", "Elvish"],
- savetxt : {
- text : ["When powered, Magic can't put me to sleep."],
- },
- skills : ["Perception", "Investigation"],
- age : " reach adulthood at 110 years and can live up to 900 years old when powered.",
- height : " range from 6'2\" to 6'8\" tall (6'2\" + 1d6\")",
- weight : " weigh around 230 to 252 lb (230 + 2d12 lb)",
- improvements : "Something Catlike: +2 Wisdom;",
- scores : [0, 0, 0, 0, 2, 0],
- trait : "Foreclaimer (+2 Wisdom)\nPowered: power crystal can be removed at will, if done so, lose all racial bonuses.\nSubrace: can choose only one augmentation at a time. requires a long rest for the effects of new augmentation to take place.",
- variants : [],
- };
- var iFileName = "Foreclaimer Subs.js";
- RequiredSheetVersion(12.999);
- AddRacialVariant(
- "foreclaimer",
- "gills foreclaimer",
- {
- regExpSearch : /^(?=.*gills)(?=.*foreclaimer).*$/i,
- name : "Gills Foreclaimer",
- source : ["HB", 0],
- plural : "Gills Foreclaimers",
- trait : "Gills Foreclaimer (+2 Wisdom)\nPowered: power crystal can be removed at will, if done so, lose all racial bonuses.\nSubrace: can choose only one augmentation at a time. requires a long rest for the effects of new augmentation to take place.\nGills:\n I can breath underwater.",
- }
- );
- AddRacialVariant(
- "foreclaimer",
- "cat eyes foreclaimer",
- {
- regExpSearch : /^(?=.*cat)(?=.*eyes)(?=.*foreclaimer).*$/i,
- name : "Cat Eyes Foreclaimer",
- source : ["HB", 0],
- plural : "Cat Eyes Foreclaimers",
- vision : [["Darkvision", 60]],
- }
- );
- AddRacialVariant(
- "foreclaimer",
- "stick palm glands foreclaimer",
- {
- regExpSearch : /^(?=.*stick)(?=.*palm)(?=.*glands)(?=.*foreclaimer).*$/i,
- name : "Stick Palm Glands Foreclaimer",
- source : ["HB", 0],
- plural : "Stick Palm Glands Foreclaimers",
- speed : { walk : { spd : 30, enc : 20 }, climb : { spd : 20, enc : 10 } },
- }
- );
- AddRacialVariant(
- "foreclaimer",
- "muscle enhancement foreclaimer",
- {
- regExpSearch : /^(?=.*muscle)(?=.*enhancement)(?=.*foreclaimer).*$/i,
- name : "Muscle Enhancement Foreclaimer",
- source : ["HB", 0],
- plural : "Muscle Enhancement Foreclaimers",
- scores : [1, 0, 0, 0, 2, 0],
- trait : "Muscle Enhancement Foreclaimer (+2 Wisdom, +1 Strength)\nPowered: power crystal can be removed at will, if done so, lose all racial bonuses.\nSubrace: can choose only one augmentation at a time. requires a long rest for the effects of new augmentation to take place.",
- }
- );
- AddRacialVariant(
- "foreclaimer",
- "metallic skin foreclaimer",
- {
- regExpSearch : /^(?=.*metallic)(?=.*skin)(?=.*foreclaimer).*$/i,
- name : "Metallic Skin Foreclaimer",
- source : ["HB", 0],
- plural : "Metallic Skin Foreclaimers",
- scores : [0, 0, 1, 0, 2, 0],
- trait : "Metallic Skin Foreclaimer (+2 Wisdom, +1 Constitution)\nPowered: power crystal can be removed at will, if done so, lose all racial bonuses.\nSubrace: can choose only one augmentation at a time. requires a long rest for the effects of new augmentation to take place.",
- }
- );
- AddRacialVariant(
- "foreclaimer",
- "tempered skin foreclaimer",
- {
- regExpSearch : /^(?=.*tempered)(?=.*skin)(?=.*foreclaimer).*$/i,
- name : "Tempered Skin Foreclaimer",
- source : ["HB", 0],
- plural : "Tempered Skin Foreclaimers",
- dmgres : ["Fire"]
- }
- );
- AddRacialVariant(
- "foreclaimer",
- "agility enhancement foreclaimer",
- {
- regExpSearch : /^(?=.*agility)(?=.*enhancement)(?=.*foreclaimer).*$/i,
- name : "Agility Enhancement Foreclaimer",
- source : ["HB", 0],
- plural : "Agility Enhancement Foreclaimers",
- speed : ["40 ft", "30 ft"],
- }
- );
- AddRacialVariant(
- "foreclaimer",
- "optic camouflage foreclaimer",
- {
- regExpSearch : /^(?=.*optic)(?=.*camouflage)(?=.*foreclaimer).*$/i,
- name : "Optic Camouflage Foreclaimer",
- source : ["HB", 0],
- plural : "Optic Camouflage Foreclaimers",
- trait : "Foreclaimer (+2 Wisdom)\nPowered: power crystal can be removed at will, if done so, lose all racial bonuses.\nSubrace: can choose only one augmentation at a time. requires a long rest for the effects of new augmentation to take place.\nOptic Camouflage: Once per day, I can use invisibility on self at level 3 and Pyrotechnics at level 5 with a range of self, For Pyrotechnics the Fireworks portion of the spell has no effect on me when cast with this ability.",
- spellcastingAbility : 5,
- features : {
- "invisibility" : {
- name : "Invisibility (self only)",
- minlevel : 3,
- usages : 1,
- recovery : "long rest",
- tooltip : " (Optic Camouflage)",
- action : ["action", ""],
- spellcastingBonus : {
- name : "Optic Camouflage (level 3)",
- spells : ["invisibility"],
- selection : ["invisibility"],
- oncelr : true
- }
- },
- "pyrotechnics" : {
- name : "Pyrotechnics (self range)",
- minlevel : 5,
- usages : 1,
- recovery : "long rest",
- tooltip : " (Optic Camouflage)",
- action : ["action", ""],
- spellcastingBonus : {
- name : "Optic Camouflage (level 5)",
- spells : ["pyrotechnics"],
- selection : ["pyrotechnics"],
- oncelr : true
- }
- }
- }
- }
- );
- AddRacialVariant(
- "foreclaimer",
- "sixth sense foreclaimer",
- {
- regExpSearch : /^(?=.*sixth)(?=.*sense)(?=.*foreclaimer).*$/i,
- name : "Sixth Sense Foreclaimer",
- source : ["HB", 0],
- plural : "Sixth Sense Foreclaimers",
- savetxt : {
- text : ["Dex save advantage",
- "When powered, Magic can't put me to sleep."],
- }
- }
- );
- AddRacialVariant(
- "foreclaimer",
- "toxic blood foreclaimer",
- {
- regExpSearch : /^(?=.*toxic)(?=.*blood)(?=.*foreclaimer).*$/i,
- name : "Toxic Blood Foreclaimer",
- source : ["HB", 0],
- plural : "Toxic Blood Foreclaimers",
- dmgres : ["disease","poison"]
- }
- );
- AddRacialVariant(
- "foreclaimer",
- "mythril bones foreclaimer",
- {
- regExpSearch : /^(?=.*mythril)(?=.*bones)(?=.*foreclaimer).*$/i,
- name : "Mythril Bones Goreclaimer",
- source : ["HB", 0],
- plural : "Mythril Bones Goreclaimers",
- trait : "Foreclaimer (+2 Wisdom)\nPowered: power crystal can be removed at will, if done so, lose all racial bonuses.\nSubrace: can choose only one augmentation at a time. requires a long rest for the effects of new augmentation to take place.\nMythril Bones: Reduce falling damage by 1d4+my level.",
- }
- );
- AddRacialVariant(
- "foreclaimer",
- "focused solar lenses foreclaimer",
- {
- regExpSearch : /^(?=.*focused)(?=.*solar)(?=.*lenses)(?=.*foreclaimer).*$/i,
- name : "Focused Solar Lenses Foreclaimer",
- source : ["HB", 0],
- plural : "Focused Solar Lenses Foreclaimers",
- trait : "Focused Solar Lenses Foreclaimer (+2 Wisdom)\nPowered: power crystal can be removed at will, if done so, lose all racial bonuses.\nSubrace: can choose only one augmentation at a time. requires a long rest for the effects of new augmentation to take place.\nFocused Solar Lenses:\n While in direct sunlight, I can fire a focused beam of energy out of my eyes in a straight line for up to 15 ft that does 1d6+ your level radient damage. The enemy must make a Dex saving throw with DC 8 + Wis mod + prof bonus, on a successful save they take half damage. I may use this ability once a short rest",
- spellcastingAbility : 5,
- features : {
- "Focused Solar Lenses" : {
- name : "Focused Solar Lenses",
- usages : 1,
- minlevel : 1,
- recovery : "short rest",
- additional : levels.map(function (n) {
- if (n < 1) return ""
- return Math.ceil (n) + "+1d6 radient damage";
- }),
- action : ["action", ""],
- },
- }
- }
- );
Advertisement
Add Comment
Please, Sign In to add comment