Skip to content

Commit

Permalink
v1.2.0 push
Browse files Browse the repository at this point in the history
  • Loading branch information
1Tiphereth committed Dec 28, 2024
1 parent e3c120c commit 476b6d4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1599,6 +1599,16 @@ public static void PostMainUIPatch()
//LoadPersonality("theredmist.json");
//LoadPersonality("thewavesthatwuther.json");
//LoadBuffStatic("SlotAdder.#

Singleton<StaticDataManager>.Instance.BuffList.GetData("Sinking").maxStack = 9999;
Singleton<StaticDataManager>.Instance.BuffList.GetData("Sinking").maxTurn = 9999;
Singleton<StaticDataManager>.Instance.BuffList.GetData("Combustion").maxStack = 9999;
Singleton<StaticDataManager>.Instance.BuffList.GetData("Combustion").maxTurn = 9999;
Singleton<StaticDataManager>.Instance.BuffList.GetData("Burst").maxStack = 9999;
Singleton<StaticDataManager>.Instance.BuffList.GetData("Burst").maxTurn = 9999;
Singleton<StaticDataManager>.Instance.BuffList.GetData("Laceration").maxStack = 9999;
Singleton<StaticDataManager>.Instance.BuffList.GetData("Laceration").maxTurn = 9999;

Singleton<TextDataSet>.Instance.EnemyList._dic.Add("-3001", new TextData_Enemy { name = "The Red Mist", desc = "Core (teehee~)", id = "-3001" });
Singleton<TextDataSet>.Instance.EnemyList._dic.Add("-3002", new TextData_Enemy { name = "Every Catherine", desc = "Core (teehee~)", id = "-3002" });
Singleton<TextDataSet>.Instance.EnemyList._dic.Add("-3003", new TextData_Enemy { name = "Don Quixote (real)", desc = "Core (teehee~)", id = "-3003" });
Expand Down

0 comments on commit 476b6d4

Please sign in to comment.