finishing ignis powers
This commit is contained in:
@@ -1,18 +1,29 @@
|
||||
{
|
||||
"type": "origins:action_over_time",
|
||||
"type": "origins:damage_over_time",
|
||||
"interval": 20,
|
||||
"entity_action": {
|
||||
"type": "origins:damage",
|
||||
"amount": 2,
|
||||
"source":{
|
||||
"name":"hurt_by_water"
|
||||
},
|
||||
"condition": {
|
||||
"type": "origins:fluid_height",
|
||||
"fluid": "minecraft:water",
|
||||
"comparison": ">=",
|
||||
"compare_to": 1
|
||||
}
|
||||
"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."
|
||||
|
||||
Reference in New Issue
Block a user