Files
Aspects-Celestia-Compat/bin/main/data/aspects/powers/nether_buff.json
2021-12-12 15:43:31 -04:00

23 lines
519 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.",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
"text": "Positive"
}
]
}