From 45fb23946ec7d5e17a19d3c51d674074a67ab640 Mon Sep 17 00:00:00 2001 From: Fishplex Date: Mon, 5 Sep 2022 16:15:59 -0300 Subject: [PATCH] 1.19 + bugfixes release version --- README.md | 1 + gradle.properties | 2 +- src/main/resources/data/aspects/powers/chained.json | 2 +- src/main/resources/data/aspects/powers/wise.json | 4 ++-- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 011b5e4..99c3c42 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ ## Introduction Aspects is an element-based Origins addon, meaning it expands the functions and features of the Origins mod created by Apace100. +Thank you to [AbyssDweller](https://github.com/AbyssDweller) and Perseus#0745 on Discord for help with fixing issues. :) ## Requirements diff --git a/gradle.properties b/gradle.properties index 8f5dcaf..0a60362 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ org.gradle.java.home=C:/Program Files/Java/jdk-17.0.2 loader_version=0.14.9 # Mod Properties - mod_version = 1.0.8 + mod_version = 1.0.7 maven_group = com.aspects archives_base_name = aspects origins_version=v1.6.2 diff --git a/src/main/resources/data/aspects/powers/chained.json b/src/main/resources/data/aspects/powers/chained.json index 14a9d2b..52811b0 100644 --- a/src/main/resources/data/aspects/powers/chained.json +++ b/src/main/resources/data/aspects/powers/chained.json @@ -13,7 +13,7 @@ "tick_rate": 20, "name":"Chained", - "description":"When you aren't exposed to the sky, you become slower in combat. / -0.05 off your attack speed when not exposed to skylight", + "description":"When you aren't exposed to the sky, you become slower in combat. / -0.03 off your attack speed when not exposed to skylight", "badges": [ { "sprite": "aspects:textures/gui/badge/cross.png", diff --git a/src/main/resources/data/aspects/powers/wise.json b/src/main/resources/data/aspects/powers/wise.json index 5b563c7..0d1d87e 100644 --- a/src/main/resources/data/aspects/powers/wise.json +++ b/src/main/resources/data/aspects/powers/wise.json @@ -2,10 +2,10 @@ "type": "origins:modify_xp_gain", "modifier": { "operation": "multiply_base", - "value": 2.0 + "value": 0.2 }, "name":"Wise", - "description":"Anemo is also the aspect of wisdom and knowledge. You gain 2x more experience upon picking up an experience orb. Way to go, smarty pants.", + "description":"Anemo is also the aspect of wisdom and knowledge. You gain a bit more experience upon picking up an experience orb. Way to go, smarty pants.", "badges": [ { "sprite": "aspects:textures/gui/badge/check.png",