fixing pyro
This commit is contained in:
17
bin/main/data/aspects/powers/nether_buff.json
Normal file
17
bin/main/data/aspects/powers/nether_buff.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "origins:conditioned_attribute",
|
||||
"modifier": {
|
||||
"attribute": "minecraft:generic.attack_damage",
|
||||
"operation": "addition",
|
||||
"value": 0.4
|
||||
},
|
||||
"condition": {
|
||||
"type": "origins:biome",
|
||||
"condition": {
|
||||
"type": "origins:category",
|
||||
"category": "nether"
|
||||
}
|
||||
},
|
||||
"name":"Homely Strength",
|
||||
"description":"You do more damage whilst in the Nether."
|
||||
}
|
||||
Reference in New Issue
Block a user