Files
Aspects-Celestia-Compat/bin/main/data/aspects/powers/positive_influence.json
Fishplex 796e443e07 General quality update
Major changes along with some more minor patches + quality upgrades.

 Main Changes:
- Updated to 1.18.2
- Removed Imber, Altum (for now) and Navitas
- Patched issue #1
- Made balancing changes
- Cleaned up project
- Simplified confusing code
2022-06-06 15:11:57 -03:00

27 lines
713 B
JSON

{
"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
}
}
},
"interval": 24000,
"condition": {
"type": "origins:daytime"
},
"name":"Positive Influence",
"description":"As every natural 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"
}
]
}