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
37 lines
951 B
JSON
37 lines
951 B
JSON
{
|
|
"type":"origins:multiple",
|
|
"addition":{
|
|
"type": "origins:action_over_time",
|
|
"entity_action": {
|
|
"type": "origins:change_resource",
|
|
"resource": "aspects:sun_bar",
|
|
"change": 1
|
|
},
|
|
"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.",
|
|
"badges": [
|
|
{
|
|
"sprite": "aspects:textures/gui/badge/check.png",
|
|
"text": "Positive"
|
|
}
|
|
]
|
|
} |