Skip to content

Commit

Permalink
Merge pull request #75 from Vapok/vapok/r1.6.8
Browse files Browse the repository at this point in the history
Release 1.6.8
  • Loading branch information
Vapok authored Feb 26, 2023
2 parents 9b9a08d + 25acefb commit 647d7f8
Show file tree
Hide file tree
Showing 9 changed files with 77 additions and 7 deletions.
1 change: 1 addition & 0 deletions AdventureBackpacks.sln
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Translations", "Translation
Translations\AdventureBackpacks.Spanish.json = Translations\AdventureBackpacks.Spanish.json
Translations\AdventureBackpacks.Japanese.json = Translations\AdventureBackpacks.Japanese.json
Translations\AdventureBackpacks.Portuguese_Brazilian.json = Translations\AdventureBackpacks.Portuguese_Brazilian.json
Translations\AdventureBackpacks.Chinese_Trad.json = Translations\AdventureBackpacks.Chinese_Trad.json
EndProjectSection
EndProject
Global
Expand Down
2 changes: 1 addition & 1 deletion AdventureBackpacks/AdventureBackpacks.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class AdventureBackpacks : BaseUnityPlugin, IPluginInfo
//Module Constants
private const string _pluginId = "vapok.mods.adventurebackpacks";
private const string _displayName = "Adventure Backpacks";
private const string _version = "1.6.7";
private const string _version = "1.6.8";

//Interface Properties
public string PluginId => _pluginId;
Expand Down
1 change: 1 addition & 0 deletions AdventureBackpacks/AdventureBackpacks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
<Compile Include="Features\EquipmentEffectCache.cs" />
<Compile Include="Features\QuickTransfer.cs" />
<Compile Include="Patches\ArmorStand.cs" />
<Compile Include="Patches\Container.cs" />
<Compile Include="Patches\Door.cs" />
<Compile Include="Patches\EnvMan.cs" />
<Compile Include="Patches\FejdStartup.cs" />
Expand Down
20 changes: 20 additions & 0 deletions AdventureBackpacks/Patches/Container.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
using HarmonyLib;

namespace AdventureBackpacks.Patches;

public static class ContainerPatches
{
[HarmonyPatch(typeof(Container), nameof(Container.TakeAll))]
static class ContainerTakeAllPatch
{
static void Prefix(ArmorStand __instance)
{
AdventureBackpacks.BypassMoveProtection = true;
}
static void Postfix(ArmorStand __instance)
{
AdventureBackpacks.BypassMoveProtection = false;
}
}

}
4 changes: 2 additions & 2 deletions AdventureBackpacks/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.6.7.0")]
[assembly: AssemblyFileVersion("1.6.7.0")]
[assembly: AssemblyVersion("1.6.8.0")]
[assembly: AssemblyFileVersion("1.6.8.0")]
6 changes: 6 additions & 0 deletions PATCHNOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Adventure Backpacks Patchnotes

# 1.6.8.0 - Adjusting Container.TakeAll and Adding Chinese Traditional Translation
* When running some Extended Inventory Mod's, interacting with the Tombstone causes odd behavior.
* Fixed: Items dupe and "teleport" to other players.
* Adding Chinese Traditional Translation
* Thanks to 全家就是你家 for dropping by the Discord to submit it!

# 1.6.7.0 - Hotfix - Holy Status Effects Batman!
* Bug was identified that all status effects applied to Player were being replicated to all creatures spawned in.
* While this is quite magical for the Wisplight effect, in giving every creature in the Mistlands Demister, (which in and of itself is pretty spectacular to see), this is indeed a bug that needs to be patched quickly.
Expand Down
42 changes: 42 additions & 0 deletions Translations/AdventureBackpacks.Chinese_Trad.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"vapok_mod_item_backpack_meadows": "背包",
"vapok_mod_item_backpack_meadows_description": "可以容納一些東西的小背包。" ,

"vapok_mod_item_backpack_blackforest": "堅固耐用的背包",
"vapok_mod_item_backpack_blackforest_description": "堅固耐用的背包,使用鈕扣和精美的皮革固定製作而成。" ,

"vapok_mod_item_backpack_swamp": "防水的背包",
"vapok_mod_item_backpack_swamp_description": "防水耐用的背包,使用血袋進行防水處理過。" ,

"vapok_mod_item_backpack_mountains": "北極背包",
"vapok_mod_item_backpack_mountains_description": "適用於北極圈的背包,適合在寒冷的山區長途跋涉使用。" ,

"vapok_mod_item_backpack_plains": "狐狸皮革背包",
"vapok_mod_item_backpack_plains_description": "冒險家的背包,使用非常堅韌的狐狸皮革製作而成。" ,

"vapok_mod_item_backpack_mistlands": "探險家的背包",
"vapok_mod_item_backpack_mistlands_description": "精心製作的神祕背包,設計有自己的的無底袋,沒有人知道它是如何製作的。" ,

"vapok_mod_item_rugged_backpack": "古老的堅固背包",
"vapok_mod_item_rugged_backpack_description": "古老的堅固背包,使用鈕扣和精美皮革帶子固定製作而成。" ,

"vapok_mod_item_arctic_backpack": "古老的北極背包",
"vapok_mod_item_arctic_backpack_description": "古老的北極背包,適合在寒冷的山區長途跋涉使用。" ,

"vapok_mod_no_inception1": "不要得罪神靈。" ,
"vapok_mod_no_inception2": "你已經被警告了。" ,
"vapok_mod_no_inception3": "你已經冒犯了諸神。" ,
"vapok_mod_no_inception4": "哈......,雷神很快就會對付你。" ,
"vapok_mod_no_inception5": "雷神已經奪走了你的力量!" ,

"vapok_mod_thor_saves_contents": "這個背包裡裝了一些東西,但是雷神為我們留了下來。" ,

"vapok_mod_useful_backpack": "你的背包看起來很有用。" ,
"vapok_mod_you_droped_bag": "你的背包掉了!" ,
"vapok_mod_level": "等級",
"vapok_mod_effect": "效果",

"vapok_mod_se_cold_immunity": "耐寒",
"vapok_mod_se_frost_resistance": "抗凍",
"vapok_mod_se_wet_resistance": "防水"
}
6 changes: 3 additions & 3 deletions Translations/AdventureBackpacks.Japanese.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"vapok_mod_level": "レベル",
"vapok_mod_effect": "効果",

"vapok_mod_se_cold_immunity": "寒冷免疫",
"vapok_mod_se_frost_resistance": "霜耐性",
"vapok_mod_se_wet_resistance": "耐水性"
"vapok_mod_se_cold_immunity": "寒冷耐性",
"vapok_mod_se_frost_resistance": "凍結耐性",
"vapok_mod_se_wet_resistance": "防水耐性"
}
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "AdventureBackpacks",
"version_number": "1.6.7",
"version_number": "1.6.8",
"website_url": "https://github.com/Vapok/AdventureBackpacks",
"description": "A Valheim Mod to add a catalogue of Adventuring Backpacks to the Game. These packs will grow and become more useful as the game progresses.",
"dependencies": [
Expand Down

0 comments on commit 647d7f8

Please sign in to comment.