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
This commit is contained in:
Fishplex
2022-06-06 15:11:57 -03:00
parent f5b849798e
commit 796e443e07
829 changed files with 4626 additions and 26565 deletions

View File

@@ -1,13 +1,30 @@
{
"type":"origins:multiple",
"addition":{
"type": "origins:action_over_time",
"entity_action": {
"type": "origins:change_resource",
"resource": "aspects:sun_bar",
"change": 1
},
"interval": 10,
"interval": 25,
"condition": {
"type": "origins:exposed_to_sun"
}
},
"subtraction":{
"type": "origins:action_over_time",
"entity_action": {
"type": "origins:change_resource",
"resource": "aspects:sun_bar",
"change": -1
},
"interval": 50,
"condition": {
"type": "origins:brightness",
"comparison": "<",
"compare_to": 0.5
}
},
"name":"Sunbaked",
"description":"When you stay in the sun for long enough, you will become strengthened.",