Add particle effects array to game data

This commit is contained in:
Vortrex
2022-07-23 04:19:27 -05:00
parent 73757ebbc5
commit ab697557ef

View File

@@ -6611,6 +6611,29 @@ let gameData = {
],
}
}
},
particleEffects: {
[AGRP_GAME_GTA_III]: {
RisingSteamSmall: 0,
RisingSmokeSmall: 4,
TallSprayingWater: 5,
LargeSprayingWater: 6,
MediumSprayingWater: 7,
WeirdBullseyeTarget: 8,
Fire: 9,
FireWithSmallSmoke: 10,
SmallSteamSpray: 11,
VentSteam: 12,
FlickeringFire: 13,
BlackSmoke: 14,
FirePoofThenSmoke: 15,
FirePoofThenSmokeTemp: 16,
QuickFirePoof: 17,
GunMuzzleFlashPistol: 18,
GunMuzzleFlashRifle: 19,
GunMuzzleFlashStays: 20,
SingleSparking: 21,
}
}
};