fixing pyro
This commit is contained in:
19
bin/main/data/aspects/powers/water_damage.json
Normal file
19
bin/main/data/aspects/powers/water_damage.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "origins:action_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
|
||||
}
|
||||
},
|
||||
"name":"Water Damage",
|
||||
"description":"When you touch water, you receive damage."
|
||||
}
|
||||
Reference in New Issue
Block a user