various updates, ready for release 2

This commit is contained in:
missingbinary
2021-12-13 18:00:21 -04:00
parent 5de75636bd
commit b7420f3369
297 changed files with 5488 additions and 3533 deletions

View File

@@ -2,14 +2,14 @@
"type": "origins:action_over_time",
"entity_action": {
"type": "origins:chance",
"chance": 0.05,
"action": {
"type": "origins:apply_effect",
"effect": {
"effect": "minecraft:hero_of_the_village",
"duration": 12000,
"amplifier": 0
},
"chance": 0.05
}
}
},
"interval": 24000,
@@ -17,5 +17,11 @@
"type": "origins:daytime"
},
"name":"Positive Influence",
"description":"As every morning passes, you have a small chance to gain the Hero of the Village effect."
"description":"As every morning passes, you have a small chance to gain the Hero of the Village effect.",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
"text": "Positive"
}
]
}