Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* -WHAT IS THIS?-
- This file adds the Vanara race from Heroes of the Orient to "MPMB's Character Record Sheet" found at https://flapkan.com/mpmb/charsheets
- Import this file using the "Add Extra Materials" bookmark.
- -KEEP IN MIND-
- */
- /* -INFORMATION-
- Subject: Vanara
- Effect: This cods adds the Vanara race to the sheet
- Sheet: v13.00.00 (2018-08-26) [identical to v12.999 syntax]
- */
- var iFileName = "Vanara.js";
- RaceList["vanara"] = {
- regExpSearch : /vanara/i,
- name : "Vanara",
- sortname : "Vanara",
- source : ["HB", 0],
- plural : "Vanara",
- size : 3,
- speed : {
- walk : { spd : 30, enc : 20 },
- climb : { spd : "walk", enc : 0 },
- },
- languageProfs : ["Common", 1],
- savetxt : {
- adv_vs : ["frightened"]
- },
- age : " reach adulthood at 30 and live around 200 years",
- height : " range from 4 to 5 feet tall",
- improvements : "Vanara: +2 Dexterity, +1 Intelligence;",
- scores : [0, 2, 0, 1, 0, 0],
- trait : "Vanara (+2 Dexterity, +1 Intelligence)\nPrehensile Tail:\n My tail can lift up to 4 lbs, but cannot make a weapon attack. If I am not carrying anything with my tail, I gain advantage on Dexterity (Acrobatics) checks.\nBravery: I have advantage on saving throws against being Frightened.\nBrash Honesty: I have disadvantage on Charisma (Deception) checks.",
- }
- };
Advertisement
Add Comment
Please, Sign In to add comment