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
36 lines
948 B
JSON
36 lines
948 B
JSON
{
|
|
"type": "origins:damage_over_time",
|
|
"interval": 40,
|
|
"onset_delay": 1,
|
|
"damage": 2,
|
|
"damage_easy": 1,
|
|
"damage_source": {
|
|
"name": "hurt_by_water",
|
|
"unblockable": true,
|
|
"bypasses_armor": true
|
|
},
|
|
"protection_enchantment": "origins:water_protection",
|
|
"protection_effectiveness": 1.0,
|
|
"condition": {
|
|
"type": "origins:or",
|
|
"conditions": [
|
|
{
|
|
"type": "origins:fluid_height",
|
|
"fluid": "minecraft:water",
|
|
"comparison": ">",
|
|
"compare_to": 0.0
|
|
},
|
|
{
|
|
"type": "origins:in_rain"
|
|
}
|
|
]
|
|
},
|
|
"name":"Water Damage",
|
|
"description":"When you touch water, you receive damage. / +2 damage every 40 ticks",
|
|
"badges": [
|
|
{
|
|
"sprite": "aspects:textures/gui/badge/cross.png",
|
|
"text": "Negative"
|
|
}
|
|
]
|
|
} |