fixing pyro

This commit is contained in:
missingbinary
2021-12-11 17:02:27 -04:00
parent f184472443
commit bf7642ea1c
56 changed files with 2920 additions and 2878 deletions

View File

@@ -1,5 +1,5 @@
{
"order": -1,
"order": 1,
"origins": [
"aspects:anemo",
"aspects:hydro",

View File

@@ -1,5 +1,5 @@
{
"order": 1,
"order": 2,
"origins": [
{
"condition": {

View File

@@ -0,0 +1,14 @@
{
"powers": [
"aspects:fire_immunity",
"aspects:nether_buff",
"aspects:water_damage",
"aspects:lava_vision",
"aspects:flameborn"
],
"icon": {
"item": "minecraft:zombie_head"
},
"name": "Pyro",
"description": "fire go weeee"
}

View File

@@ -11,7 +11,7 @@
"type": "origins:target_action",
"action":{
"type":"origins:damage",
"amount": 6,
"amount": 8,
"source": {
"name": "freeze",
"bypasses_armor": false
@@ -23,12 +23,13 @@
"command_step": 1,
"command_along_ray_only_on_hit": false
},
"cooldown": 140,
"cooldown": 240,
"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."
}
"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,5 @@
{
"type": "origins:fire_immunity",
"name":"Fire Immunity",
"description":"You are immune to fire damage."
}

View File

@@ -0,0 +1,6 @@
{
"type": "origins:particle",
"particle": "minecraft:flame",
"frequency": 80,
"hidden":true
}

View File

@@ -0,0 +1,6 @@
{
"type": "origins:lava_vision",
"s": 0,
"v": 15,
"hidden":true
}

View File

@@ -0,0 +1,17 @@
{
"type": "origins:conditioned_attribute",
"modifier": {
"attribute": "minecraft:generic.attack_damage",
"operation": "addition",
"value": 0.4
},
"condition": {
"type": "origins:biome",
"condition": {
"type": "origins:category",
"category": "nether"
}
},
"name":"Homely Strength",
"description":"You do more damage whilst in the Nether."
}

View File

@@ -0,0 +1,19 @@
{
"type": "origins:action_over_time",
"interval": 20,
"entity_action": {
"type": "origins:damage",
"amount": 2,
"source":{
"name":"hurt_by_water"
},
"condition": {
"type": "origins:fluid_height",
"fluid": "minecraft:water",
"comparison": ">=",
"compare_to": 1
}
},
"name":"Water Damage",
"description":"When you touch water, you receive damage."
}

View File

@@ -14,7 +14,7 @@
},
"license": "CC0-1.0",
"icon": "assets/aspects/icon.png",
"icon": "assets/modid/icon.png",
"environment": "*",
"entrypoints": {