Races (Examples) #16
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
{
"Races": {
"Human": {
"StatBonuses": {
"Strength": 1,
"Dexterity": 1,
"Constitution": 1,
"Intelligence": 1,
"Wisdom": 1,
"Charisma": 1
},
"Abilities": [
{
"Name": "Unbreakable Spirit",
"Description": "Once a day if you fail a saving throw you can reroll the saving throw."
}
]
},
"Dwarf": {
"Darkvision": "60ft",
"Subraces": {
"Mountain-Dwarf": {
"StatBonuses": {
"Strength": 1,
"Constitution": 2
},
"Abilities": [
{
"Name": "Knowledge of Stone",
"Description": "You gain one free use per day of the spell Stone Shape."
}
]
},
"Hill-Dwarf": {
"StatBonuses": {
"Wisdom": 1,
"Constitution": 2
},
"Abilities": [
{
"Name": "Knowledge of Nature",
"Description": "You gain one free use per day of the spell Entangle."
}
]
}
}
},
"Elf": {
"Darkvision": "60ft",
"Subraces": {
"High-Elf": {
"StatBonuses": {
"Intelligence": 2,
"Charisma": 1
},
"Abilities": [
{
"Name": "Elven Magic",
"Description": "You gain 1 free wizard cantrip and one free use of the spell Grow Plants."
}
]
},
"Wood-Elf": {
"StatBonuses": {
"Intelligence": 1,
"Dexterity": 2
},
"Abilities": [
{
"Name": "Elven Magic",
"Description": "You gain 1 free druid cantrip and one free use of the spell Spike Growth."
}
]
},
"Dark-Elf": {
"StatBonuses": {
"Wisdom": 2,
"Intelligence": 1
},
"Darkvision": "80ft with colors",
"Abilities": [
{
"Name": "Darken Mind",
"Description": "You gain resistance to psychic damage."
}
]
},
"Half-Elf": {
"StatBonuses": {
"Intelligence": 1,
"Charisma": 1
},
"Abilities": [
{
"Name": "Unbreakable Spirit",
"Description": "Once a day if you fail a saving throw you can reroll the saving throw."
},
{
"Name": "Elven Magic",
"Description": "You gain 1 free wizard cantrip."
}
]
}
}
},
"Hell-spawn": {
"StatBonuses": {
"Charisma": 2,
"Strength": 1
},
"Abilities": [
{
"Name": "Hellish Resistance",
"Description": "You have resistance to fire damage."
},
{
"Name": "Hell's Gift",
"Description": "You know the Firedagger cantrip. Once you reach 3rd level, you can cast the Fire Hail spell once per day. Once you reach 5th level, you can also cast Infernal Judgment spell once per day."
}
]
},
"Dragon-descendens": {
"StatBonuses": {
"Strength": 2,
"Charisma": 1
},
"Abilities": [
{
"Name": "Draconic Ancestry",
"Description": "You gain a breath weapon attack based on your dragon type (e.g., fire, cold, acid, etc.)."
},
{
"Name": "Dragon's Resilience",
"Description": "You have resistance to the damage type associated with your draconic ancestry."
}
]
},
"Gnome": {
"Darkvision": "60ft",
"StatBonuses": {
"Intelligence": 2,
"Dexterity": 1
},
"Abilities": [
{
"Name": "Gnome Cunning",
"Description": "You have advantage on all Intelligence, Wisdom, and Charisma saving throws against magic."
}
],
"Subraces": {
"Forest Gnome": {
"StatBonuses": {
"Dexterity": 1
},
"Abilities": [
{
"Name": "Natural Illusionist",
"Description": "You know the Minor Illusion cantrip."
}
]
},
"Rock Gnome": {
"StatBonuses": {
"Constitution": 1
},
"Abilities": [
{
"Name": "Artificer's Lore",
"Description": "Whenever you make an Intelligence check related to magic items, alchemical objects, or technological devices, you can add twice your proficiency bonus."
}
]
}
}
},
"Hiddal": {
"Darkvision": "60ft",
"StatBonuses": {
"Dexterity": 2,
"Constitution": 1
},
"Abilities": [
{
"Name": "Hiddal Nimbleness",
"Description": "You gain a free use of the Shrink spell once a day."
},
{
"Name": "God's Favorit",
"Description": "If you roll any roll and are not happy with the outcome you can reroll it once a day."
}
]
},
"Orc": {
"Darkvision": "60ft",
"StatBonuses": {
"Strength": 2,
"Constitution": 1
},
"Abilities": [
{
"Name": "Heavy Crits",
"Description": "Your critical hit multiplier changes and no longer doubles your damage dice but triples it."
},
{
"Name": "Heavy",
"Description": "Once a day you can cast the Shatter spell centered on yourself."
}
]
},
"Angel": {
"Darkvision": "60ft with colors",
"StatBonuses": {
"Wisdom": 2,
"Charisma": 1
},
"Abilities": [
{
"Name": "Celestial Resistance",
"Description": "You have resistance to necrotic and radiant damage."
},
{
"Name": "Healing Touch",
"Description": "As an action, you can touch a creature and cause it to regain hit points equal to your level. Once you use this trait, you can’t use it again until you finish a rest."
}
]
},
"Elemental": {
"Darkvision": "60ft",
"Subraces": {
"Fire": {
"StatBonuses": {
"Dexterity": 2,
"Charisma": 1
},
"Abilities": [
{
"Name": "Fire Affinity",
"Description": "You have resistance to fire damage and know the Control Flames cantrip."
}
]
},
"Water": {
"StatBonuses": {
"Wisdom": 2,
"Dexterity": 1
},
"Abilities": [
{
"Name": "Water Affinity",
"Description": "You can breathe underwater, and you have a swimming speed equal to your walking speed."
}
]
},
"Earth": {
"StatBonuses": {
"Constitution": 2,
"Strength": 1
},
"Abilities": [
{
"Name": "Earth Affinity",
"Description": "You have resistance to poison damage and know the Mold Earth cantrip."
}
]
},
"Air": {
"StatBonuses": {
"Dexterity": 2,
"Wisdom": 1
},
"Abilities": [
{
"Name": "Air Affinity",
"Description": "You have a flying speed of 30 feet."
}
]
}
}
},
"Shapeshifter": {
"StatBonuses": {
"Dexterity": 2,
"Charisma": 1
},
"Abilities": [
{
"Name": "Shapeshifting",
"Description": "As an action, you can transform into any humanoid creature of your size that you have seen before. You revert to your true form if you die."
}
]
},
"Fey": {
"Darkvision": "60ft",
"StatBonuses": {
"Charisma": 2,
"Wisdom": 1
},
"Abilities": [
{
"Name": "Fey Ancestry",
"Description": "You have advantage on saving throws against being charmed, and magic can’t put you to sleep."
},
{
"Name": "Fey Step",
"Description": "You can cast Fey Step once using this trait. You regain the ability to do so when you finish a short or long rest."
}
]
},
"Goblin": {
"Darkvision": "60ft",
"StatBonuses": {
"Dexterity": 2,
"Constitution": 1
},
"Abilities": [
{
"Name": "Smallest Menace",
"Description": "When you attack a creature larger than you, you deal an additional 1d4 damage."
},
{
"Name": "Nimble Escape",
"Description": "You gain an additional 10ft of movement per turn."
}
]
},
"Half-Giant": {
"Darkvision": "60ft",
"StatBonuses": {
"Strength": 2,
"Constitution": 1
},
"Abilities": [
{
"Name": "Powerful Build",
"Description": "You are able to use the Enlarge spell once a day."
},
{
"Name": "Stones Endurance",
"Description": "You can reduce damage taken by 1d12 an equal amount to your level per day. If you roll a 1 the damage is doubled and on a 12 reduced by 12 or halved whichever is greater."
}
]
},
"Kobold": {
"StatBonuses": {
"Dexterity": 2,
"Constitution": 1
},
"Abilities": [
{
"Name": "Protector of Wealth",
"Description": "You can gain the cantrip Dragon's Breath and can cast Summon Dragon-Image once a day."
},
{
"Name": "Creature of the Night",
"Description": "When you are obscured by darkness you can make all attacks with advantage, but when you are out in the sun you have disadvantage on saving throws."
}
]
},
"Animorphs": {
"Subraces": {
"Catkind": {
"StatBonuses": {
"Dexterity": 2,
"Charisma": 1
},
"Abilities": [
{
"Name": "Feline Agility",
"Description": "When you move on your turn in combat, you can double your speed until the end of the turn. Once you use this trait, you can’t use it again until you move 0 feet on one of your turns."
}
]
},
"Turtlekind": {
"StatBonuses": {
"Constitution": 2,
"Strength": 1
},
"Abilities": [
{
"Name": "Natural Armor",
"Description": "Due to your shell and the shape of your body, you have a base AC of 17 (your Dexterity modifier doesn’t affect this number). You gain no benefit from wearing armor, but if you are using a shield, you can apply the shield’s bonus as normal."
}
]
},
"Ravenkind": {
"StatBonuses": {
"Dexterity": 2,
"Intelligence": 1
},
"Abilities": [
{
"Name": "Raven's Flight",
"Description": "You have a flying speed of 30 feet."
},
{
"Name": "Shadowmeld",
"Description": "You can hide even when you are only lightly obscured by dim light or shadows, and in darkness, you can turn invisible as a bonus action."
}
]
}
}
}
}
}
Racesto Races (Examples)Race is yet another attribute, so let's close this and the other issue and generalize them in an "Attributes issue"
Its not an atrribute because NPC also have it It is a foundamental thing