Advertisement
Crushed

Untitled

Sep 8th, 2017
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.23 KB | None | 0 0
  1. {
  2.   "MainSettings": {
  3.     "Sleep at night": true,
  4.     "Sleep start time": 23,
  5.     "Sleep end time": 7,
  6.     "Passive animals run away when they take damage": true,
  7.     "Radius to find target": 20,
  8.     "Remove all scientists": true
  9.   },
  10.   "AnimalsSettings": {
  11.     "Bear": {
  12.       "speed": 1.9,
  13.       "boostSpeed": 2.2,
  14.       "health": 400.0,
  15.       "armor": 0.0,
  16.       "damage": 25.0,
  17.       "agressive": true
  18.     },
  19.     "Wolf": {
  20.       "speed": 2.1,
  21.       "boostSpeed": 2.4,
  22.       "health": 150.0,
  23.       "armor": 0.0,
  24.       "damage": 25.0,
  25.       "agressive": true
  26.     },
  27.     "Stag": {
  28.       "speed": 1.9,
  29.       "boostSpeed": 2.85,
  30.       "health": 150.0,
  31.       "armor": 0.0,
  32.       "damage": 20.0,
  33.       "agressive": false
  34.     },
  35.     "Boar": {
  36.       "speed": 1.3,
  37.       "boostSpeed": 1.95,
  38.       "health": 150.0,
  39.       "armor": 0.0,
  40.       "damage": 20.0,
  41.       "agressive": true
  42.     },
  43.     "Chicken": {
  44.       "speed": 0.6,
  45.       "boostSpeed": 0.9,
  46.       "health": 25.0,
  47.       "armor": 0.0,
  48.       "damage": 5.0,
  49.       "agressive": false
  50.     },
  51.     "Horse": {
  52.       "speed": 2.0,
  53.       "boostSpeed": 2.3,
  54.       "health": 500.0,
  55.       "armor": 0.0,
  56.       "damage": 25.0,
  57.       "agressive": false
  58.     }
  59.   }
  60. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement