Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restore missing Recipe Mod data #76

Merged
merged 2 commits into from
Jun 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Database/3-Core/4 CraftTable/SQL/00016 Health Draught.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ DELETE FROM `recipe` WHERE `id` = 16;
INSERT INTO `recipe` (`id`, `unknown_1`, `skill`, `difficulty`, `salvage_Type`, `success_W_C_I_D`, `success_Amount`, `success_Message`, `fail_W_C_I_D`, `fail_Amount`, `fail_Message`, `success_Destroy_Source_Chance`, `success_Destroy_Source_Amount`, `success_Destroy_Source_Message`, `success_Destroy_Target_Chance`, `success_Destroy_Target_Amount`, `success_Destroy_Target_Message`, `fail_Destroy_Source_Chance`, `fail_Destroy_Source_Amount`, `fail_Destroy_Source_Message`, `fail_Destroy_Target_Chance`, `fail_Destroy_Target_Amount`, `fail_Destroy_Target_Message`, `data_Id`, `last_Modified`)
VALUES (16, 0, 38 /* Alchemy */, 100, 0, 2457 /* Health Draught */, 1, 'You brew a health draught.', 0, 0, 'You fail to brew a health draught.', 1, 1, NULL, 1, 1, NULL, 1, 1, NULL, 1, 1, NULL, 0, '2005-02-09 10:00:00');

INSERT INTO `recipe_mod` (`recipe_Id`, `executes_On_Success`, `health`, `stamina`, `mana`, `unknown_7`, `data_Id`, `unknown_9`, `instance_Id`)
VALUES (16, True, -10, 0, 0, False, 0, 0, 0);

DELETE FROM `cook_book` WHERE `recipe_Id` = 16;

INSERT INTO `cook_book` (`recipe_Id`, `source_W_C_I_D`, `target_W_C_I_D`, `last_Modified`)
Expand Down
3 changes: 3 additions & 0 deletions Database/3-Core/4 CraftTable/SQL/00017 Mana Draught.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ DELETE FROM `recipe` WHERE `id` = 17;
INSERT INTO `recipe` (`id`, `unknown_1`, `skill`, `difficulty`, `salvage_Type`, `success_W_C_I_D`, `success_Amount`, `success_Message`, `fail_W_C_I_D`, `fail_Amount`, `fail_Message`, `success_Destroy_Source_Chance`, `success_Destroy_Source_Amount`, `success_Destroy_Source_Message`, `success_Destroy_Target_Chance`, `success_Destroy_Target_Amount`, `success_Destroy_Target_Message`, `fail_Destroy_Source_Chance`, `fail_Destroy_Source_Amount`, `fail_Destroy_Source_Message`, `fail_Destroy_Target_Chance`, `fail_Destroy_Target_Amount`, `fail_Destroy_Target_Message`, `data_Id`, `last_Modified`)
VALUES (17, 0, 38 /* Alchemy */, 100, 0, 2460 /* Mana Draught */, 1, 'You brew a mana draught.', 0, 0, 'You fail to brew a mana draught.', 1, 1, NULL, 1, 1, NULL, 1, 1, NULL, 1, 1, NULL, 0, '2005-02-09 10:00:00');

INSERT INTO `recipe_mod` (`recipe_Id`, `executes_On_Success`, `health`, `stamina`, `mana`, `unknown_7`, `data_Id`, `unknown_9`, `instance_Id`)
VALUES (17, True, 0, 0, -20, False, 0, 0, 0);

DELETE FROM `cook_book` WHERE `recipe_Id` = 17;

INSERT INTO `cook_book` (`recipe_Id`, `source_W_C_I_D`, `target_W_C_I_D`, `last_Modified`)
Expand Down
3 changes: 3 additions & 0 deletions Database/3-Core/4 CraftTable/SQL/00018 Potion of Healing.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ DELETE FROM `recipe` WHERE `id` = 18;
INSERT INTO `recipe` (`id`, `unknown_1`, `skill`, `difficulty`, `salvage_Type`, `success_W_C_I_D`, `success_Amount`, `success_Message`, `fail_W_C_I_D`, `fail_Amount`, `fail_Message`, `success_Destroy_Source_Chance`, `success_Destroy_Source_Amount`, `success_Destroy_Source_Message`, `success_Destroy_Target_Chance`, `success_Destroy_Target_Amount`, `success_Destroy_Target_Message`, `fail_Destroy_Source_Chance`, `fail_Destroy_Source_Amount`, `fail_Destroy_Source_Message`, `fail_Destroy_Target_Chance`, `fail_Destroy_Target_Amount`, `fail_Destroy_Target_Message`, `data_Id`, `last_Modified`)
VALUES (18, 0, 38 /* Alchemy */, 180, 0, 377 /* Potion of Healing */, 1, 'You brew a health potion.', 0, 0, 'You fail to brew a health potion.', 1, 1, NULL, 1, 1, NULL, 1, 1, NULL, 1, 1, NULL, 0, '2005-02-09 10:00:00');

