Fix default config

It was missing the `randomModels` section and thus crashed upon first run
This commit is contained in:
Lordmau5 2020-06-05 21:11:21 +02:00
parent 58ced46d85
commit 82db8dce30

View File

@ -18,6 +18,28 @@ const sameType = false;
// const singleModel = [0x71, 0x08];
const singleModel = [0x71, 0x08];
// List of models to choose randomly from when mode is 1
const randomModels = [
[0x71, 0x08],
[0x72, 0x08],
[0x81, 0x08],
[0x75, 0x08],
[0x7d, 0x08],
[0x77, 0x08],
[0x7b, 0x08],
[0x7a, 0x08],
[0x78, 0x08],
[0x79, 0x08],
[0x73, 0x08],
[0x7f, 0x08],
[0x7e, 0x08],
[0x7c, 0x08],
[0x82, 0x08],
[0x76, 0x08],
[0x80, 0x08],
[0x83, 0x08],
];
// List of base models to exclude from modifications
// Other models can still be replaced *with* that model
//