Advertisement
Guest User

NoEscape.json

a guest
Feb 23rd, 2020
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.66 KB | None | 0 0
  1. {
  2.   "Combat": {
  3.     "Block": {
  4.       "damageTypes": [
  5.         "Bullet",
  6.         "Arrow",
  7.         "Blunt",
  8.         "Stab",
  9.         "Slash",
  10.         "Explosion",
  11.         "Heat",
  12.         "ElectricShock"
  13.       ],
  14.       "duration": 180.0,
  15.       "enabled": false,
  16.       "notify": true
  17.     },
  18.     "BlockWhen": {
  19.       "giveDamage": {
  20.         "enabled": true,
  21.         "minCondition": 100.0,
  22.         "minDamage": 1.0
  23.       },
  24.       "npcGiveDamage": false,
  25.       "npcTakeDamage": false,
  26.       "takeDamage": {
  27.         "enabled": false,
  28.         "minCondition": 100.0,
  29.         "minDamage": 1.0
  30.       }
  31.     },
  32.     "UnblockWhen": {
  33.       "death": true,
  34.       "respawn": true,
  35.       "wakeup": false
  36.     }
  37.   },
  38.   "Notifications": {
  39.     "Chat": true,
  40.     "GUIAnnouncements": {
  41.       "backgroundColor": "Red",
  42.       "enabled": false,
  43.       "textColor": "White"
  44.     },
  45.     "UI": true
  46.   },
  47.   "Raid": {
  48.     "Block": {
  49.       "damageTypes": [,
  50.         "Explosion",
  51.         "Heat",
  52.       ],
  53.       "deathTypes": [
  54.         "Bullet",
  55.         "Blunt",
  56.         "Stab",
  57.         "Slash",
  58.         "Explosion",
  59.         "Heat"
  60.       ],
  61.       "distance": 100.0,
  62.       "duration": 300.0,
  63.       "enabled": true,
  64.       "excludePrefabs": [
  65.         "ladder.wooden"
  66.       ],
  67.       "excludeWeapons": [
  68.         "torch"
  69.         "rock"
  70.       ],
  71.       "includePrefabs": [
  72.         "door",
  73.         "window.bars",
  74.         "floor.ladder.hatch",
  75.         "floor.frame",
  76.         "wall.frame",
  77.         "shutter",
  78.         "external"
  79.       ],
  80.       "notify": true
  81.     },
  82.     "BlockExcept": {
  83.       "clan": false,
  84.       "friends": false,
  85.       "owner": false
  86.     },
  87.     "BlockWhen": {
  88.       "damage": {
  89.         "enabled": true,
  90.         "minCondition": 95.0
  91.       },
  92.       "destroy": false,
  93.       "unowned": false
  94.     },
  95.     "BlockWho": {
  96.       "clan": false,
  97.       "cupboardAuthorized": false,
  98.       "everyone": true,
  99.       "friends": false,
  100.       "owner": false,
  101.       "raider": false
  102.     },
  103.     "Map": {
  104.       "duration": 150.0,
  105.       "enabled": false,
  106.       "icon": "special"
  107.     },
  108.     "UnblockWhen": {
  109.       "death": true,
  110.       "respawn": true,
  111.       "wakeup": false
  112.     },
  113.     "Zone": {
  114.       "enabled": true,
  115.       "enter": true,
  116.       "leave": true
  117.     }
  118.   },
  119.   "Settings": {
  120.     "Block": {
  121.       "Types": [
  122.         "remove",
  123.         "tp",
  124.         "bank",
  125.         "trade",
  126.         "recycle",
  127.         "shop",
  128.         "bgrade",
  129.         "build",
  130.         "repair",
  131.         "upgrade",
  132.         "vend",
  133.         "kit",
  134.         "assignbed",
  135.         "craft",
  136.         "mailbox"
  137.       ]
  138.     },
  139.     "cacheMinutes": 1.0
  140.   },
  141.   "VERSION": "2.1.24"
  142. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement