cosmetic fixes
This commit is contained in:
23
build/resources/main/data/aspects/powers/nether_buff.json
Normal file
23
build/resources/main/data/aspects/powers/nether_buff.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"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.",
|
||||
"badges": [
|
||||
{
|
||||
"sprite": "aspects:textures/gui/badge/check.png",
|
||||
"text": "Positive"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user