Noëlle 3 лет назад
Родитель
Сommit
17c5cdbb48
1 измененных файлов: 5 добавлений и 5 удалений
  1. 5
    5
      adversaries.py

+ 5
- 5
adversaries.py Просмотреть файл

@@ -133,7 +133,7 @@ prob = [
'id': 11, #integer
'name': f"Toxic Air", # formatted string
'shortname': "air", # formatted string
'isPlural': False, # boolean
'isPlural': True, # boolean
'hasMinion': False, # boolean
'potentialMinions': None, # None or list of IDs
'needsName': False, # boolean
@@ -188,7 +188,7 @@ prob = [
'id': 16, #integer
'name': f"Tremors", # formatted string
'shortname': f"tremors", # formatted string
'isPlural': False, # boolean
'isPlural': True, # boolean
'hasMinion': False, # boolean
'potentialMinions': None, # None or list of IDs
'needsName': False, # boolean
@@ -199,7 +199,7 @@ prob = [
'id': 17, #integer
'name': f"Fire!", # formatted string
'shortname': f"fire", # formatted string
'isPlural': False, # boolean
'isPlural': True, # boolean
'hasMinion': False, # boolean
'potentialMinions': None, # None or list of IDs
'needsName': False, # boolean
@@ -254,7 +254,7 @@ prob = [
'id': 22, #integer
'name': f"Elf Red Shirt Away Team", # formatted string
'shortname': f"elves", # formatted string
'isPlural': True, # boolean
'isPlural': False, # boolean
'hasMinion': False, # boolean
'potentialMinions': None, # None or list of IDs
'needsName': False, # boolean
@@ -397,7 +397,7 @@ prob = [
'id': 35, #integer
'name': f"Undead Sample Pack", # formatted string
'shortname': f"undead", # formatted string
'isPlural': True, # boolean
'isPlural': False, # boolean
'hasMinion': False, # boolean
'potentialMinions': None, # None or list of IDs
'needsName': False, # boolean

Загрузка…
Отмена
Сохранить