finishing ignis powers
This commit is contained in:
15
bin/main/data/aspects/powers/fire_strength.json
Normal file
15
bin/main/data/aspects/powers/fire_strength.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"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."
|
||||
}
|
||||
Reference in New Issue
Block a user