mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-05-19 04:33:26 +02:00
Added rashemi to races
This commit is contained in:
@@ -138,7 +138,7 @@ class StoutHalfling(_Halfling):
|
||||
|
||||
|
||||
# Humans
|
||||
class Human(Race):
|
||||
class _Human(Race):
|
||||
name = "Human"
|
||||
size = "medium"
|
||||
speed = 30
|
||||
@@ -151,6 +151,10 @@ class Human(Race):
|
||||
languages = ("Common", '[choose one]')
|
||||
|
||||
|
||||
class Rashemi(_Human):
|
||||
name = 'Rashemi'
|
||||
|
||||
|
||||
# Dragonborn
|
||||
class Dragonborn(Race):
|
||||
name = "Dragonborn"
|
||||
@@ -416,7 +420,7 @@ class WaterGenasi(_Genasi):
|
||||
|
||||
|
||||
PHB_races = [HillDwarf, MountainDwarf, HighElf, WoodElf, DarkElf,
|
||||
LightfootHalfling, StoutHalfling, Human, Dragonborn,
|
||||
LightfootHalfling, StoutHalfling, Rashemi, Dragonborn,
|
||||
ForestGnome, RockGnome, HalfElf, HalfOrc, Tiefling]
|
||||
|
||||
VOLO_races = [ProtectorAasimar, ScourgeAasimar, FallenAasimar,
|
||||
|
||||
Reference in New Issue
Block a user