Files
Aspects-Celestia-Compat/bin/main/data/aspects/powers/nether_buff.json
missingbinary bf7642ea1c fixing pyro
2021-12-11 17:02:27 -04:00

17 lines
403 B
JSON

{
"type": "origins:conditioned_attribute",
"modifier": {
"attribute": "minecraft:generic.attack_damage",
"operation": "addition",
"value": 0.4
},
"condition": {
"type": "origins:biome",
"condition": {
"type": "origins:category",
"category": "nether"
}
},
"name":"Homely Strength",
"description":"You do more damage whilst in the Nether."
}