Add Container class with lock/trap detection, corpse drops, and numbered duplicate corpses
This commit is contained in:
10
race_list.py
10
race_list.py
@@ -39,7 +39,7 @@ class Elf(Race):
|
||||
speed = {
|
||||
'Walking': 30
|
||||
}
|
||||
darkvision = [30, 60]
|
||||
darkvision = 60
|
||||
language = ["Common", "Elvish"]
|
||||
advantage = []
|
||||
resistance = []
|
||||
@@ -155,6 +155,8 @@ class Human(Race):
|
||||
language, advantage, resistance, proficiency, traits)
|
||||
|
||||
|
||||
Elf = Elf()
|
||||
Dwarf = Dwarf()
|
||||
Human = Human()
|
||||
RACES = {
|
||||
"Elf": Elf(),
|
||||
"Dwarf": Dwarf(),
|
||||
"Human": Human(),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user