From 36b527f489af3da0768b5cb3e4c3754137b339bb Mon Sep 17 00:00:00 2001 From: Quapsel Date: Fri, 1 Mar 2024 09:32:09 -0600 Subject: [PATCH] =?UTF-8?q?=E2=80=9EAdventures=20in=20Lestoria/assets/conf?= =?UTF-8?q?ig/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