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:
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user