diff --git a/src/main/resources/data/terraoriginum/powers/monarchpowers/lackofsundamage.json b/src/main/resources/data/terraoriginum/powers/monarchpowers/lackofsundamage.json index e5fddc1..4f78cfb 100644 --- a/src/main/resources/data/terraoriginum/powers/monarchpowers/lackofsundamage.json +++ b/src/main/resources/data/terraoriginum/powers/monarchpowers/lackofsundamage.json @@ -14,7 +14,7 @@ }, "action": { "type": "origins:damage", - "amount": 4, + "amount": 6, "damage_type": "terraoriginum:lack_of_sun" } diff --git a/src/main/resources/data/terraoriginum/powers/monarchpowers/super_dash.json b/src/main/resources/data/terraoriginum/powers/monarchpowers/super_dash.json index a0d39dd..2fac9b6 100644 --- a/src/main/resources/data/terraoriginum/powers/monarchpowers/super_dash.json +++ b/src/main/resources/data/terraoriginum/powers/monarchpowers/super_dash.json @@ -22,7 +22,7 @@ { "type": "origins:change_resource", "resource": "terraoriginum:monarchpowers/solar_energy", - "change": -200 + "change": -300 } ] },