Skip to content

Commit

Permalink
Version bump + release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankvdStam committed Apr 22, 2024
1 parent 0ac85b3 commit 8371e48
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 4 deletions.
Binary file modified Components/SoulMemory.dll
Binary file not shown.
Binary file modified Components/SoulSplitter.dll
Binary file not shown.
9 changes: 9 additions & 0 deletions Components/Updates.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<updates>
<update version="1.6.0">
<files>
<file path="Components/SoulMemory.dll" status="changed"/>
<file path="Components/SoulSplitter.dll" status="changed"/>
</files>
<changelog>
<change>DS1: Dropmod!</change>
</changelog>
</update>
<update version="1.5.3">
<files>
<file path="Components/SoulMemory.dll" status="changed"/>
Expand Down
4 changes: 2 additions & 2 deletions src/SoulMemory/DarkSouls1/DropMod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public DropMod(IDarkSouls1 darkSouls)

public void InitBkh()
{
_darkSouls.WriteWeaponDescription(1105000, "Dropmod!\n\nAffected:\nBlack Knight Halberd\n\n\n\n\n\n\n\n\n\nBy Ducksual & Wasted");
_darkSouls.WriteWeaponDescription(1105000, "Dropmod!\n\nAffected:\nBlack Knight Halberd\n\n\n\n\n\n\n\n\n\n");
for (int i = 0; i < 62; i++)
{
_darkSouls.SetLoadingScreenItem(i, 1105000);
Expand All @@ -44,7 +44,7 @@ public void InitBkh()

public void InitAllAchievements()
{
_darkSouls.WriteWeaponDescription(1004000, "Dropmod!\n\nAffected:\nBlack Knight Halberd/Sword/Greatsword/Greataxe/Shield\nSilver Knight Straight Sword/Spear/Shield\nStone Greatsword/Greatshield\nChanneler's Trident\nSouvenir of Reprisal\nEye of Death\n\n\n\n\nBy Ducksual & Wasted");
_darkSouls.WriteWeaponDescription(1004000, "Dropmod!\n\nAffected:\nBlack Knight Halberd/Sword/Greatsword/Greataxe/Shield\nSilver Knight Straight Sword/Spear/Shield\nStone Greatsword/Greatshield\nChanneler's Trident\nSouvenir of Reprisal\nEye of Death\n\n\n\n\n");

for (int i = 0; i < 62; i++)
{
Expand Down
2 changes: 1 addition & 1 deletion src/SoulMemory/SoulMemory.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Platforms>x64</Platforms>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Title>SoulMemory</Title>
<Version>1.5.3</Version>
<Version>1.6.0</Version>
<Authors>Frank v.d. Stam</Authors>
<PackageProjectUrl>https://github.com/FrankvdStam/SoulSplitter</PackageProjectUrl>
<RepositoryUrl>https://github.com/FrankvdStam/SoulSplitter</RepositoryUrl>
Expand Down
2 changes: 1 addition & 1 deletion src/SoulSplitter/SoulSplitter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<UseWPF>true</UseWPF>
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
<Title>SoulSplitter</Title>
<Version>1.5.3</Version>
<Version>1.6.0</Version>
<Authors>Frank v.d. Stam</Authors>
<PackageProjectUrl>https://github.com/FrankvdStam/SoulSplitter</PackageProjectUrl>
<RepositoryUrl>https://github.com/FrankvdStam/SoulSplitter</RepositoryUrl>
Expand Down

0 comments on commit 8371e48

Please sign in to comment.