INSERT INTO `recipe_mod` (`recipe_Id`, `executes_On_Success`, `health`, `stamina`, `mana`, `unknown_7`, `data_Id`, `unknown_9`, `instance_Id`)
VALUES (18, True, -25, 0, 0, False, 0, 0, 0);

DELETE FROM `cook_book` WHERE `recipe_Id` = 18;

INSERT INTO `cook_book` (`recipe_Id`, `source_W_C_I_D`, `target_W_C_I_D`, `last_Modified`)
Expand Down
3 changes: 3 additions & 0 deletions Database/3-Core/4 CraftTable/SQL/00019 Mana Potion.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ DELETE FROM `recipe` WHERE `id` = 19;
INSERT INTO `recipe` (`id`, `unknown_1`, `skill`, `difficulty`, `salvage_Type`, `success_W_C_I_D`, `success_Amount`, `success_Message`, `fail_W_C_I_D`, `fail_Amount`, `fail_Message`, `success_Destroy_Source_Chance`, `success_Destroy_Source_Amount`, `success_Destroy_Source_Message`, `success_Destroy_Target_Chance`, `success_Destroy_Target_Amount`, `success_Destroy_Target_Message`, `fail_Destroy_Source_Chance`, `fail_Destroy_Source_Amount`, `fail_Destroy_Source_Message`, `fail_Destroy_Target_Chance`, `fail_Destroy_Target_Amount`, `fail_Destroy_Target_Message`, `data_Id`, `last_Modified`)
VALUES (19, 0, 38 /* Alchemy */, 180, 0, 379 /* Mana Potion */, 1, 'You brew a mana potion.', 0, 0, 'You fail to brew a mana potion.', 1, 1, NULL, 1, 1, NULL, 1, 1, NULL, 1, 1, NULL, 0, '2005-02-09 10:00:00');

INSERT INTO `recipe_mod` (`recipe_Id`, `executes_On_Success`, `health`, `stamina`, `mana`, `unknown_7`, `data_Id`, `unknown_9`, `instance_Id`)
VALUES (19, True, 0, 0, -25, False, 0, 0, 0);

DELETE FROM `cook_book` WHERE `recipe_Id` = 19;

INSERT INTO `cook_book` (`recipe_Id`, `source_W_C_I_D`, `target_W_C_I_D`, `last_Modified`)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ DELETE FROM `recipe` WHERE `id` = 20;
INSERT INTO `recipe` (`id`, `unknown_1`, `skill`, `difficulty`, `salvage_Type`, `success_W_C_I_D`, `success_Amount`, `success_Message`, `fail_W_C_I_D`, `fail_Amount`, `fail_Message`, `success_Destroy_Source_Chance`, `success_Destroy_Source_Amount`, `success_Destroy_Source_Message`, `success_Destroy_Target_Chance`, `success_Destroy_Target_Amount`, `success_Destroy_Target_Message`, `fail_Destroy_Source_Chance`, `fail_Destroy_Source_Amount`, `fail_Destroy_Source_Message`, `fail_Destroy_Target_Chance`, `fail_Destroy_Target_Amount`, `fail_Destroy_Target_Message`, `data_Id`, `last_Modified`)
VALUES (20, 0, 38 /* Alchemy */, 230, 0, 12248 /* Trade Health Elixir */, 1, 'You brew a Trade Health Elixir.', 0, 0, 'You fail to brew a Trade Health Elixir.', 1, 1, NULL, 1, 1, NULL, 1, 1, NULL, 1, 1, NULL, 0, '2005-02-09 10:00:00');

INSERT INTO `recipe_mod` (`recipe_Id`, `executes_On_Success`, `health`, `stamina`, `mana`, `unknown_7`, `data_Id`, `unknown_9`, `instance_Id`)
VALUES (20, True, -40, 0, 0, False, 0, 0, 0);

DELETE FROM `cook_book` WHERE `recipe_Id` = 20;

