소스 검색

Change some plurals

master
Noëlle 3 년 전
부모
커밋
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

Loading…
취소
저장