Browse Source

Add "Perfectly normal people"

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

+ 51
- 51
adversaries.py View File

@@ -785,113 +785,113 @@ prob = [
},
{
'id': 78, #integer
'name': f"", # formatted string
'shortname': f"", # formatted string
'name': f"Small Panicking Group", # formatted string
'shortname': f"people", # formatted string
'hasMinion': False, # boolean
'potentialMinions': None # None or list of IDs
'needsName': True, # boolean
'note': "", # formatted string
'stats': [,,,], # four-integer list
'needsName': False, # boolean
'note': f"A group of {random.randint(10,51)} individuals of various species who are scared and not likely to listen to reason.", # formatted string
'stats': [1,4,2,4], # four-integer list
},
{
'id': 79, #integer
'name': f"", # formatted string
'shortname': f"", # formatted string
'name': f"Refugees with Parasites", # formatted string
'shortname': f"refugees", # formatted string
'hasMinion': False, # boolean
'potentialMinions': None # None or list of IDs
'needsName': True, # boolean
'note': "", # formatted string
'stats': [,,,], # four-integer list
'needsName': False, # boolean
'note': "The refugees may be ignorant of the infection, know that some (but not all) have it, or be actively spreading it. An infected refugee instead has the stats 3/4/2/3.", # formatted string
'stats': [2,4,0,0], # four-integer list
},
{
'id': 80, #integer
'name': f"", # formatted string
'shortname': f"", # formatted string
'name': f"Perfect Storm School Field Trip", # formatted string
'shortname': f"students", # formatted string
'hasMinion': False, # boolean
'potentialMinions': None # None or list of IDs
'needsName': True, # boolean
'note': "", # formatted string
'stats': [,,,], # four-integer list
'needsName': False, # boolean
'note': "Kobold students who are full of sugar and want to play with everything. They may or may not have a teacher with them.", # formatted string
'stats': [4,5,2,2], # four-integer list
},
{
'id': 81, #integer
'name': f"", # formatted string
'shortname': f"", # formatted string
'name': f"Con Artist", # formatted string
'shortname': f"con artist", # formatted string
'hasMinion': False, # boolean
'potentialMinions': None # None or list of IDs
'needsName': True, # boolean
'note': "", # formatted string
'stats': [,,,], # four-integer list
'note': "They want to swindle whatever they can out of the kobolds. Reconsider any action on their part that might actually help, or add a hidden cost.", # formatted string
'stats': [3,4,5,2], # four-integer list
},
{
'id': 82, #integer
'name': f"", # formatted string
'shortname': f"", # formatted string
'name': f"Legitimate Businessmen", # formatted string
'shortname': f"businessmen", # formatted string
'hasMinion': False, # boolean
'potentialMinions': None # None or list of IDs
'needsName': True, # boolean
'note': "", # formatted string
'stats': [,,,], # four-integer list
'needsName': False, # boolean
'note': "They're willing to make you an offer and give you a reason not to refuse it. They might offer protection from Legitimate Businessmen.", # formatted string
'stats': [4,4,3,4], # four-integer list
},
{
'id': 83, #integer
'name': f"", # formatted string
'shortname': f"", # formatted string
'name': f"Agent for a 'Big Bad'", # formatted string
'shortname': f"agent", # formatted string
'hasMinion': False, # boolean
'potentialMinions': None # None or list of IDs
'needsName': True, # boolean
'note': "", # formatted string
'stats': [,,,], # four-integer list
'note': "They're always someone else's minion... but you might not find out whose. They'll pretend to be a helper NPC but will only attack when found out and cornered.", # formatted string
'stats': [4,4,5,3], # four-integer list
},
{
'id': 84, #integer
'name': f"", # formatted string
'shortname': f"", # formatted string
'name': f"Conspiracy Theory Survivalist", # formatted string
'shortname': f"survivalist", # formatted string
'hasMinion': False, # boolean
'potentialMinions': None # None or list of IDs
'needsName': True, # boolean
'note': "", # formatted string
'stats': [,,,], # four-integer list
'note': "They're armed to the teeth and holed up in their bunker with every necessity... except one. The less coherent the conspiracy theory, the better.", # formatted string
'stats': [4,5,3,5], # four-integer list
},
{
'id': 85, #integer
'name': f"", # formatted string
'shortname': f"", # formatted string
'name': f"Large Mob", # formatted string
'shortname': f"mob", # formatted string
'hasMinion': False, # boolean
'potentialMinions': None # None or list of IDs
'needsName': True, # boolean
'note': "", # formatted string
'stats': [,,,], # four-integer list
'needsName': False, # boolean
'note': "Not organized protesters, but rather Black Friday shoppers, sports fans rioting, or some other less than reasonable group.", # formatted string
'stats': [2,6,4,6], # four-integer list
},
{
'id': 86, #integer
'name': f"", # formatted string
'shortname': f"", # formatted string
'hasMinion': False, # boolean
'potentialMinions': None # None or list of IDs
'name': f"Bored Trillionaire", # formatted string
'shortname': f"trillionaire", # formatted string
'hasMinion': True, # boolean
'potentialMinions': [x for x in list(range(121)) if x not in [11,12,13,14,15,16,17,18,19,20,28,48,53,86]] # None or list of IDs
'needsName': True, # boolean
'note': "", # formatted string
'stats': [,,,], # four-integer list
'note': "They've turned to villainy as a hobby; most of their plans involve acquiring wealth even if it costs more than they'll get, because the intellectual exercise is the point. They love complicated plots, especially if they can explain them to the kobolds.", # formatted string
'stats': [5,5,6,3], # four-integer list
},
{
'id': 87, #integer
'name': f"", # formatted string
'shortname': f"", # formatted string
'name': f"Contrarian Politician", # formatted string
'shortname': f"politician", # formatted string
'hasMinion': False, # boolean
'potentialMinions': None # None or list of IDs
'needsName': True, # boolean
'note': "", # formatted string
'stats': [,,,], # four-integer list
'note': "They're not anti-kobold; they just happen to be against whatever the kobolds are doing. They'll pull out any obstruction they can... but they might take a bribe.", # formatted string
'stats': [5,5,6,4], # four-integer list
},
{
'id': 88, #integer
'name': f"", # formatted string
'shortname': f"", # formatted string
'name': f"Completely Normal Person Who Is Not A Murder-Bot", # formatted string
'shortname': f"person", # formatted string
'hasMinion': False, # boolean
'potentialMinions': None # None or list of IDs
'needsName': True, # boolean
'note': "", # formatted string
'stats': [,,,], # four-integer list
'note': "It's definitely a murder-bot. It will pretend to be a helper NPC until the kobolds are vulnerable.", # formatted string
'stats': [4,6,4,6], # four-integer list
},
{
'id': 89, #integer

Loading…
Cancel
Save