Advertisement
KpucTaJl

Picklock

Jul 7th, 2022
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.88 KB | None | 0 0
  1. {
  2.   "Lock Opening Time [sec.]": 10.0,
  3.   "Lock Opening Probability [%]": 5.0,
  4.   "Distance from player to the lock [m]": 3.0,
  5.   "Do you want to open the door lock using the picklock? [true/false]": true,
  6.   "Do you want to open the code lock using the picklock? [true/false]": true,
  7.   "Open only the locks of the Raidable Bases plugin? [true/false]": false,
  8.   "Open the door after breaking the lock? [true/false]": true,
  9.   "Setting up of the picklock appearance in crates": [
  10.     {
  11.       "Prefab": "assets/bundled/prefabs/radtown/crate_elite.prefab",
  12.       "Minimum": 1,
  13.       "Maximum": 2,
  14.       "Chance [0.0-100.0]": 15.0
  15.     },
  16.     {
  17.       "Prefab": "assets/bundled/prefabs/radtown/crate_normal.prefab",
  18.       "Minimum": 1,
  19.       "Maximum": 1,
  20.       "Chance [0.0-100.0]": 10.0
  21.     }
  22.   ],
  23.   "Configuration version": {
  24.     "Major": 1,
  25.     "Minor": 0,
  26.     "Patch": 3
  27.   }
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement