|
|
@@ -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 |