changing keybinds
This commit is contained in:
20
build/resources/main/data/aspects/powers/day_aversion.json
Normal file
20
build/resources/main/data/aspects/powers/day_aversion.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "origins:conditioned_attribute",
|
||||
"modifier": {
|
||||
"attribute": "minecraft:generic.attack_damage",
|
||||
"operation": "addition",
|
||||
"value": -0.05
|
||||
},
|
||||
"tick_rate": 20,
|
||||
"condition": {
|
||||
"type": "origins:daytime"
|
||||
},
|
||||
"name":"Day Aversion",
|
||||
"description":"You are weakened at daytime.",
|
||||
"badges": [
|
||||
{
|
||||
"sprite": "aspects:textures/gui/badge/cross.png",
|
||||
"text": "Negative"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user