Files
Aspects-Celestia-Compat/build/resources/main/data/aspects/powers/day_aversion.json
2021-12-13 21:09:17 -04:00

20 lines
482 B
JSON

{
"type": "origins:conditioned_attribute",
"modifier": {
"attribute": "minecraft:generic.attack_damage",
"operation": "addition",
"value": -0.05
},
"tick_rate": 20,
"condition": {
"type": "origins:daytime"
},
"name":"Day Aversion",
"description":"You are weakened at daytime.",
"badges": [
{
"sprite": "aspects:textures/gui/badge/cross.png",
"text": "Negative"
}
]
}