From 1b2831bbb2c8d18f81f14d2037e9b64d13a271dc Mon Sep 17 00:00:00 2001 From: Quapsel Date: Fri, 1 Mar 2024 09:28:20 -0600 Subject: [PATCH 1/2] =?UTF-8?q?=E2=80=9EAdventures=20in=20Lestoria/assets/?= =?UTF-8?q?config/items/Accessories.txt=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ring of the Slime King: Attack stat removed. Ring of the Bear: Attack nerfed from 4-10 to 1-4 --- .../assets/config/items/Accessories.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Adventures in Lestoria/assets/config/items/Accessories.txt b/Adventures in Lestoria/assets/config/items/Accessories.txt index e825b168..7e4daa53 100644 --- a/Adventures in Lestoria/assets/config/items/Accessories.txt +++ b/Adventures in Lestoria/assets/config/items/Accessories.txt @@ -6,9 +6,9 @@ Equipment ItemCategory = Accessories # See ItemStats.txt for valid stat names - StatValues = Health,Attack,Mana,Move Spd % - MinStats = 5,2,1,1 - MaxStats = 20,4,4,3 + StatValues = Health,Mana,Move Spd % + MinStats = 5,1,1 + MaxStats = 20,4,3 SellValue = 90 Equip Sound = Equip Accessory @@ -20,8 +20,8 @@ Equipment # See ItemStats.txt for valid stat names StatValues = Health,Attack,Mana - MinStats = 4,4,1 - MaxStats = 10,10,3 + MinStats = 4,1,1 + MaxStats = 10,4,3 SellValue = 75 Equip Sound = Equip Accessory From ab01cc6acccbc76f12e5c97e643bdcc27db1ea7f Mon Sep 17 00:00:00 2001 From: Quapsel Date: Fri, 1 Mar 2024 09:32:09 -0600 Subject: [PATCH 2/2] =?UTF-8?q?=E2=80=9EAdventures=20in=20Lestoria/assets/?= =?UTF-8?q?config/items/Weapons.txt=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Damage changed from wood weapons from 5,10,15,20,25,30 to 3,6,9,12,16,20 --- .../assets/config/items/Weapons.txt | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/Adventures in Lestoria/assets/config/items/Weapons.txt b/Adventures in Lestoria/assets/config/items/Weapons.txt index 43360338..9e2a075a 100644 --- a/Adventures in Lestoria/assets/config/items/Weapons.txt +++ b/Adventures in Lestoria/assets/config/items/Weapons.txt @@ -9,12 +9,12 @@ Equipment # Stat Values of the item based on Enhancement level. # See ItemStats.txt for valid stat names StatValues = Attack,Crit Rate,Move Spd % - StatValues[0] = 5,5,0 - StatValues[1] = 10,6,1 - StatValues[2] = 15,7,2 - StatValues[3] = 20,8,3 - StatValues[4] = 25,9,4 - StatValues[5] = 30,10,5 + StatValues[0] = 3,5,0 + StatValues[1] = 6,6,1 + StatValues[2] = 9,7,2 + StatValues[3] = 12,8,3 + StatValues[4] = 16,9,4 + StatValues[5] = 20,10,5 StatValues[6] = 80,11,6 StatValues[7] = 115,12,7 StatValues[8] = 150,13,8 @@ -143,12 +143,12 @@ Equipment # Stat Values of the item based on Enhancement level. # See ItemStats.txt for valid stat names StatValues = Attack,Crit Rate,Move Spd % - StatValues[0] = 5,5,0 - StatValues[1] = 10,6,1 - StatValues[2] = 15,7,2 - StatValues[3] = 20,8,3 - StatValues[4] = 25,9,4 - StatValues[5] = 30,10,5 + StatValues[0] = 3,5,0 + StatValues[1] = 6,6,1 + StatValues[2] = 9,7,2 + StatValues[3] = 12,8,3 + StatValues[4] = 16,9,4 + StatValues[5] = 20,10,5 StatValues[6] = 80,11,6 StatValues[7] = 115,12,7 StatValues[8] = 150,13,8 @@ -266,12 +266,12 @@ Equipment # Stat Values of the item based on Enhancement level. # See ItemStats.txt for valid stat names StatValues = Attack,Crit Rate,Move Spd % - StatValues[0] = 5,5,0 - StatValues[1] = 10,6,1 - StatValues[2] = 15,7,2 - StatValues[3] = 20,8,3 - StatValues[4] = 25,9,4 - StatValues[5] = 30,10,5 + StatValues[0] = 3,5,0 + StatValues[1] = 6,6,1 + StatValues[2] = 9,7,2 + StatValues[3] = 12,8,3 + StatValues[4] = 16,9,4 + StatValues[5] = 20,10,5 StatValues[6] = 80,11,6 StatValues[7] = 115,12,7 StatValues[8] = 150,13,8