added aspects, added dendro
This commit is contained in:
21
bin/main/data/aspects/powers/positive_influence.json
Normal file
21
bin/main/data/aspects/powers/positive_influence.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "origins:action_over_time",
|
||||
"entity_action": {
|
||||
"type": "origins:chance",
|
||||
"action": {
|
||||
"type": "origins:apply_effect",
|
||||
"effect": {
|
||||
"effect": "minecraft:hero_of_the_village",
|
||||
"duration": 12000,
|
||||
"amplifier": 0
|
||||
},
|
||||
"chance": 0.05
|
||||
}
|
||||
},
|
||||
"interval": 24000,
|
||||
"condition": {
|
||||
"type": "origins:daytime"
|
||||
},
|
||||
"name":"Positive Influence",
|
||||
"description":"As every morning passes, you have a small chance to gain the Hero of the Village effect."
|
||||
}
|
||||
Reference in New Issue
Block a user