Files
Aspects-Celestia-Compat/build/resources/main/data/aspects/powers/chained.json
missingbinary 2587a6a79e cosmetic fixes
2021-12-12 18:23:44 -04:00

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