Files
Aspects-Celestia-Compat/bin/main/data/aspects/powers/fire_strength.json
2021-12-11 19:54:31 -04:00

16 lines
365 B
JSON

{
"type": "origins:conditioned_attribute",
"modifier": {
"attribute": "minecraft:generic.attack_damage",
"operation": "addition",
"value": 0.2
},
"tick_rate": 20,
"condition": {
"type": "origins:on_fire"
},
"name":"Heated Strength",
"description":"Being on fire grants you an attack damage bonus."
}