cosmetic fixes
This commit is contained in:
36
build/resources/main/data/aspects/powers/water_damage.json
Normal file
36
build/resources/main/data/aspects/powers/water_damage.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"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.",
|
||||
"badges": [
|
||||
{
|
||||
"sprite": "aspects:textures/gui/badge/cross.png",
|
||||
"text": "Negative"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user