Advertisement
jtedal

BetterTinCan Config

Jul 28th, 2024
425
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.41 KB | None | 0 0
  1. {
  2.   "Settings for a Tin Can Alarm Grenade": {
  3.     "Should a tin can be triggered if it is entered by an object that is not a player or that does not have one": false,
  4.     "Should a tin can be triggered if the owner or his teammate entered it": false,
  5.     "Should the grenade be removed if the player managed to break the tin can before the explosion": true,
  6.     "The time after which the grenade will explode when someone entered": 1.0,
  7.     "Grenade Damage Scale": 0.5,
  8.     "Max HP": 50.0,
  9.     "Tin can recharge time": 5.0
  10.   },
  11.   "Settings for a Tin Can Alarm Flame": {
  12.     "Should a tin can be triggered if it is entered by an object that is not a player or that does not have one": false,
  13.     "Should a tin can be triggered if the owner or his teammate entered it": false,
  14.     "Max HP": 50.0,
  15.     "Tin can recharge time": 5.0
  16.   },
  17.   "Settings for a Tin Can Alarm Tesla": {
  18.     "Should a tin can be triggered if it is entered by an object that is not a player or that does not have one": false,
  19.     "Should a tin can be triggered if the owner or his teammate entered it": false,
  20.     "The time during which tesla coil will work": 2.0,
  21.     "Max HP": 50.0
  22.   },
  23.   "Settings for a Tin Can Alarm Electrical": {
  24.     "Should a tin can be triggered if it is entered by an object that is not a player or that does not have one": false,
  25.     "Should a tin can be triggered if the owner or his teammate entered it": false,
  26.     "The amount of electricity that will be supplied": 10,
  27.     "The time during which the power supply will be supplied": 5.0,
  28.     "Max HP": 50.0
  29.   },
  30.   "Settings for a Tin Can Alarm Broadcaster": {
  31.     "Should a tin can be triggered if it is entered by an object that is not a player or that does not have one": false,
  32.     "Should a tin can be triggered if the owner or his teammate entered it": false,
  33.     "The time during which the power supply will be supplied": 2.0,
  34.     "Max HP": 50.0
  35.   },
  36.   "Settings for spawn of a custom item in the crates": [
  37.     {
  38.       "Prefab": "assets/bundled/prefabs/radtown/crate_normal_2.prefab",
  39.       "Сhance for a Tin Can Boom [0.0-100.0]": 40.0,
  40.       "Сhance for a Tin Can Flame [0.0-100.0]": 40.0,
  41.       "Сhance for a Tin Can Tesla [0.0-100.0]": 40.0,
  42.       "Сhance for a Tin Can Electrical [0.0-100.0]": 40.0,
  43.       "Сhance for a Tin Can Broadcaster [0.0-100.0]": 40.0
  44.     }
  45.   ],
  46.   "Configuration Version": {
  47.     "Major": 1,
  48.     "Minor": 0,
  49.     "Patch": 0
  50.   }
  51. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement