Old ngn4 website
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
2.0 KiB

  1. {
  2. "me": {
  3. "abilities": {
  4. "tech": {
  5. "Overload": 0.75,
  6. "Incinerate": 0.50,
  7. "Cryo Blash": 0.45,
  8. "Shield Drain": 0.40,
  9. "Hacking": 0.25
  10. },
  11. "biotic": {
  12. "Throw": 0.90,
  13. "Lift": 0.90,
  14. "Shockwave": 0.75,
  15. "Stasis": 0.60,
  16. "Warp": 0.45,
  17. "Singularity": 0.30
  18. }
  19. },
  20. "weapons": {
  21. "primary": {
  22. "M-23 Katana": {"chance": 0.75, "ammo": 5, "type": "Shotgun"},
  23. "M-22 Eviscerator": {"chance": 0.10, "ammo": 3, "type": "Shotgun"},
  24. "M-27 Scimitar": {"chance": 0.25, "ammo": 8, "type": "Shotgun"},
  25. "M-8 Avenger": {"chance": 0.90, "ammo": 30, "type": "Assault Rifle"},
  26. "M-15 Vindicator": {"chance": 0.60, "ammo": 24, "type": "Assault Rifle"},
  27. "Striker Assault Rifle": {"chance": 0.05, "ammo": 12, "type": "Assault Rifle"},
  28. "M-97 Viper": {"chance": 0.25, "ammo": 6, "type": "Sniper Rifle"},
  29. "M-92 Mantis": {"chance": 0.30, "ammo": 1, "type": "Sniper Rifle"},
  30. "Kishock Harpoon Gun": {"chance": 0.05, "ammo": 1, "type": "Sniper Rifle"},
  31. "Blood Pack Punisher": {"chance": 0.10, "ammo": 40, "type": "Submachine Gun"},
  32. "M-4 Shuriken": {"chance": 0.90, "ammo": 36, "type": "Submachine Gun"},
  33. "M-9 Tempest": {"chance": 0.25, "ammo": 50, "type": "Submachine Gun"},
  34. "M-12 Locust": {"chance": 0.75, "ammo": 20, "type": "Submachine Gun"}
  35. },
  36. "secondary": {
  37. "Executioner": {"chance": 0.10, "ammo": 1, "type": "Heavy Pistol"},
  38. "M-3 Predator": {"chance": 0.90, "ammo": 15, "type": "Heavy Pistol"},
  39. "M-5 Phalanx": {"chance": 0.75, "ammo": 12, "type": "Heavy Pistol"},
  40. "M-6 Carnifex": {"chance": 0.50, "ammo": 6, "type": "Heavy Pistol"},
  41. "Scorpion": {"chance": 0.02, "ammo": 4, "type": "Heavy Pistol"}
  42. }
  43. },
  44. "items": {
  45. "Frag Grenade": {"chance": 0.35, "more": 0.50, "max": 5},
  46. "Flashbang Grenade": {"chance": 0.25, "more": 0.25, "max": 3},
  47. "Thermal Clip": {"chance": 1.00, "more": 0.95, "max": 12}
  48. }
  49. }
  50. }