Files
Aspects-Celestia-Compat/bin/main/data/aspects/powers/day_aversion.json
2021-12-13 11:17:54 -04:00

14 lines
339 B
JSON

{
"type": "origins:conditioned_attribute",
"modifier": {
"attribute": "minecraft:generic.attack_damage",
"operation": "addition",
"value": -2
},
"tick_rate": 20,
"condition": {
"type": "origins:daytime"
},
"name":"Day Aversion",
"description":"You are weakened at daytime."
}