updated cryo powers

This commit is contained in:
missingbinary
2021-12-11 15:33:48 -04:00
parent 391f4ed775
commit 4d4333c282
40 changed files with 2931 additions and 2819 deletions

View File

@@ -1,34 +0,0 @@
{
"type": "origins:active_self",
"entity_action": {
"type": "origins:raycast",
"distance": 8,
"block": false,
"entity": true,
"shape_type": "visual",
"fluid_handling": "any",
"bientity_action": {
"type": "origins:target_action",
"action":{
"type":"origins:damage",
"amount": 6,
"source": {
"name": "freeze",
"bypasses_armor": false
}
}
},
"command_at_hit": "particle minecraft:snowflake ~ ~ ~ 0 0 0 0.0 1 normal @a",
"command_along_ray": "particle minecraft:snowflake",
"command_step": 1,
"command_along_ray_only_on_hit": false
},
"cooldown": 140,
"hud_render": {
"should_render": true
},
"name":"Freeze Focus",
"description":"This is your primary ability. When pressing the respective key, you will fire a ray of ice in the direction you are facing that will deal freeze damage to the target on impact."
}

View File

@@ -0,0 +1,35 @@
{
"type": "origins:active_self",
"entity_action": {
"type": "origins:raycast",
"distance": 8,
"block": false,
"entity": true,
"shape_type": "visual",
"fluid_handling": "any",
"bientity_action": {
"type": "origins:target_action",
"action":{
"type":"origins:damage",
"amount": 8,
"source": {
"name": "freeze",
"bypasses_armor": false
}
}
},
"command_at_hit": "particle minecraft:snowflake ~ ~ ~ 0 0 0 0.0 1 normal @a",
"command_along_ray": "particle minecraft:snowflake",
"command_step": 1,
"command_along_ray_only_on_hit": false
},
"cooldown": 240,
"hud_render": {
"should_render": true
},
"name":"Freeze Focus",
"description":"When pressing the respective key, you will fire a ray of ice in the direction you are facing that will deal freeze damage to the target on impact."
}

View File

@@ -0,0 +1,39 @@
{
"type":"origins:action_over_time",
"entity_action":{
"type":"origins:block_action_at",
"block_action":{
"type":"origins:offset",
"y":-1,
"action":{
"type":"origins:set_block",
"block":"minecraft:frosted_ice"
}
}
},
"condition": {
"type": "origins:and",
"conditions": [
{
"type": "origins:on_block",
"block_condition": {
"type": "origins:block",
"block": "minecraft:water"
}
},
{
"type": "origins:fall_distance",
"comparison": ">",
"compare_to": 4,
"inverted": true
},
{
"type": "origins:power_active",
"power": "aspects:frost_walker",
"key": {
"key": "key.origins.secondary_active"
}
}
]
}
}