thewreck

Cobalt Mod API - Modifiers

Dec 4th, 2017
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.07 KB | None | 0 0
  1. MODIFIERS = {
  2.   allBlueprints = {
  3.     name = "All Blueprints",
  4.   },
  5.   allCiphers = {
  6.     name = "All Ciphers",
  7.   },
  8.   allEncyclopedia = {
  9.     name = "All Encyclopedia Terms",
  10.   },
  11.   allReports = {
  12.     name = "All Reports",
  13.   },
  14.   autoPickLocks = {
  15.     name = "Auto Pick Locks",
  16.   },
  17.   autoUnlockStory = {
  18.     name = "Auto Unlock Story",
  19.   },
  20.   dropBestWeapon = {
  21.     name = "Drop Best Weapon",
  22.   },
  23.   infiniteAmmo = {
  24.     name = "Infinite Ammo",
  25.   },
  26.   infiniteLives = {
  27.     name = "Infinite Lives",
  28.   },
  29.   infiniteThrowables = {
  30.     name = "Infinite Throwables",
  31.   },
  32.   instantShieldCharge = {
  33.     name = "Instant Shield Charge",
  34.   },
  35.   invulnerable = {
  36.     name = "Invulnerable",
  37.   },
  38.   lowGravity = {
  39.     name = "Low Gravity",
  40.   },
  41.   maxOneThrowableDrop = {
  42.     name = "Drop Max 1 Throwable",
  43.   },
  44.   noAttack = {
  45.     name = "No Loot",
  46.   },
  47.   noDrops = {
  48.     name = "No Drops",
  49.   },
  50.   noEmergency = {
  51.     name = "No Emergency",
  52.   },
  53.   noLoot = {
  54.     name = "No Loot",
  55.   },
  56.   noThrowableDrops = {
  57.     name = "No Throwable Drops",
  58.   },
  59. }
Advertisement
Add Comment
Please, Sign In to add comment