Advertisement
DashWaLLker

Untitled

Nov 2nd, 2014
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 5.17 KB | None | 0 0
  1. //Bain
  2.             checkBox[0] = ArtGallery;
  3.             checkBox[1] = BankHeist;
  4.             checkBox[2] = BankHeistCash;
  5.             checkBox[3] = BankHeistDeposit;
  6.             checkBox[4] = BankHeistGold;
  7.             checkBox[5] = DiamondStore;
  8.             checkBox[6] = GoBank;
  9.             checkBox[7] = JewelryStore;
  10.             checkBox[8] = ShadowRaid;
  11.             checkBox[9] = TransportCrossroads;
  12.             checkBox[10] = TransportDowntown;
  13.             checkBox[11] = TransportHarbor;
  14.             checkBox[12] = TransportPark;
  15.             checkBox[13] = TransportUnderpass;
  16.             heist[0] = new Heist("Art Gallery", "Bain", "Community", 1, "+10%", 30000, 62500, 200000, 300000, 400000, 4200, 12600, 25200, 46200, 58800, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, true);
  17.             heist[1] = new Heist("Bank Heist", "Bain", "Pro", 1, "+10%", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, true);
  18.             heist[2] = new Heist("Bank Heist: Cash", "Bain", "Regular", 1, "+10%", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, true);
  19.             heist[3] = new Heist("Bank Heist: Deposit", "Bain", "Regular", 1, "+10%", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, true);
  20.             heist[4] = new Heist("Bank Heist: Gold", "Bain", "Pro", 1, "+10%", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, true);
  21.             heist[5] = new Heist("Diamond Store", "Bain", "Regular", 1, "+10%", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, true);
  22.             heist[6] = new Heist("Go Bank", "Bain", "Regular", 1, "+10%", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, true);
  23.             heist[7] = new Heist("Jewelry Store", "Bain", "Regular", 1, "+5%", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, true);
  24.             heist[8] = new Heist("Shadow Raid", "Bain", "Regular", 1, "+5%", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, true);
  25.             heist[9] = new Heist("Transport: Crossroads", "Bain", "DLC", 1, "No Bonus", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, true);
  26.             heist[10] = new Heist("Transport: Downtown", "Bain", "DLC", 1, "No Bonus", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, true);
  27.             heist[11] = new Heist("Transport: Harobr", "Bain", "DLC", 1, "No Bonus", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, true);
  28.             heist[12] = new Heist("Transport: Park", "Bain", "DLC", 1, "No Bonus", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, true);
  29.             heist[13] = new Heist("Transport: Underpass", "Bain", "DLC", 1, "No Bonus", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, true);
  30.             //Hector
  31.             checkBox[14] = Firestarter;
  32.             checkBox[15] = Rats;
  33.             checkBox[16] = Watchdogs;
  34.             heist[14] = new Heist("Firestarter", "Hector", "Regular", 3, "+5-20%", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, true);
  35.             heist[15] = new Heist("Rats", "Hector", "Regular", 3, "No Bonus", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, true);
  36.             heist[16] = new Heist("Watchdogs", "Hector", "Regular", 2, "No Bonus", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, true);
  37.             //The Dentist
  38.             checkBox[17] = HotlineMiami;
  39.             checkBox[18] = HoxtonBreakout;
  40.             checkBox[19] = TheBigBank;
  41.             heist[17] = new Heist("Hotline Miami", "Dentist", "DLC", 2, "No Bonus", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, true);
  42.             heist[18] = new Heist("Hoxton Breakout", "Dentist", "Community", 2, "No Bonus", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, true);
  43.             heist[19] = new Heist("The Big Bank", "Dentist", "DLC", 1, "+15%", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, true);
  44.             //The Elephant
  45.             checkBox[20] = BigOil;
  46.             checkBox[21] = ElectionDay;
  47.             checkBox[22] = FramingFrame;
  48.             heist[20] = new Heist("Big Oil", "Elephant", "Pro", 2, "+15%", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, true);
  49.             heist[21] = new Heist("Election Day", "Elephant", "Regular", 2, "+5-20%", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, true);
  50.             heist[22] = new Heist("Framing Frame", "Elephant", "Regular", 3, "+3-25%", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, true);
  51.             //Vlad
  52.             checkBox[23] = FourStores;
  53.             checkBox[24] = Mallcrasher;
  54.             checkBox[25] = Nightclub;
  55.             checkBox[26] = UkrainianJob;
  56.             heist[23] = new Heist("Four Stores", "Vlad", "Regular", 1, "+5%", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, true);
  57.             heist[24] = new Heist("Mallcrasher", "Vlad", "Regular", 1, "No Bonus", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, true);
  58.             heist[25] = new Heist("Nightclub", "Vlad", "Regular", 1, "+10%", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, true);
  59.             heist[26] = new Heist("Ukrainian Job", "Vlad", "Pro", 1, "+5%", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, true);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement