Parcourir la source

Change some plurals

master
Noëlle il y a 4 ans
Parent
révision
17c5cdbb48
1 fichiers modifiés avec 5 ajouts et 5 suppressions
  1. 5
    5
      adversaries.py

+ 5
- 5
adversaries.py Voir le fichier

'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

Chargement…
Annuler
Enregistrer