mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
164 lines
4.2 KiB
JavaScript
164 lines
4.2 KiB
JavaScript
const TRAITS = {};
|
|
TRAITS['Allure'] = {
|
|
'points': 4,
|
|
'abilityScore': 'N/A',
|
|
'subAbilityScore': '',
|
|
'book': 'Player\'s Option: Skills & Powers'
|
|
};
|
|
TRAITS['Alertness'] = {
|
|
'points': 6,
|
|
'abilityScore': 'N/A',
|
|
'subAbilityScore': '',
|
|
'book': 'Player\'s Option: Skills & Powers'
|
|
};
|
|
TRAITS['Ambidexterity'] = {
|
|
'points': 4,
|
|
'abilityScore': 'N/A',
|
|
'subAbilityScore': '',
|
|
'book': 'Player\'s Option: Skills & Powers'
|
|
};
|
|
TRAITS['Animal Empathy'] = {
|
|
'points': 4,
|
|
'abilityScore': '@{Wisdom}',
|
|
'subAbilityScore': '@{Willpower}',
|
|
'book': 'Player\'s Option: Skills & Powers'
|
|
};
|
|
TRAITS['Artistic Ability'] = {
|
|
'points': 4,
|
|
'abilityScore': 'N/A',
|
|
'subAbilityScore': '',
|
|
'book': 'Player\'s Option: Skills & Powers'
|
|
};
|
|
TRAITS['Climate Sense'] = {
|
|
'points': 4,
|
|
'abilityScore': '@{Wisdom}',
|
|
'subAbilityScore': '@{Intuition}',
|
|
'book': 'Player\'s Option: Skills & Powers'
|
|
};
|
|
TRAITS['Double-jointed'] = {
|
|
'points': 4,
|
|
'abilityScore': '@{Dexterity}',
|
|
'subAbilityScore': '@{Agility}',
|
|
'book': 'Player\'s Option: Skills & Powers'
|
|
};
|
|
TRAITS['Empathy'] = {
|
|
'points': 4,
|
|
'abilityScore': '@{Wisdom}',
|
|
'subAbilityScore': '@{Intuition}',
|
|
'book': 'Player\'s Option: Skills & Powers'
|
|
};
|
|
TRAITS['Fast Healer'] = {
|
|
'points': 6,
|
|
'abilityScore': 'N/A',
|
|
'subAbilityScore': '',
|
|
'book': 'Player\'s Option: Skills & Powers'
|
|
};
|
|
TRAITS['Glibness'] = {
|
|
'points': 4,
|
|
'abilityScore': '@{Wisdom}',
|
|
'subAbilityScore': '@{Intuition}',
|
|
'book': 'Player\'s Option: Skills & Powers'
|
|
};
|
|
TRAITS['Impersonation'] = {
|
|
'points': 5,
|
|
'abilityScore': 'N/A',
|
|
'subAbilityScore': '',
|
|
'book': 'Player\'s Option: Skills & Powers'
|
|
};
|
|
TRAITS['Inherent Immunity/Poison'] = {
|
|
'points': 6,
|
|
'abilityScore': 'N/A',
|
|
'subAbilityScore': '',
|
|
'book': 'Player\'s Option: Skills & Powers'
|
|
};
|
|
TRAITS['Inherent Immunity/Disease'] = {
|
|
'points': 5,
|
|
'abilityScore': 'N/A',
|
|
'subAbilityScore': '',
|
|
'book': 'Player\'s Option: Skills & Powers'
|
|
};
|
|
TRAITS['Inherent Immunity/Cold'] = {
|
|
'points': 4,
|
|
'abilityScore': 'N/A',
|
|
'subAbilityScore': '',
|
|
'book': 'Player\'s Option: Skills & Powers'
|
|
};
|
|
TRAITS['Inherent Immunity/Heat'] = {
|
|
'points': 5,
|
|
'abilityScore': 'N/A',
|
|
'subAbilityScore': '',
|
|
'book': 'Player\'s Option: Skills & Powers'
|
|
};
|
|
TRAITS['Internal Compass'] = {
|
|
'points': 5,
|
|
'abilityScore': 'N/A',
|
|
'subAbilityScore': '',
|
|
'book': 'Player\'s Option: Skills & Powers'
|
|
};
|
|
TRAITS['Keen Eyesight'] = {
|
|
'points': 5,
|
|
'abilityScore': 'N/A',
|
|
'subAbilityScore': '',
|
|
'book': 'Player\'s Option: Skills & Powers'
|
|
};
|
|
TRAITS['Keen Hearing'] = {
|
|
'points': 5,
|
|
'abilityScore': 'N/A',
|
|
'subAbilityScore': '',
|
|
'book': 'Player\'s Option: Skills & Powers'
|
|
};
|
|
TRAITS['Keen Smell Sense'] = {
|
|
'points': 6,
|
|
'abilityScore': '@{Wisdom}',
|
|
'subAbilityScore': '@{Intuition}',
|
|
'book': 'Player\'s Option: Skills & Powers'
|
|
};
|
|
TRAITS['Keen Taste Sense'] = {
|
|
'points': 4,
|
|
'abilityScore': '@{Wisdom}',
|
|
'subAbilityScore': '@{Intuition}',
|
|
'book': 'Player\'s Option: Skills & Powers'
|
|
};
|
|
TRAITS['Keen Touch Sense'] = {
|
|
'points': 4,
|
|
'abilityScore': 'N/A',
|
|
'subAbilityScore': '',
|
|
'book': 'Player\'s Option: Skills & Powers'
|
|
};
|
|
TRAITS['Light Sleeper'] = {
|
|
'points': 5,
|
|
'abilityScore': '@{Wisdom}',
|
|
'subAbilityScore': '@{Intuition}',
|
|
'book': 'Player\'s Option: Skills & Powers'
|
|
};
|
|
TRAITS['Lucky'] = {
|
|
'points': 6,
|
|
'abilityScore': '@{Wisdom}',
|
|
'subAbilityScore': '@{Intuition}',
|
|
'book': 'Player\'s Option: Skills & Powers'
|
|
};
|
|
TRAITS['Music/Singing'] = {
|
|
'points': 5,
|
|
'abilityScore': 'N/A',
|
|
'subAbilityScore': '',
|
|
'book': 'Player\'s Option: Skills & Powers'
|
|
};
|
|
TRAITS['Music/Instrument'] = {
|
|
'points': 4,
|
|
'abilityScore': 'N/A',
|
|
'subAbilityScore': '',
|
|
'book': 'Player\'s Option: Skills & Powers'
|
|
};
|
|
TRAITS['Obscure Knowledge'] = {
|
|
'points': 4,
|
|
'abilityScore': '@{Intelligence}',
|
|
'subAbilityScore': '@{Learning}',
|
|
'book': 'Player\'s Option: Skills & Powers'
|
|
};
|
|
TRAITS['Precise Memory'] = {
|
|
'points': 4,
|
|
'abilityScore': '@{Intelligence}',
|
|
'subAbilityScore': '@{Learning}',
|
|
'book': 'Player\'s Option: Skills & Powers'
|
|
};
|
|
module.exports = TRAITS; |