Browse Source

Revolutionaries don't need a name

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

+ 1
- 1
adversaries.py View File

'isPlural': True, # 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': True, # boolean
'needsName': False, # boolean
'note': "They belong to any nearby country, but want to overthrow it. They see the kobolds either as opposition or as useful, ignorant tools.", # formatted string 'note': "They belong to any nearby country, but want to overthrow it. They see the kobolds either as opposition or as useful, ignorant tools.", # formatted string
'stats': [4,5,5,5], # four-integer list 'stats': [4,5,5,5], # four-integer list
}, },

Loading…
Cancel
Save