added support for extra keybinds
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
"bar_index":5,
|
||||
"inverted":true
|
||||
},
|
||||
|
||||
"key":"key.origins.ternary_active",
|
||||
"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 and freeze over ice on impact."
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
"inverted":true
|
||||
},
|
||||
"key": {
|
||||
"key": "key.origins.secondary_active"
|
||||
"key": "key.origins.quaternary_active"
|
||||
},
|
||||
"name":"Icy Aura",
|
||||
"description":"With your secondary key, you can deal freeze damage to those around you within an 8 block radius."
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
"bar_index":8,
|
||||
"inverted":true
|
||||
},
|
||||
"key":"key.origins.ternary_active",
|
||||
"name":"Poison Cloud",
|
||||
"description":"As your primary ability, you can spawn a poison cloud around you."
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"bar_index":8
|
||||
},
|
||||
"key": {
|
||||
"key": "key.origins.secondary_active"
|
||||
"key": "key.origins.quaternary_active"
|
||||
},
|
||||
"name":"Friendly Assistance",
|
||||
"description":"As your secondary ability, you can spawn in an Iron Golem to help you fight off enemies."
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "origins:modify_damage_taken",
|
||||
"damage_condition": {
|
||||
"type": "origins:name",
|
||||
"name":"explosion.player"
|
||||
},
|
||||
"modifier": {
|
||||
"operation": "addition",
|
||||
"value": -1000
|
||||
},
|
||||
"name":"Explosion Immunity",
|
||||
"description":"Explosions don't hurt you."
|
||||
}
|
||||
@@ -19,7 +19,7 @@
|
||||
"inverted":true
|
||||
}
|
||||
},
|
||||
|
||||
"key":"key.origins.ternary_active",
|
||||
"name":"Ignition",
|
||||
"description":"Using your primary active ability, you can light yourself on fire for a short duration, granting you an attack buff."
|
||||
}
|
||||
@@ -30,7 +30,7 @@
|
||||
"sprite_location":"origins:textures/gui/community/huang/resource_bar_02.png",
|
||||
"bar_index":15
|
||||
},
|
||||
"key":"key.origins.secondary_active",
|
||||
"key": "key.origins.quaternary_active",
|
||||
"cooldown": 1400,
|
||||
"name":"Ring of Fire",
|
||||
"description":"As your secondary ability, you can light entities around you on fire for a few seconds."
|
||||
|
||||
16
build/resources/main/data/aspects/powers/impish_speed.json
Normal file
16
build/resources/main/data/aspects/powers/impish_speed.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "origins:attribute",
|
||||
"modifier": {
|
||||
"attribute": "minecraft:generic.movement_speed",
|
||||
"value": 0.05,
|
||||
"operation": "addition"
|
||||
},
|
||||
"name":"Impish Speed",
|
||||
"description":"Being a devillish little bugger has given you the speed to run away from your angered prank victims.",
|
||||
"badges": [
|
||||
{
|
||||
"sprite": "aspects:textures/gui/badge/check.png",
|
||||
"text": "Positive"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "origins:attribute",
|
||||
"modifier": {
|
||||
"attribute": "minecraft:generic.max_health",
|
||||
"value": 4,
|
||||
"operation": "addition"
|
||||
},
|
||||
"name":"Lavablood",
|
||||
"description":"Your max health is significantly increased."
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "origins:attribute",
|
||||
"modifier": {
|
||||
"name": "Max health increase",
|
||||
"attribute": "minecraft:generic.knockback_resistance",
|
||||
"value": 10,
|
||||
"operation": "addition"
|
||||
},
|
||||
"name":"Stable Footing",
|
||||
"description":"Knockback doesn't bother you."
|
||||
}
|
||||
@@ -1,9 +1,10 @@
|
||||
{
|
||||
"type": "origins:toggle",
|
||||
"key": {
|
||||
"key": "key.origins.primary_active",
|
||||
"key":"key.origins.ternary_active",
|
||||
"continuous": false
|
||||
},
|
||||
|
||||
"retain_state": false,
|
||||
"name":"Invisibility",
|
||||
"description":"As your primary ability, you can toggle invisibility. Deactivates when you are on fire."
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
"bar_index":9
|
||||
},
|
||||
"key": {
|
||||
"key": "key.origins.secondary_active"
|
||||
"key": "key.origins.quaternary_active"
|
||||
},
|
||||
"name":"Dark Shroud",
|
||||
"description":"With your secondary ability, you can disperse a shroud of wither."
|
||||
|
||||
17
build/resources/main/data/aspects/powers/magma_regen.json
Normal file
17
build/resources/main/data/aspects/powers/magma_regen.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "origins:action_over_time",
|
||||
"entity_action": {
|
||||
"type": "origins:heal",
|
||||
"amount": 1
|
||||
},
|
||||
"interval": 20,
|
||||
"condition": {
|
||||
"type": "origins:on_block",
|
||||
"block_condition": {
|
||||
"type": "origins:block",
|
||||
"block": "minecraft:magma_block"
|
||||
}
|
||||
},
|
||||
"name":"Back to the Source",
|
||||
"description":"As a being of magma, standing on magma blocks gives you regeneration."
|
||||
}
|
||||
29
build/resources/main/data/aspects/powers/magmus_primary.json
Normal file
29
build/resources/main/data/aspects/powers/magmus_primary.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"type": "origins:active_self",
|
||||
"entity_action": {
|
||||
"type":"origins:and",
|
||||
"actions":[
|
||||
{
|
||||
"type": "origins:apply_effect",
|
||||
"effect": {
|
||||
"effect": "minecraft:strength",
|
||||
"duration": 400,
|
||||
"amplifier": 3
|
||||
}
|
||||
},
|
||||
{
|
||||
"type":"origins:execute_command",
|
||||
"command":"function aspects:magma_resistance"
|
||||
}
|
||||
]
|
||||
},
|
||||
"cooldown": 800,
|
||||
"name":"Molten Fists",
|
||||
"description":"As your primary ability, you can grant yourself an amplified strength effect.",
|
||||
"hud_render": {
|
||||
"inverted":true,
|
||||
"sprite_location":"origins:textures/gui/community/huang/resource_bar_02.png",
|
||||
"bar_index":4,
|
||||
"should_render": true
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"type": "origins:active_self",
|
||||
"entity_action": {
|
||||
"type":"origins:and",
|
||||
"actions":[
|
||||
{
|
||||
"type": "origins:apply_effect",
|
||||
"effect": {
|
||||
"effect": "minecraft:resistance",
|
||||
"duration": 700,
|
||||
"amplifier": 3
|
||||
}
|
||||
},
|
||||
{
|
||||
"type":"origins:execute_command",
|
||||
"command":"function aspects:magma_resistance"
|
||||
}
|
||||
]
|
||||
},
|
||||
"key": "key.origins.quaternary_active",
|
||||
"cooldown": 1400,
|
||||
"name":"Magmaskin",
|
||||
"description":"With your secondary ability, you may grant yourself a highly amplified resistance effect.",
|
||||
"hud_render": {
|
||||
"inverted":true,
|
||||
"sprite_location":"origins:textures/gui/community/huang/resource_bar_01.png",
|
||||
"bar_index":8,
|
||||
"should_render": true
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "origins:active_self",
|
||||
"entity_action": {
|
||||
"type": "origins:explode",
|
||||
"power": 3,
|
||||
"destruction_type": "none",
|
||||
"damage_self": false,
|
||||
"create_fire": true
|
||||
},
|
||||
"cooldown": 600,
|
||||
"hud_render": {
|
||||
"should_render": true,
|
||||
"sprite_location":"origins:textures/gui/community/huang/resource_bar_02.png",
|
||||
"bar_index":10,
|
||||
"inverted":true
|
||||
},
|
||||
"key":"key.origins.ternary_active",
|
||||
"name":"Boom!",
|
||||
"description":"Boom! Explode the area you're standing on. Pow!"
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"type": "origins:active_self",
|
||||
"entity_action": {
|
||||
"type":"origins:and",
|
||||
"actions":[
|
||||
{
|
||||
"type": "origins:give",
|
||||
"stack": {
|
||||
"item": "minecraft:tnt",
|
||||
"amount": 7
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "origins:give",
|
||||
"stack": {
|
||||
"item": "minecraft:fire_charge",
|
||||
"amount": 7
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"key": "key.origins.quaternary_active",
|
||||
"cooldown": 1400,
|
||||
"name":"Bam",
|
||||
"description":"Using your evil little powers, you can grant yourself exactly eight precious blocks to TNT and eight weapons of destruction - fire charges.",
|
||||
"hud_render": {
|
||||
"inverted":true,
|
||||
"sprite_location":"origins:textures/gui/community/huang/resource_bar_02.png",
|
||||
"bar_index":5,
|
||||
"should_render": true
|
||||
}
|
||||
}
|
||||
@@ -23,6 +23,7 @@
|
||||
"bar_index":10,
|
||||
"inverted":true
|
||||
},
|
||||
"key":"key.origins.ternary_active",
|
||||
"name":"Solar Revealing",
|
||||
"description":"All entities within a 40 block radius of you will be highlighted with your primary ability. What an eyesore."
|
||||
}
|
||||
@@ -45,7 +45,7 @@
|
||||
"bar_index":20
|
||||
},
|
||||
"key": {
|
||||
"key": "key.origins.secondary_active"
|
||||
"key": "key.origins.quaternary_active"
|
||||
},
|
||||
"name":"Icarus",
|
||||
"description":"Send all surrounding enemies multiple blocks into the air, and then light them on fire. They shouldn't have strayed so close to the sun!"
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
"bar_index":2,
|
||||
"inverted":true
|
||||
},
|
||||
|
||||
"key":"key.origins.ternary_active",
|
||||
"name":"Lightning Bolt",
|
||||
"description":"When pressing the respective key, you will summon a lightning bolt at the block or entity you are looking at, doing damage and setting nearby blocks on fire as well."
|
||||
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
"bar_index":3
|
||||
|
||||
},
|
||||
"key":"key.origins.secondary_active",
|
||||
"key": "key.origins.quaternary_active",
|
||||
"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."
|
||||
|
||||
Reference in New Issue
Block a user