Advertisement
Guest User

Untitled

a guest
Mar 26th, 2014
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var icon = './mods/MOAR_Computers/source/img/delicious.png';
  2. GDT.addPlatform({
  3.     id : 'CSHG1',
  4.     name : 'Grapple Delicious',
  5.     company : 'Grapple',
  6.     startAmount : 0.3,
  7.     unitsSold : 0.5,
  8.     licencePrize : 100000,
  9.     published : '1/1/1',
  10.     platformRetireDate : '18/6/3',
  11.     developmentCosts : 35000,
  12.     genreWeightings : [0.7, 0.8, 1, 1, 1, 0.9],
  13.     audienceWeightings : [0.5, 0.8, 1],
  14.     techLevel : 3,
  15.     iconUri : icon
  16.                 });
  17.  
  18. icon = './mods/MOAR_Computers/source/img/deliciousosv.png';
  19. GDT.addPlatform({
  20.     id : 'CSHG2',
  21.     name : 'Delicious OSV',
  22.     company : 'Grapple',
  23.     startAmount : 0.5,
  24.     unitsSold : 0.75,
  25.     licencePrize : 300000,
  26.     published : '17/6/2',
  27.     platformRetireDate : '26/6/2',
  28.     developmentCosts : 50000,
  29.     genreWeightings : [0.7, 0.8, 1, 1, 1, 0.9],
  30.     audienceWeightings : [0.5, 0.8, 1],
  31.     techLevel : 6,
  32.     iconUri : icon,
  33.     events : [{
  34.             id : 'SG1',
  35.             date : '17/1/1',
  36.             getNotification : function (company) {
  37.                 return new Notification({
  38.                     header : "Industry News".localize(),
  39.                     text : "Along with it's fifth os, dubbed OSV, Grapple has released a new generation of hardware. Sadly, much as the original, it is still much harder to develop for than the PC, However, it sports a very powerful processor, and crashes much less. We will see how it fares against the PC. It will be released later this year.".localize().format(General.getETADescription('17/1/1', '17/1/1')),
  40.                     image : icon
  41.                 });
  42.             }
  43.         }]
  44. });
  45.  
  46. icon = './mods/MOAR_Computers/source/img/deliciousosx.png';
  47. GDT.addPlatform({
  48.     id : 'CSHG3',
  49.     name : 'Delicious OSX',
  50.     company : 'Grapple',
  51.     startAmount : 0.4,
  52.     unitsSold : 0.6,
  53.     licencePrize : 500000,
  54.     published : '25/6/2',
  55.     platformRetireDate : '99999999/6/2',
  56.     developmentCosts : 75000,
  57.     genreWeightings : [0.7, 0.8, 1, 1, 1, 0.9],
  58.     audienceWeightings : [0.5, 0.8, 1],
  59.     techLevel : 9,
  60.     iconUri : icon,
  61.     events : [{
  62.             id : 'SG2',
  63.             date : '25/1/1',
  64.             getNotification : function (company) {
  65.                 return new Notification({
  66.                     header : "Industry News".localize(),
  67.                     text : "Along with it's tenth os, dubbed OSX, Grapple has released a new generation of hardware. Sadly, much as the original and osv, it is still much harder to develop for than the PC, However, it sports a very powerful processor, and crashes much less. We will see how it fares against the PC. It will be released later this year.".localize().format(General.getETADescription('25/1/1', '25/1/1')),
  68.                     image : icon
  69.                 });
  70.             }
  71.         }
  72.     ]
  73. });
  74.  
  75. //Platforms PC
  76.  
  77. icon = './mods/MOAR_Computers/source/img/gamingpc.png';
  78. GDT.addPlatform({
  79.     id : 'CSHG4',
  80.     name : 'Gaming PC',
  81.     company : 'Various Hardware Makers',
  82.     startAmount : 0.2,
  83.     unitsSold : 0.4,
  84.     licencePrize : 1000000,
  85.     published : '20/12/2',
  86.     platformRetireDate : '99999999/6/2',
  87.     developmentCosts : 20000,
  88.     genreWeightings : [1, 1, 1, 1, 1, 0.1],
  89.     audienceWeightings : [0.1, 1, 1],
  90.     techLevel : 12,
  91.     iconUri : icon,
  92.     events : [{
  93.             id : 'SG3',
  94.             date : '20/6/1',
  95.             getNotification : function (company) {
  96.                 return new Notification({
  97.                     header : "Industry News".localize(),
  98.                     text : "It looks like there is a new breed of PCs on the horizon. Made specifically for gaming, these are the most powerful (And Expensive) Platforms on the market. I wonder how they will fare against the Delicious and Standerd PCs? They will be released later this year at Christmastime.".localize().format(General.getETADescription('20/6/1', '20/6/1')),
  99.                     image : icon
  100.                 });
  101.             }
  102.         }
  103.     ]
  104. });
  105.  
  106. icon = './mods/MOAR_Computers/source/img/budgetpc.png';
  107. GDT.addPlatform({
  108.     id : 'CSHG5',
  109.     name : 'Bargain PC',
  110.     company : 'Various Hardware Makers',
  111.     startAmount : 0.5,
  112.     unitsSold : 0.8,
  113.     licencePrize : 10000,
  114.     published : '20/12/3',
  115.     platformRetireDate : '99999999/6/2',
  116.     developmentCosts : 1000,
  117.     genreWeightings : [0.3, 0.8, 0.8, 0.3, 0.3, 1],
  118.     audienceWeightings : [1, 1, 0.5],
  119.     techLevel : 4,
  120.     iconUri : icon,
  121.     events : [{
  122.             id : 'SG4',
  123.             date : '20/6/2',
  124.             getNotification : function (company) {
  125.                 return new Notification({
  126.                     header : "Industry News".localize(),
  127.                     text : "It seems that a bunch of cheap PCs have a very similar launch window to gaming PCs. These are very underpowered, but are extremely cheap, and on top of that, being laptops, portable.".localize().format(General.getETADescription('20/6/2', '20/6/2')),
  128.                     image : icon
  129.                 });
  130.             }
  131.         }
  132.     ]
  133. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement