30 lines
781 B
JSON
30 lines
781 B
JSON
{
|
|
"type": "origins:damage_over_time",
|
|
"interval": 20,
|
|
"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."
|
|
} |