From b65b1ba110ec09f925dbc242edd9c1f96c9fe003 Mon Sep 17 00:00:00 2001 From: Fire-Chimp <49045665+Fire-Chimp@users.noreply.github.com> Date: Sun, 24 Sep 2023 19:54:40 -0500 Subject: [PATCH] rynthid tentacle current mana fix rynthid tentacle current mana fix --- .../Caster/51991 Nether-attuned Rynthid Tentacle Wand.sql | 2 +- .../MeleeWeapon/MeleeWeapon/51967 Rynthid Tentacle Spear.sql | 2 +- .../MeleeWeapon/51968 Rynthid Tentacle Greatspear.sql | 2 +- .../MissileWeapon/51988 Rynthid Tentacle Bow.sql | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Database/Patches/9 WeenieDefaults/Caster/Caster/51991 Nether-attuned Rynthid Tentacle Wand.sql b/Database/Patches/9 WeenieDefaults/Caster/Caster/51991 Nether-attuned Rynthid Tentacle Wand.sql index 63fec75d802..5190a93e02c 100644 --- a/Database/Patches/9 WeenieDefaults/Caster/Caster/51991 Nether-attuned Rynthid Tentacle Wand.sql +++ b/Database/Patches/9 WeenieDefaults/Caster/Caster/51991 Nether-attuned Rynthid Tentacle Wand.sql @@ -16,7 +16,7 @@ VALUES (51991, 1, 32768) /* ItemType - Caster */ , (51991, 93, 1044) /* PhysicsState - Ethereal, IgnoreCollisions, Gravity */ , (51991, 94, 16) /* TargetType - Creature */ , (51991, 106, 475) /* ItemSpellcraft */ - , (51991, 107, 2172) /* ItemCurMana */ + , (51991, 107, 3000) /* ItemCurMana */ , (51991, 108, 3000) /* ItemMaxMana */ , (51991, 114, 1) /* Attuned - Attuned */ , (51991, 151, 2) /* HookType - Wall */ diff --git a/Database/Patches/9 WeenieDefaults/MeleeWeapon/MeleeWeapon/51967 Rynthid Tentacle Spear.sql b/Database/Patches/9 WeenieDefaults/MeleeWeapon/MeleeWeapon/51967 Rynthid Tentacle Spear.sql index a08fdde54f0..7ae53ff1ece 100644 --- a/Database/Patches/9 WeenieDefaults/MeleeWeapon/MeleeWeapon/51967 Rynthid Tentacle Spear.sql +++ b/Database/Patches/9 WeenieDefaults/MeleeWeapon/MeleeWeapon/51967 Rynthid Tentacle Spear.sql @@ -20,7 +20,7 @@ VALUES (51967, 1, 1) /* ItemType - MeleeWeapon */ , (51967, 51, 1) /* CombatUse - Melee */ , (51967, 93, 1044) /* PhysicsState - Ethereal, IgnoreCollisions, Gravity */ , (51967, 106, 475) /* ItemSpellcraft */ - , (51967, 107, 2974) /* ItemCurMana */ + , (51967, 107, 3000) /* ItemCurMana */ , (51967, 108, 3000) /* ItemMaxMana */ , (51967, 114, 1) /* Attuned - Attuned */ , (51967, 151, 2) /* HookType - Wall */ diff --git a/Database/Patches/9 WeenieDefaults/MeleeWeapon/MeleeWeapon/51968 Rynthid Tentacle Greatspear.sql b/Database/Patches/9 WeenieDefaults/MeleeWeapon/MeleeWeapon/51968 Rynthid Tentacle Greatspear.sql index e9473870bb6..a71e7d4b91e 100644 --- a/Database/Patches/9 WeenieDefaults/MeleeWeapon/MeleeWeapon/51968 Rynthid Tentacle Greatspear.sql +++ b/Database/Patches/9 WeenieDefaults/MeleeWeapon/MeleeWeapon/51968 Rynthid Tentacle Greatspear.sql @@ -20,7 +20,7 @@ VALUES (51968, 1, 1) /* ItemType - MeleeWeapon */ , (51968, 51, 5) /* CombatUse - TwoHanded */ , (51968, 93, 1044) /* PhysicsState - Ethereal, IgnoreCollisions, Gravity */ , (51968, 106, 475) /* ItemSpellcraft */ - , (51968, 107, 2726) /* ItemCurMana */ + , (51968, 107, 3000) /* ItemCurMana */ , (51968, 108, 3000) /* ItemMaxMana */ , (51968, 114, 1) /* Attuned - Attuned */ , (51968, 151, 2) /* HookType - Wall */ diff --git a/Database/Patches/9 WeenieDefaults/MissileLauncher/MissileWeapon/51988 Rynthid Tentacle Bow.sql b/Database/Patches/9 WeenieDefaults/MissileLauncher/MissileWeapon/51988 Rynthid Tentacle Bow.sql index 1d706448977..7f0f45568f6 100644 --- a/Database/Patches/9 WeenieDefaults/MissileLauncher/MissileWeapon/51988 Rynthid Tentacle Bow.sql +++ b/Database/Patches/9 WeenieDefaults/MissileLauncher/MissileWeapon/51988 Rynthid Tentacle Bow.sql @@ -22,7 +22,7 @@ VALUES (51988, 1, 256) /* ItemType - MissileWeapon */ , (51988, 53, 3) /* PlacementPosition - LeftHand */ , (51988, 93, 1044) /* PhysicsState - Ethereal, IgnoreCollisions, Gravity */ , (51988, 106, 475) /* ItemSpellcraft */ - , (51988, 107, 2452) /* ItemCurMana */ + , (51988, 107, 3000) /* ItemCurMana */ , (51988, 108, 3000) /* ItemMaxMana */ , (51988, 114, 1) /* Attuned - Attuned */ , (51988, 151, 2) /* HookType - Wall */