Level-Specific Configurations
Config[1] = {
InitialDriveSpeed = 15.0,
InitialDriveStyle = 536871556,
AggressiveDriveSpeed = 30.0,
AggressiveDriveStyle = 536871476,
RandomEventChance=0.2 ,
MechanicalFailureChance=0.5,
HeartAttackChance=0.3,
RandomEventDistance= math.random(),
VIPModel = Config.VIPModel1,
VIPCarModel = Config.VIPCarModel1,
VIPDriver = Config.VIPDriver1,
vipHealth=800,
opposeChance=1,
PoliceChance=0.2,
Rewards = Config.CriminalRewards[1],
NotifyChance=0.8,
EnemyAccuracy=90,
EnemyHealth=200,
EnemyGun="WEAPON_PISTOL",
DriverGun="WEAPON_PISTOL",
distanceUpperLimit=0.9,
distanceLowerLimit=0.6,
leaderexpdriversafe=1,
leaderexpvehiclesafe=1,
expall=2,
}
-- Similar structure for Config[2] and Config[3]Last updated