Advertisement
earlution

run.json

Sep 8th, 2023
916
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 6.22 KB | None | 0 0
  1. {
  2.   "type": "origins:multiple",
  3.   "resource": {
  4.     "type": "origins:resource",
  5.     "min": 0,
  6.     "max": 200,
  7.     "hud_render": {
  8.       "should_render": true,
  9.       "sprite_location": "origins:textures/gui/community/huang/resource_bar_01.png",
  10.       "bar_index": 20
  11.     }
  12.   },
  13.   "increase": {
  14.     "type": "origins:action_over_time",
  15.     "condition": {
  16.       "type": "origins:sprinting"
  17.     },
  18.     "entity_action": {
  19.       "type": "origins:change_resource",
  20.       "resource": "*:*_resource",
  21.       "change": 1
  22.     },
  23.     "interval": 5
  24.   },
  25.   "decrease": {
  26.     "type": "origins:action_over_time",
  27.     "condition": {
  28.       "type": "origins:moving",
  29.       "inverted": true
  30.     },
  31.     "entity_action": {
  32.       "type": "origins:change_resource",
  33.       "resource": "*:*_resource",
  34.       "change": -5
  35.     },
  36.     "interval": 5
  37.   },
  38.   "speed1": {
  39.     "type": "origins:action_over_time",
  40.     "condition": {
  41.       "type": "origins:resource",
  42.       "resource": "*:*_resource",
  43.       "comparison": ">",
  44.       "compare_to": 57
  45.     },
  46.     "entity_action": {
  47.       "type": "origins:apply_effect",
  48.       "effect": {
  49.         "effect": "minecraft:speed",
  50.         "duration": 60,
  51.         "amplifier": 0,
  52.         "show_particles": false,
  53.         "show_icon": false
  54.       }
  55.     }
  56.   },
  57.   "speed2": {
  58.     "type": "origins:action_over_time",
  59.     "condition": {
  60.       "type": "origins:resource",
  61.       "resource": "*:*_resource",
  62.       "comparison": ">",
  63.       "compare_to": 114
  64.     },
  65.     "entity_action": {
  66.       "type": "origins:apply_effect",
  67.       "effect": {
  68.         "effect": "minecraft:speed",
  69.         "duration": 60,
  70.         "amplifier": 1,
  71.         "show_particles": false,
  72.         "show_icon": false
  73.       }
  74.     }
  75.   },
  76.   "speed3": {
  77.     "type": "origins:action_over_time",
  78.     "condition": {
  79.       "type": "origins:resource",
  80.       "resource": "*:*_resource",
  81.       "comparison": ">",
  82.       "compare_to": 171
  83.     },
  84.     "entity_action": {
  85.       "type": "origins:apply_effect",
  86.       "effect": {
  87.         "effect": "minecraft:speed",
  88.         "duration": 60,
  89.         "amplifier": 2,
  90.         "show_particles": false,
  91.         "show_icon": false
  92.       }
  93.     }
  94.   },
  95.   "speed4": {
  96.     "type": "origins:action_over_time",
  97.     "condition": {
  98.       "type": "origins:resource",
  99.       "resource": "*:*_resource",
  100.       "comparison": "==",
  101.       "compare_to": 200
  102.     },
  103.     "entity_action": {
  104.       "type": "origins:apply_effect",
  105.       "effect": {
  106.         "effect": "minecraft:speed",
  107.         "duration": 40,
  108.         "amplifier": 4,
  109.         "show_particles": false,
  110.         "show_icon": false
  111.       }
  112.     }
  113.   },
  114.   "decrease2": {
  115.     "type": "origins:action_over_time",
  116.     "condition": {
  117.       "type": "origins:sprinting",
  118.       "inverted": true
  119.     },
  120.     "entity_action": {
  121.       "type": "origins:change_resource",
  122.       "resource": "*:*_resource",
  123.       "change": -2
  124.     },
  125.     "interval": 5
  126.   },
  127.   "decrease3": {
  128.     "type": "origins:action_over_time",
  129.     "condition": {
  130.       "type": "origins:in_block",
  131. "block_condition": {
  132.     "type": "origins:block",
  133.     "block": "minecraft:water"
  134. }
  135.     },
  136.     "entity_action": {
  137.       "type": "origins:change_resource",
  138.       "resource": "*:*_resource",
  139.       "change": -50
  140.     },
  141.     "interval": 5
  142.   },
  143.   "water": {
  144.     "type": "origins:action_over_time",
  145.     "condition": {
  146.       "type": "origins:in_block",
  147. "block_condition": {
  148.     "type": "origins:block",
  149.     "block": "minecraft:water"
  150.   }
  151.     },
  152.     "entity_action": {
  153.       "type": "origins:spawn_particles",
  154.       "particle": "minecraft:splash",
  155.       "count": 10
  156.     }
  157.   },
  158.   "speed4_particle": {
  159.     "type": "origins:action_over_time",
  160.     "condition": {
  161.       "type": "origins:resource",
  162.       "resource": "*:*_resource",
  163.       "comparison": "==",
  164.       "compare_to": 200
  165.     },
  166.     "entity_action": {
  167.       "type": "origins:spawn_particles",
  168.       "particle": "minecraft:sweep_attack",
  169.       "count": 2
  170.     },
  171.     "interval": 5
  172.     },
  173.     "speed1_particle": {
  174.       "type": "origins:action_over_time",
  175.       "condition": {
  176.         "type": "origins:and",
  177.         "conditions": [
  178.           {
  179.         "type": "origins:resource",
  180.         "resource": "*:*_resource",
  181.         "comparison": ">=",
  182.         "compare_to": 57
  183.       },
  184.       {
  185.         "type": "origins:resource",
  186.         "resource": "*:*_resource",
  187.         "comparison": "<",
  188.         "compare_to": 114
  189.       }
  190.     ],
  191.       "entity_action": {
  192.         "type": "origins:spawn_particles",
  193.         "particle": "minecraft:sweep_attack",
  194.         "count": 2
  195.       }
  196.       },
  197.       "interval": 20
  198.       },
  199.       "speed2_particle": {
  200.         "type": "origins:action_over_time",
  201.         "condition": {
  202.           "type": "origins:and",
  203.           "conditions": [
  204.             {
  205.           "type": "origins:resource",
  206.           "resource": "*:*_resource",
  207.           "comparison": ">=",
  208.           "compare_to": 114
  209.         },
  210.         {
  211.           "type": "origins:resource",
  212.           "resource": "*:*_resource",
  213.           "comparison": "<",
  214.           "compare_to": 171
  215.         }
  216.       ],
  217.         "entity_action": {
  218.           "type": "origins:spawn_particles",
  219.           "particle": "minecraft:sweep_attack",
  220.           "count": 2
  221.         }
  222.         },
  223.         "interval": 15
  224.         },
  225.         "speed3_particle": {
  226.           "type": "origins:action_over_time",
  227.           "condition": {
  228.             "type": "origins:and",
  229.             "conditions": [
  230.               {
  231.             "type": "origins:resource",
  232.             "resource": "*:*_resource",
  233.             "comparison": ">=",
  234.             "compare_to": 171
  235.           },
  236.           {
  237.             "type": "origins:resource",
  238.             "resource": "*:*_resource",
  239.             "comparison": "<",
  240.             "compare_to": 200
  241.           }
  242.         ],
  243.           "entity_action": {
  244.             "type": "origins:spawn_particles",
  245.             "particle": "minecraft:sweep_attack",
  246.             "count": 2
  247.           }
  248.           },
  249.           "interval": 10
  250.           },
  251.   "name": "Slipstream",
  252.   "description": "As you run, you create a slipstream effect around you speeding you up the longer you run, however be careful as touching water will severely slow you down"
  253. }
  254.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement