Advertisement
Mili-NT

enemies.json

Dec 26th, 2021
1,300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.49 KB | None | 0 0
  1. [
  2.   {
  3.     "name": "Dimensional Shambler",
  4.     "description": "It's body is twisted and ape-like, with wrinkled skin and sharp teeth. It's eyes see more than you care to think of.",
  5.     "speed": [
  6.       30,
  7.       60
  8.     ],
  9.     "health": 75,
  10.     "moves": {
  11.       "Claw": [
  12.         20,
  13.         30
  14.       ],
  15.       "Tear": [
  16.         30,
  17.         35
  18.       ],
  19.       "Unsettling Gaze": [
  20.         30,
  21.         35
  22.       ],
  23.       "Hypnotic Gaze": 10
  24.     }
  25.   },
  26.   {
  27.     "name": "Hunting Horror",
  28.     "description": "It's body is snakelike and it's head is malformed. It's strange form is ethereal and ever-changing.",
  29.     "speed": [
  30.       50,
  31.       75
  32.     ],
  33.     "health": 75,
  34.     "moves": {
  35.       "Bite": [
  36.         20,
  37.         30
  38.       ],
  39.       "Snap": [
  40.         30,
  41.         35
  42.       ],
  43.       "Mutilate": [
  44.         30,
  45.         35
  46.       ],
  47.       "Dread Aura": 10
  48.     }
  49.   },
  50.   {
  51.     "name": "Flying Polyp",
  52.     "description": "It is an ancient and alien being, momentarily disappearing from sight every now and again as it quietly approaches.",
  53.     "speed": [
  54.       30,
  55.       60
  56.     ],
  57.     "health": 80,
  58.     "moves": {
  59.       "Cosmic Wind": [
  60.         20,
  61.         30
  62.       ],
  63.       "Tentacle Swipe": [
  64.         30,
  65.         35
  66.       ],
  67.       "Foul Affliction": [
  68.         30,
  69.         35
  70.       ],
  71.       "Unnerving Aura": 15
  72.     }
  73.   },
  74.   {
  75.     "name": "Shoggoth",
  76.     "description": "It is a terrifying protoplasmic mass, an ancient servant of masters long forgotten.",
  77.     "speed": [
  78.       1,
  79.       50
  80.     ],
  81.     "health": 100,
  82.     "moves": {
  83.       "Strangle": [
  84.         20,
  85.         30
  86.       ],
  87.       "Pummel": [
  88.         30,
  89.         35
  90.       ],
  91.       "Engulf": [
  92.         30,
  93.         35
  94.       ],
  95.       "Unsettling Gaze": 10
  96.     }
  97.   },
  98.   {
  99.     "name": "Moon-Beast",
  100.     "description": "A pale and toad-like creature, sickly in appearance and emanating a stench of foul decay.",
  101.     "speed": [
  102.       1,
  103.       100
  104.     ],
  105.     "health": 80,
  106.     "moves": {
  107.       "Claw": [
  108.         20,
  109.         30
  110.       ],
  111.       "Slash": [
  112.         30,
  113.         40
  114.       ],
  115.       "Eviscerate": [
  116.         30,
  117.         35
  118.       ],
  119.       "Horrific Wail": 20
  120.     }
  121.   },
  122.   {
  123.     "name": "Servant Of The Nameless Mist",
  124.     "description": "A pale and toad-like creature, sickly in appearance and emanating a stench of foul decay.",
  125.     "speed": [
  126.       200,
  127.       200
  128.     ],
  129.     "health": 125,
  130.     "moves": {
  131.       "Curse of the Stars": [
  132.         20,
  133.         25
  134.       ],
  135.       "Eldritch Fire": [
  136.         25,
  137.         30
  138.       ],
  139.       "Cursed Blow": [
  140.         35,
  141.         40
  142.       ],
  143.       "Cosmic Vampirism": [
  144.         20,
  145.         30
  146.       ],
  147.       "Gaze of the Abyss": [
  148.         30,
  149.         30
  150.       ]
  151.     }
  152.   },
  153.   {
  154.     "name": "Lesser Spawn",
  155.     "description": "A malformed and hideous creature, resembling a Man with long disjointed limbs and paper-white skin. Despite its frightening appearance, it seems somehow pitiful.",
  156.     "speed": [
  157.       1,
  158.       50
  159.     ],
  160.     "health": 50,
  161.     "moves": {
  162.       "Slash": [
  163.         5,
  164.         10
  165.       ],
  166.       "Punch": [
  167.         10,
  168.         15
  169.       ]
  170.     }
  171.   },
  172.   {
  173.     "name": "Golem",
  174.     "description": "A human-sized clay construct, brought to life by rogue cultists who's creation has long outlived them.",
  175.     "speed": [
  176.       1,
  177.       100
  178.     ],
  179.     "health": 80,
  180.     "moves": {
  181.       "Smash": [
  182.         10,
  183.         20
  184.       ],
  185.       "Stomp": [
  186.         10,
  187.         15
  188.       ]
  189.     }
  190.   }
  191. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement