Major changes along with some more minor patches + quality upgrades. ✅ Main Changes: - Updated to 1.18.2 - Removed Imber, Altum (for now) and Navitas - Patched issue #1 - Made balancing changes - Cleaned up project - Simplified confusing code
30 lines
859 B
JSON
30 lines
859 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
},
|
|
"key": "key.origins.ternary_active",
|
|
"cooldown": 800,
|
|
"name":"Molten Fists",
|
|
"description":"As your primary ability, you can grant yourself an amplified strength effect with the [Ternary] key. / Strength 3 for 400 ticks",
|
|
"hud_render": {
|
|
"inverted":true,
|
|
"sprite_location":"origins:textures/gui/community/huang/resource_bar_02.png",
|
|
"bar_index":5,
|
|
"should_render": true
|
|
}
|
|
} |