Browse Source

Change some plurals

master
Noëlle 3 years ago
parent
commit
17c5cdbb48
1 changed files with 5 additions and 5 deletions
  1. 5
    5
      adversaries.py

+ 5
- 5
adversaries.py View File

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

Loading…
Cancel
Save