Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "type": "origins:multiple",
- "resource": {
- "type": "origins:resource",
- "min": 0,
- "max": 200,
- "hud_render": {
- "should_render": true,
- "sprite_location": "origins:textures/gui/community/huang/resource_bar_01.png",
- "bar_index": 20
- }
- },
- "increase": {
- "type": "origins:action_over_time",
- "condition": {
- "type": "origins:sprinting"
- },
- "entity_action": {
- "type": "origins:change_resource",
- "resource": "*:*_resource",
- "change": 1
- },
- "interval": 5
- },
- "decrease": {
- "type": "origins:action_over_time",
- "condition": {
- "type": "origins:moving",
- "inverted": true
- },
- "entity_action": {
- "type": "origins:change_resource",
- "resource": "*:*_resource",
- "change": -5
- },
- "interval": 5
- },
- "speed1": {
- "type": "origins:action_over_time",
- "condition": {
- "type": "origins:resource",
- "resource": "*:*_resource",
- "comparison": ">",
- "compare_to": 57
- },
- "entity_action": {
- "type": "origins:apply_effect",
- "effect": {
- "effect": "minecraft:speed",
- "duration": 60,
- "amplifier": 0,
- "show_particles": false,
- "show_icon": false
- }
- }
- },
- "speed2": {
- "type": "origins:action_over_time",
- "condition": {
- "type": "origins:resource",
- "resource": "*:*_resource",
- "comparison": ">",
- "compare_to": 114
- },
- "entity_action": {
- "type": "origins:apply_effect",
- "effect": {
- "effect": "minecraft:speed",
- "duration": 60,
- "amplifier": 1,
- "show_particles": false,
- "show_icon": false
- }
- }
- },
- "speed3": {
- "type": "origins:action_over_time",
- "condition": {
- "type": "origins:resource",
- "resource": "*:*_resource",
- "comparison": ">",
- "compare_to": 171
- },
- "entity_action": {
- "type": "origins:apply_effect",
- "effect": {
- "effect": "minecraft:speed",
- "duration": 60,
- "amplifier": 2,
- "show_particles": false,
- "show_icon": false
- }
- }
- },
- "speed4": {
- "type": "origins:action_over_time",
- "condition": {
- "type": "origins:resource",
- "resource": "*:*_resource",
- "comparison": "==",
- "compare_to": 200
- },
- "entity_action": {
- "type": "origins:apply_effect",
- "effect": {
- "effect": "minecraft:speed",
- "duration": 40,
- "amplifier": 4,
- "show_particles": false,
- "show_icon": false
- }
- }
- },
- "decrease2": {
- "type": "origins:action_over_time",
- "condition": {
- "type": "origins:sprinting",
- "inverted": true
- },
- "entity_action": {
- "type": "origins:change_resource",
- "resource": "*:*_resource",
- "change": -2
- },
- "interval": 5
- },
- "decrease3": {
- "type": "origins:action_over_time",
- "condition": {
- "type": "origins:in_block",
- "block_condition": {
- "type": "origins:block",
- "block": "minecraft:water"
- }
- },
- "entity_action": {
- "type": "origins:change_resource",
- "resource": "*:*_resource",
- "change": -50
- },
- "interval": 5
- },
- "water": {
- "type": "origins:action_over_time",
- "condition": {
- "type": "origins:in_block",
- "block_condition": {
- "type": "origins:block",
- "block": "minecraft:water"
- }
- },
- "entity_action": {
- "type": "origins:spawn_particles",
- "particle": "minecraft:splash",
- "count": 10
- }
- },
- "speed4_particle": {
- "type": "origins:action_over_time",
- "condition": {
- "type": "origins:resource",
- "resource": "*:*_resource",
- "comparison": "==",
- "compare_to": 200
- },
- "entity_action": {
- "type": "origins:spawn_particles",
- "particle": "minecraft:sweep_attack",
- "count": 2
- },
- "interval": 5
- },
- "speed1_particle": {
- "type": "origins:action_over_time",
- "condition": {
- "type": "origins:and",
- "conditions": [
- {
- "type": "origins:resource",
- "resource": "*:*_resource",
- "comparison": ">=",
- "compare_to": 57
- },
- {
- "type": "origins:resource",
- "resource": "*:*_resource",
- "comparison": "<",
- "compare_to": 114
- }
- ],
- "entity_action": {
- "type": "origins:spawn_particles",
- "particle": "minecraft:sweep_attack",
- "count": 2
- }
- },
- "interval": 20
- },
- "speed2_particle": {
- "type": "origins:action_over_time",
- "condition": {
- "type": "origins:and",
- "conditions": [
- {
- "type": "origins:resource",
- "resource": "*:*_resource",
- "comparison": ">=",
- "compare_to": 114
- },
- {
- "type": "origins:resource",
- "resource": "*:*_resource",
- "comparison": "<",
- "compare_to": 171
- }
- ],
- "entity_action": {
- "type": "origins:spawn_particles",
- "particle": "minecraft:sweep_attack",
- "count": 2
- }
- },
- "interval": 15
- },
- "speed3_particle": {
- "type": "origins:action_over_time",
- "condition": {
- "type": "origins:and",
- "conditions": [
- {
- "type": "origins:resource",
- "resource": "*:*_resource",
- "comparison": ">=",
- "compare_to": 171
- },
- {
- "type": "origins:resource",
- "resource": "*:*_resource",
- "comparison": "<",
- "compare_to": 200
- }
- ],
- "entity_action": {
- "type": "origins:spawn_particles",
- "particle": "minecraft:sweep_attack",
- "count": 2
- }
- },
- "interval": 10
- },
- "name": "Slipstream",
- "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"
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement