Advertisement
Guest User

Untitled

a guest
Jul 21st, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.82 KB | None | 0 0
  1. {
  2.     "name": {
  3.         "translate": "Neutral_speedforce"
  4.     },
  5.  
  6.     "icon": {
  7.         "type": "texture",
  8.         "texture": "speedsterheroes:textures/icons/speedforce_icon.png"
  9.     },
  10.  
  11.     "max_level": 300,
  12.  
  13.     "capsule_color": 16773360,
  14.  
  15.     "effects": [{
  16.             "type": "trail",
  17.             "trail_type": "lightnings",
  18.             "color": [1, 0.94, 0.94],
  19.             "use_suit_trails": true,
  20.             "conditions": [{
  21.                     "type": "ability_enabled",
  22.                     "ability": "speedsterheroes:super_speed"
  23.                 },
  24.                 {
  25.                     "type": "moving"
  26.                 }
  27.             ]
  28.         },
  29.  
  30.         {
  31.             "type": "flickering",
  32.             "color": [1, 0.94, 0.94],
  33.             "use_suit_flicker": true,
  34.             "conditions": [{
  35.                     "type": "ability_enabled",
  36.                     "ability": "speedsterheroes:super_speed"
  37.                 },
  38.                 {
  39.                     "type": "moving"
  40.                 }
  41.             ]
  42.         },
  43.  
  44.         {
  45.             "type": "vibrating",
  46.             "conditions": [{
  47.                 "type": "ability_enabled",
  48.                 "ability": "speedsterheroes:phasing"
  49.             }]
  50.         }
  51.  
  52.     ],
  53.  
  54.     "abilities": [{
  55.             "ability": "lucraftcore:health",
  56.             "factor": 40,
  57.             "operation": 1,
  58.             "uuid": "0669d99d-b34d-40fc-a4d8-c7ee963cc842"
  59.         },
  60.         {
  61.             "ability": "speedsterheroes:super_speed",
  62.             "speed_levels": 284
  63.         },
  64.         {
  65.             "ability": "speedsterheroes:accelerate"
  66.         },
  67.         {
  68.             "ability": "speedsterheroes:decelerate"
  69.         },
  70.         {
  71.             "ability": "lucraftcore:healing",
  72.             "frequency": 0.04,
  73.             "amount": 88
  74.         },
  75.         {
  76.             "ability": "speedsterheroes:wall_running",
  77.             "speed": 40,
  78.             "required_level": 6
  79.         },
  80.         {
  81.             "ability": "speedsterheroes:arm_vortex",
  82.             "cooldown": 300,
  83.             "distance": 7,
  84.             "required_level": 9
  85.         },
  86.         {
  87.             "ability": "speedsterheroes:water_running",
  88.             "speed": 30,
  89.             "required_level": 12
  90.         },
  91.         {
  92.             "ability": "speedsterheroes:phasing",
  93.             "cooldown": 300,
  94.             "required_level": 18
  95.         },
  96.         {
  97.             "ability": "speedsterheroes:lightning_throw",
  98.             "speed": 50,
  99.             "cooldown": 30,
  100.             "required_level": 21
  101.         },
  102.         {
  103.             "ability": "speedsterheroes:dimension_breach",
  104.             "cooldown": 30,
  105.             "required_level": 24
  106.         },
  107.         {
  108.             "ability": "speedsterheroes:time_remnant",
  109.             "cooldown": 40,
  110.             "required_level": 27
  111.         },
  112.         {
  113.             "ability": "lucraftcore:strength",
  114.             "factor": 26,
  115.             "operation": 1,
  116.             "uuid": "0669d99d-b34d-40fc-a4d8-c7ee963cc842"
  117.         },
  118.         {
  119.             "ability": "lucraftcore:fall_resistance",
  120.             "factor": 10,
  121.             "operation": 0,
  122.             "uuid": "ff38d1b5-fd0c-4063-ae71-0838291e118e"
  123.         }, {
  124.             "ability": "heroesexpansion:solar_energy",
  125.             "max_solar_energy": 4000,
  126.             "connected_abilities": [{
  127.                 "ability": "mod:ability",
  128.                 "minimum": 2,
  129.                 "amount": 60,
  130.                 "frequency": 80
  131.             }]
  132.         },
  133.         {
  134.             "ability": "heroesexpansion:heat_vision",
  135.             "color": [1, 0.94, 0.94]
  136.         },
  137.         {
  138.             "ability": "heroesexpansion:kinetic_energy_absorption",
  139.             "max_energy": 1000,
  140.             "color": [1, 0.94, 0.94]
  141.         },
  142.         {
  143.             "ability": "heroesexpansion:energy_absorption",
  144.             "max_energy": 1000
  145.         }
  146.     ]
  147. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement