Files
Aspects-Celestia-Compat/bin/main/data/aspects/powers/chained.json
missingbinary 1a630355c9 Initial commit
2021-12-11 13:27:36 -04:00

18 lines
437 B
JSON

{
"type": "origins:conditioned_attribute",
"block_condition": {
"type": "origins:exposed_to_sky",
"inverted": "true"
},
"modifier":
{
"attribute": "minecraft:generic.attack_speed",
"operation": "addition",
"value": -1
},
"tick_rate": 20,
"name":"Chained",
"description":"When you aren't exposed to the sky, you become slower in combat."
}