INSERT INTO `cook_book` (`recipe_Id`, `source_W_C_I_D`, `target_W_C_I_D`, `last_Modified`)
Expand Down
3 changes: 3 additions & 0 deletions Database/3-Core/4 CraftTable/SQL/00021 Trade Mana Elixir.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ DELETE FROM `recipe` WHERE `id` = 21;
INSERT INTO `recipe` (`id`, `unknown_1`, `skill`, `difficulty`, `salvage_Type`, `success_W_C_I_D`, `success_Amount`, `success_Message`, `fail_W_C_I_D`, `fail_Amount`, `fail_Message`, `success_Destroy_Source_Chance`, `success_Destroy_Source_Amount`, `success_Destroy_Source_Message`, `success_Destroy_Target_Chance`, `success_Destroy_Target_Amount`, `success_Destroy_Target_Message`, `fail_Destroy_Source_Chance`, `fail_Destroy_Source_Amount`, `fail_Destroy_Source_Message`, `fail_Destroy_Target_Chance`, `fail_Destroy_Target_Amount`, `fail_Destroy_Target_Message`, `data_Id`, `last_Modified`)
VALUES (21, 0, 38 /* Alchemy */, 230, 0, 12251 /* Trade Mana Elixir */, 1, 'You brew a Trade Mana Elixir.', 0, 0, 'You fail to brew a Trade Mana Elixir.', 1, 1, NULL, 1, 1, NULL, 1, 1, NULL, 1, 1, NULL, 0, '2005-02-09 10:00:00');

INSERT INTO `recipe_mod` (`recipe_Id`, `executes_On_Success`, `health`, `stamina`, `mana`, `unknown_7`, `data_Id`, `unknown_9`, `instance_Id`)
VALUES (21, True, 0, 0, -40, False, 0, 0, 0);

DELETE FROM `cook_book` WHERE `recipe_Id` = 21;

INSERT INTO `cook_book` (`recipe_Id`, `source_W_C_I_D`, `target_W_C_I_D`, `last_Modified`)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ VALUES (4125, 1, 0x02000059) /* Setup */
Wield Buckler (44) | Probability: 20%
Wield Kite Shield (91) | Probability: 10%
Wield Round Shield (93) | Probability: 10% */
, (4125, 33, 0x000000C1) /* UnknownGuessedname */;
, (4125, 33, 0x000000C1) /* InventoryTreasureType */;

INSERT INTO `weenie_properties_attribute` (`object_Id`, `type`, `init_Level`, `level_From_C_P`, `c_P_Spent`)
VALUES (4125, 1, 60, 0, 0) /* Strength */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ VALUES (4126, 1, 0x02000059) /* Setup */
Wield Buckler (44) | Probability: 20%
Wield Kite Shield (91) | Probability: 10%
Wield Round Shield (93) | Probability: 10% */
, (4126, 33, 0x000000C1) /* UnknownGuessedname */;
, (4126, 33, 0x000000C1) /* InventoryTreasureType */;

INSERT INTO `weenie_properties_attribute` (`object_Id`, `type`, `init_Level`, `level_From_C_P`, `c_P_Spent`)
VALUES (4126, 1, 60, 0, 0) /* Strength */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ VALUES (4123, 1, 0x02000197) /* Setup */
Wield Large Kite Shield (92) | Probability: 30.000002%
Wield Kite Shield (91) | Probability: 20%
Wield Large Round Shield (94) | Probability: 20% */
, (4123, 33, 0x000000EE) /* UnknownGuessedname */;
, (4123, 33, 0x000000EE) /* InventoryTreasureType */;

INSERT INTO `weenie_properties_attribute` (`object_Id`, `type`, `init_Level`, `level_From_C_P`, `c_P_Spent`)
VALUES (4123, 1, 120, 0, 0) /* Strength */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ VALUES (4124, 1, 0x02000197) /* Setup */
Wield Yari (23731) | Probability: 15.000001%
Wield Kite Shield (23685) | Probability: 50%
Wield Tower Shield (95) | Probability: 25% */
, (4124, 33, 0x000000EF) /* UnknownGuessedname */;
, (4124, 33, 0x000000EF) /* InventoryTreasureType */;

INSERT INTO `weenie_properties_attribute` (`object_Id`, `type`, `init_Level`, `level_From_C_P`, `c_P_Spent`)
VALUES (4124, 1, 161, 0, 0) /* Strength */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ VALUES (4127, 1, 0x02000197) /* Setup */
Wield Yari (23731) | Probability: 15.000001%
Wield Kite Shield (23685) | Probability: 50%
Wield Tower Shield (95) | Probability: 25% */
, (4127, 33, 0x000000EF) /* UnknownGuessedname */;
, (4127, 33, 0x000000EF) /* InventoryTreasureType */;

INSERT INTO `weenie_properties_attribute` (`object_Id`, `type`, `init_Level`, `level_From_C_P`, `c_P_Spent`)
VALUES (4127, 1, 141, 0, 0) /* Strength */
Expand Down