added aspects, added dendro
This commit is contained in:
14
bin/main/data/aspects/powers/holy_light,json
Normal file
14
bin/main/data/aspects/powers/holy_light,json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "origins:conditioned_attribute",
|
||||
"modifier": {
|
||||
"attribute": "minecraft:generic.attack_damage",
|
||||
"operation": "addition",
|
||||
"value": 2
|
||||
},
|
||||
"tick_rate": 20,
|
||||
"condition": {
|
||||
"type": "origins:daytime"
|
||||
},
|
||||
"name":"Holy Light",
|
||||
"description":"You do more damage during the daytime."
|
||||
}
|
||||
Reference in New Issue
Block a user