Guest User

Vanara Code

a guest
Aug 26th, 2018
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /*  -WHAT IS THIS?-
  2.     This file adds the Vanara race from Heroes of the Orient to "MPMB's Character Record Sheet" found at https://flapkan.com/mpmb/charsheets
  3.     Import this file using the "Add Extra Materials" bookmark.
  4.  
  5.     -KEEP IN MIND-
  6.    
  7. */
  8.  
  9. /*  -INFORMATION-
  10.     Subject:    Vanara
  11.     Effect:     This cods adds the Vanara race to the sheet
  12.     Sheet:      v13.00.00 (2018-08-26) [identical to v12.999 syntax]
  13. */
  14.  
  15. var iFileName = "Vanara.js";
  16.  
  17. RaceList["vanara"] = {
  18.  
  19.     regExpSearch : /vanara/i,
  20.    
  21.     name : "Vanara",
  22.    
  23.     sortname : "Vanara",
  24.    
  25.     source : ["HB", 0],
  26.    
  27.     plural : "Vanara",
  28.    
  29.     size : 3,
  30.  
  31.     speed : {
  32.        
  33.         walk : { spd : 30, enc : 20 },
  34.        
  35.         climb : { spd : "walk", enc : 0 },
  36.        
  37.     },
  38.        
  39.     languageProfs : ["Common", 1],
  40.    
  41.     savetxt : {
  42.        
  43.         adv_vs : ["frightened"]
  44.     },
  45.    
  46.     age : " reach adulthood at 30 and live around 200 years",
  47.    
  48.     height : " range from 4 to 5 feet tall",
  49.    
  50.     improvements : "Vanara: +2 Dexterity, +1 Intelligence;",
  51.    
  52.     scores : [0, 2, 0, 1, 0, 0],
  53.    
  54.     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.",
  55.    
  56.     }
  57.    
  58. };
Advertisement
Add Comment
Please, Sign In to add comment