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

'id': 11, #integer 'id': 11, #integer
'name': f"Toxic Air", # formatted string 'name': f"Toxic Air", # formatted string
'shortname': "air", # formatted string 'shortname': "air", # formatted string
'isPlural': False, # boolean
'isPlural': True, # boolean
'hasMinion': False, # boolean 'hasMinion': False, # boolean
'potentialMinions': None, # None or list of IDs 'potentialMinions': None, # None or list of IDs
'needsName': False, # boolean 'needsName': False, # boolean
'id': 16, #integer 'id': 16, #integer
'name': f"Tremors", # formatted string 'name': f"Tremors", # formatted string
'shortname': f"tremors", # formatted string 'shortname': f"tremors", # formatted string
'isPlural': False, # boolean
'isPlural': True, # boolean
'hasMinion': False, # boolean 'hasMinion': False, # boolean
'potentialMinions': None, # None or list of IDs 'potentialMinions': None, # None or list of IDs
'needsName': False, # boolean 'needsName': False, # boolean
'id': 17, #integer 'id': 17, #integer
'name': f"Fire!", # formatted string 'name': f"Fire!", # formatted string
'shortname': f"fire", # formatted string 'shortname': f"fire", # formatted string
'isPlural': False, # boolean
'isPlural': True, # boolean
'hasMinion': False, # boolean 'hasMinion': False, # boolean
'potentialMinions': None, # None or list of IDs 'potentialMinions': None, # None or list of IDs
'needsName': False, # boolean 'needsName': False, # boolean
'id': 22, #integer 'id': 22, #integer
'name': f"Elf Red Shirt Away Team", # formatted string 'name': f"Elf Red Shirt Away Team", # formatted string
'shortname': f"elves", # formatted string 'shortname': f"elves", # formatted string
'isPlural': True, # boolean
'isPlural': False, # boolean
'hasMinion': False, # boolean 'hasMinion': False, # boolean
'potentialMinions': None, # None or list of IDs 'potentialMinions': None, # None or list of IDs
'needsName': False, # boolean 'needsName': False, # boolean
'id': 35, #integer 'id': 35, #integer
'name': f"Undead Sample Pack", # formatted string 'name': f"Undead Sample Pack", # formatted string
'shortname': f"undead", # formatted string 'shortname': f"undead", # formatted string
'isPlural': True, # boolean
'isPlural': False, # boolean
'hasMinion': False, # boolean 'hasMinion': False, # boolean
'potentialMinions': None, # None or list of IDs 'potentialMinions': None, # None or list of IDs
'needsName': False, # boolean 'needsName': False, # boolean

Loading…
Cancel
Save