VioletN

dynamic adjustments

Jul 5th, 2022 (edited)
645
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.22 KB | None | 0 0
  1. {
  2.     "Dynamic": {
  3.         "threat_per_midround_roll": 10
  4.     },
  5.  
  6.     "Roundstart": {
  7.         "Traitors": {
  8.             "weight": 5
  9.         },
  10.  
  11.         "Malfunctioning AI": {
  12.             "weight": 1,
  13.             "requirements": [101,101,80,70,60,50,30,20,10,10]
  14.         },
  15.  
  16.         "Blood Brothers": {
  17.             "weight": 3
  18.         },
  19.  
  20.         "Changelings": {
  21.             "weight": 3,
  22.             "requirements": [101,70,60,50,40,20,20,10,10,10]
  23.         },
  24.  
  25.         "Heretics": {
  26.             "weight": 2
  27.         },
  28.  
  29.         "Wizard": {
  30.             "weight": 1
  31.         },
  32.  
  33.         "Blood Cult": {
  34.             "weight": 0
  35.         },
  36.  
  37.         "Nuclear Emergency": {
  38.             "weight": 0
  39.         },
  40.  
  41.         "Revolution": {
  42.             "weight": 0
  43.         },
  44.  
  45.         "Families": {
  46.             "weight": 0
  47.         },
  48.        
  49.         "Thieves": {
  50.             "weight": 0
  51.         }
  52.  
  53.     },
  54.  
  55.     "Midround": {
  56.         "Syndicate Sleeper Agent": {
  57.             "weight": 20,
  58.             "cost": 8
  59.         },
  60.  
  61.         "Opportunist": {
  62.             "weight": 5,
  63.             "repeatable": 0
  64.         },
  65.  
  66.         "Malfunctioning AI": {
  67.             "weight": 3,
  68.             "requirements": [101,101,70,60,50,50,30,20,10,10],
  69.             "cost": 12
  70.         },
  71.  
  72.         "Changeling Infiltrator": {
  73.             "weight": 5,
  74.             "requirements": [101,70,60,50,40,20,20,10,10,10]
  75.         },
  76.        
  77.         "Family Head Aspirants": {
  78.             "weight": 0
  79.         },
  80.  
  81.         "Wizard": {
  82.             "weight": 1,
  83.             "requirements": [101,101,80,70,60,50,30,20,10,10],
  84.             "cost": 12
  85.         },
  86.  
  87.         "Nuclear Assault": {
  88.             "weight": 1,
  89.             "requirements": [101,101,80,70,60,50,30,20,10,10],
  90.             "cost": 16
  91.         },
  92.  
  93.         "Blob": {
  94.             "weight": 0
  95.         },
  96.  
  97.         "Blob Infection": {
  98.             "weight": 0
  99.         },
  100.  
  101.         "Alien Infestation": {
  102.             "weight": 5,
  103.             "requirements": [101,101,60,50,50,40,20,15,10,10]
  104.         },
  105.  
  106.         "Nightmare": {
  107.             "weight": 0
  108.         },
  109.  
  110.         "Space Dragon": {
  111.             "weight": 2,
  112.             "requirements": [101,101,70,60,60,50,30,20,10,10]
  113.         },
  114.  
  115.         "Abductors": {
  116.             "weight": 5,
  117.             "required_enemies": [2,1,0,0,0,0,0,0,0,0],
  118.             "requirements": [101,70,60,50,40,40,30,20,10,10]
  119.         },
  120.  
  121.         "Space Ninja": {
  122.             "weight": 3,
  123.             "requirements": [101,101,70,60,50,50,30,20,10,10],
  124.             "cost": 12
  125.         },
  126.  
  127.         "Spiders": {
  128.             "weight": 5,
  129.             "requirements": [101,101,60,50,50,40,20,15,10,10]
  130.         },
  131.  
  132.         "Obsessed": {
  133.             "weight": 0
  134.         }
  135.  
  136.     },
  137.  
  138.     "Latejoin": {
  139.         "Syndicate Infiltrator": {
  140.             "weight": 9,
  141.             "cost": 6
  142.         },
  143.  
  144.         "Provocateur": {
  145.             "weight": 0
  146.         },
  147.  
  148.         "Heretic Smuggler": {
  149.             "weight": 1,
  150.             "cost": 10
  151.         }
  152.     }
  153. }
  154.  
Add Comment
Please, Sign In to add comment