Advertisement
Guest User

Untitled

a guest
Jan 16th, 2017
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. DMS_BanditMissionTypes = [ // List of missions with spawn chances. If they add up to 100%, they represent the percentage chance each one will spawn
  2. ["bandits",3],
  3. ["bauhaus",3],
  4. ["beertransport",3],
  5. ["behindenemylines",3],
  6. ["blackhawkdown",3],
  7. ["cardealer",3],
  8. ["construction",3],
  9. ["donthasslethehoff",3],
  10. ["foodtransport",3],
  11. ["guntransport",3],
  12. ["humanitarian",3],
  13. ["lost_battalion",3],
  14. ["medical",3],
  15. ["mercbase",2],
  16. ["mercenaries",3],
  17. ["nedbuilding1_mission",3],
  18. ["nedcar_mission",4],
  19. ["nedguns1_mission",3],
  20. ["nedhatchback_mission",3],
  21. ["nedhunter_mission",2],
  22. ["nedifrit_mission",2],
  23. ["nedlittlebird_mission",2],
  24. ["nedmedical1_mission",3],
  25. ["nedoffroad_mission",3],
  26. ["nedresearch_mission",3],
  27. ["nedsnipercamp_mission",3],
  28. ["nedstrider_mission",2],
  29. ["nedural_mission",3],
  30. ["roguenavyseals",3],
  31. ["thieves",3],
  32. ["walmart",3]
  33. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement