Files
Aspects-Celestia-Compat/build/resources/main/data/aspects/powers/knockback_resistance.json
2021-12-14 14:56:04 -04:00

17 lines
435 B
JSON

{
"type": "origins:attribute",
"modifier": {
"name": "Max health increase",
"attribute": "minecraft:generic.knockback_resistance",
"value": 10,
"operation": "addition"
},
"name":"Stable Footing",
"description":"Knockback doesn't bother you.",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
"text": "Positive"
}
]
}