What is wrong with this platform data? Are the values “startAmount”, “unitsSold”, “licensePrize” and “developmentCosts” correct and realistic?
The problem that I have with this kind of platform is, that it would generate billions of sales!
I know I missed something… but what? Anyone has an idea?
GDT.addPlatform({
id:"2c9dc76e-949e-48ee-9101-1e0d14d5fd4c",
name:"Ninvento 64S",
company:"Ninvento",
startAmount:1E5,
unitsSold:2E6,
licencePrize:4E4,
published:"1/1/3",
platformRetireDate:"3/4/1",
developmentCosts:7E4,
genreWeightings:[ 1, 0.8, 1, 0.9, 0.8, 0.9 ],
audienceWeightings:[ 1, 0.9, 0.8 ],
techLevel:3,
iconUri:"./mods/UMETestMod/images/platforms/Platform_Nintendo_64.png",
events:[{
id: "cf163547-6ca9-43ec-a4ba-b412ab1a8d0b",
date: "1/3/2",
isRandom: false,
ignoreGameLengthModifier: false,
maxTriggers: 1,
getNotification: function(company){ return new Notification({
header: "Ninvento 64S good sales",
text: "Ninvento 64S is selling good... ;)",
image: "",
buttonText: "OKY DOKY!",
weeksUntilFired: 0
});}
}]
});