fixed some stuff

This commit is contained in:
missingbinary
2021-12-12 17:27:02 -04:00
parent 721b9fffdc
commit 6da8038056
147 changed files with 5310 additions and 2905 deletions

View File

@@ -13,6 +13,11 @@
"tick_rate": 20,
"name":"Chained",
"description":"When you aren't exposed to the sky, you become slower in combat."
"description":"When you aren't exposed to the sky, you become slower in combat.",
"badges": [
{
"sprite": "aspects:textures/gui/badge/cross.png",
"text": "Negative"
}
]
}

View File

@@ -14,5 +14,11 @@
},
"cooldown": 20,
"name":"Evaporation",
"description":"Fire hurts you a lot more than it normally would."
"description":"Fire hurts you a lot more than it normally would.",
"badges": [
{
"sprite": "aspects:textures/gui/badge/cross.png",
"text": "Negative"
}
]
}

View File

@@ -3,7 +3,7 @@
"modifier": {
"attribute": "minecraft:generic.attack_damage",
"operation": "addition",
"value": 0.4
"value": 2
},
"tick_rate": 20,
"condition": {

View File

@@ -6,6 +6,12 @@
"operation": "addition"
},
"name":"Like Lightning",
"description":"You are an even faster variant of Anemo."
"description":"You are an even faster variant of Anemo.",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
"text": "Positive"
}
]
}

View File

@@ -31,5 +31,11 @@
}
},
"name":"Frost Walker",
"description":"Water beneath you will turn into ice. Deactivates when you are falling, sneaking, or under the water."
"description":"Water beneath you will turn into ice. Deactivates when you are falling, sneaking, or under the water.",
"badges": [
{
"sprite": "aspects:textures/gui/badge/equal.png",
"text": "Neutral"
}
]
}

View File

@@ -1,15 +1,24 @@
{
"type": "origins:active_self",
"entity_action": {
"type":"origins:and",
"actions": [
{
"type": "origins:set_on_fire",
"duration": 15
},
{
"type":"origins:execute_command",
"command":"function aspects:fire_light"
}
],
"cooldown": 300,
"hud_render": {
"should_render": true,
"bar_index": 7,
"inverted":true
},
}
},
"name":"Ignition",
"description":"Using your primary active ability, you can light yourself on fire for a short duration, granting you an attack buff."

View File

@@ -1,6 +1,9 @@
{
"type": "origins:active_self",
"entity_action": {
"type":"origins:and",
"actions": [
{
"type": "origins:area_of_effect",
"radius": 10,
"bientity_action": {
@@ -13,8 +16,16 @@
"bientity_condition": {
"type": "origins:can_see"
}
},
{
"type":"origins:execute_command",
"command":"function aspects:ring_of_fire"
}
]
},
"key":"key.origins.secondary_active",
"cooldown": 1400,
"name":"As your secondary ability, you can light entites around you on fire for a few seconds."
"name":"Ring of Fire",
"description":"As your secondary ability, you can light entites around you on fire for a few seconds."
}

View File

@@ -288,5 +288,11 @@
}
},
"name":"Negate Falling",
"description":"You cannot take fall damage, but the more fall damage that is absorbed by the atmosphere, the more your movement speed will temporarily decrease."
"description":"You cannot take fall damage, but the more fall damage that is absorbed by the atmosphere, the more your movement speed will temporarily decrease.",
"badges": [
{
"sprite": "aspects:textures/gui/badge/equal.png",
"text": "Neutral"
}
]
}

View File

@@ -11,5 +11,11 @@
"predicate": "aspects:weather/is_thunderstorm"
},
"name":"Storm Strength",
"description":"During thunderstorms, you do significantly more damage to others."
"description":"During thunderstorms, you do significantly more damage to others.",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
"text": "Positive"
}
]
}

View File

@@ -25,7 +25,7 @@
"hud_render": {
"should_render": true,
"sprite_location": "origins:textures/gui/resource_bar.png",
"bar_index":7,
"bar_index":2,
"inverted":true
},

View File

@@ -23,7 +23,7 @@
"radius": 10,
"bientity_action": {
"type": "origins:damage",
"amount": 10,
"amount": 5,
"source": {
"name": "lightningBolt",
"bypasses_armor": true
@@ -37,6 +37,10 @@
{
"type": "origins:heal",
"amount": 6
},
{
"type":"origins:execute_command",
"command":"function aspects:raging_gales"
}
]
},
@@ -44,10 +48,11 @@
"should_render": true,
"inverted":true,
"sprite_location": "origins:textures/gui/resource_bar.png",
"bar_index":8
"bar_index":3
},
"key":"key.origins.secondary_active",
"cooldown": 1400,
"name":"As your secondary ability, you can push enemies away by a few blocks whilst healing yourself and dealing damage to others."
"cooldown": 400,
"name":"Raging Gales",
"description":"As your secondary ability, you can push enemies away by a few blocks whilst healing yourself and dealing damage to others."
}

View File

@@ -26,5 +26,11 @@
]
},
"name":"Water Damage",
"description":"When you touch water, you receive damage."
"description":"When you touch water, you receive damage.",
"badges": [
{
"sprite": "aspects:textures/gui/badge/cross.png",
"text": "Negative"
}
]
}