Skip to content

Commit

Permalink
Modified hydrophobia damage to use new damage type
Browse files Browse the repository at this point in the history
  • Loading branch information
apace100 committed May 21, 2023
1 parent 27eec41 commit 74fce87
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"replace": false,
"values": [
"origins:no_water_for_gills"
"origins:no_water_for_gills",
"origins:hurt_by_water"
]
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"replace": false,
"values": [
"origins:no_water_for_gills"
"origins:no_water_for_gills",
"origins:hurt_by_water"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"exhaustion": 0.1,
"message_id": "hurt_by_water",
"scaling": "when_caused_by_living_non_player"
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
"entity_action": {
"type": "origins:damage",
"amount": 2,
"source": {
"name": "hurt_by_water",
"unblockable": true,
"bypasses_armor": true
}
"damage_type": "origins:hurt_by_water"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@
"onset_delay": 1,
"damage": 2,
"damage_easy": 1,
"damage_source": {
"name": "hurt_by_water",
"unblockable": true,
"bypasses_armor": true
},
"damage_type": "origins:hurt_by_water",
"protection_enchantment": "origins:water_protection",
"protection_effectiveness": 1.0,
"condition": {
Expand Down

0 comments on commit 74fce87

Please sign in to comment.