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
19 lines
472 B
JSON
19 lines
472 B
JSON
{
|
|
"type": "origins:action_on_hit",
|
|
"bientity_action": {
|
|
"type": "origins:damage",
|
|
"amount": 0.5,
|
|
"source": {
|
|
"name": "indirectMagic",
|
|
"magic":true
|
|
}
|
|
},
|
|
"name":"Magic Damage",
|
|
"description":"All of your attacks do magic damage. / +0.5 magic damage on hit",
|
|
"badges": [
|
|
{
|
|
"sprite": "aspects:textures/gui/badge/check.png",
|
|
"text": "Positive"
|
|
}
|
|
]
|
|
} |