+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published
+ by the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
+
+Also add information on how to contact you by electronic and paper mail.
+
+ If your software can interact with users remotely through a computer
+network, you should also make sure that it provides a way for users to
+get its source. For example, if your program is a web application, its
+interface could display a "Source" link that leads users to an archive
+of the code. There are many ways you could offer source, and different
+solutions will be better for different programs; see section 13 for the
+specific requirements.
+
+ You should also get your employer (if you work as a programmer) or school,
+if any, to sign a "copyright disclaimer" for the program, if necessary.
+For more information on this, and how to apply and follow the GNU AGPL, see
+.
diff --git a/docs/README.md b/docs/README.md
new file mode 100644
index 0000000..198fb56
--- /dev/null
+++ b/docs/README.md
@@ -0,0 +1,53 @@
+Structuring your Thunderstore package
+https://github.com/ebkr/r2modmanPlus/wiki/Structuring-your-Thunderstore-package
+
+Manifest V1 (Thunderstore) + author field
+https://github.com/ebkr/r2modmanPlus/wiki/Installing-mods-locally#manifest-v1-thunderstore--author-field
+
+
+Move me to [gitrepo]/doc
+
+# Summary
+This is a port of ModTemplate to JVL
+PR: https://github.com/Atokal/AtosArrows/pull/3
+Assets belong to Atokal and are used with permission because of:
+- Asset use permission You are allowed to use the assets in this file without permission or crediting me. https://www.nexusmods.com/valheim/mods/969 (June 12, 2021)
+
+Original Mod: https://www.nexusmods.com/valheim/mods/969
+
+**Code is a complete rewrite.**
+
+## License
+Original source has no license.
+JVL Version is released under: **GNU Affero General Public License v3.0**
+
+## ModTemplate
+Adds several new arrows into the game. Expands arrow progression for fighting tougher enemies!
+
+New Items:
+- Stone Arrow
+- Blunted Arrow
+
+### Dependencies
+- BepInExPack Valheim
+- Jotunn (JVL)
+
+### Installation (manual)
+1. Download the latest release archive (zip) file.
+1. Extract the archive into <Steam Location>\steamapps\common\Valheim\BepInEx\plugins
+
+### Configuration
+- No need to configure.
+
+### Issues/Questions/Bugs
+- Use the repo issues tab above.
+
+### Support Me @ https://www.buymeacoffee.com/digitalroot
+
+### Thanks to
+- Atokal
+
+
+Digitalroot can be found in the Odin Plus Team Discord
+
+
diff --git a/src/Digitalroot.Valheim.ModTemplate.sln b/src/Digitalroot.Valheim.ModTemplate.sln
new file mode 100644
index 0000000..591e3ca
--- /dev/null
+++ b/src/Digitalroot.Valheim.ModTemplate.sln
@@ -0,0 +1,52 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 17
+VisualStudioVersion = 17.0.32002.185
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E5C5D2B9-639B-48CF-B5B0-E44FD7F24B1E}"
+ ProjectSection(SolutionItems) = preProject
+ ..\.gitattributes = ..\.gitattributes
+ ..\.gitignore = ..\.gitignore
+ ..\LICENSE = ..\LICENSE
+ EndProjectSection
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{E64D67E6-C2B6-471C-990D-2E9A91427B64}"
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{1960DCD1-3C51-48FF-BFF8-5FE4C3CBABB2}"
+ ProjectSection(SolutionItems) = preProject
+ ..\.github\workflows\discord.yml = ..\.github\workflows\discord.yml
+ ..\.github\workflows\release.yml = ..\.github\workflows\release.yml
+ EndProjectSection
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{28344659-BF34-4411-9C48-A3D5C9AFA98E}"
+ ProjectSection(SolutionItems) = preProject
+ ..\docs\README.md = ..\docs\README.md
+ EndProjectSection
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ico", "ico", "{C66A8E3B-31DB-4296-9DF3-78F55E2580E5}"
+ ProjectSection(SolutionItems) = preProject
+ ico\icon.png = ico\icon.png
+ ico\icon_greendot.gif = ico\icon_greendot.gif
+ ico\icon_reddot.gif = ico\icon_reddot.gif
+ ico\icon_yellowdot.gif = ico\icon_yellowdot.gif
+ ico\ValheimRcon.xcf = ico\ValheimRcon.xcf
+ ico\ValheimRcon_black.ico = ico\ValheimRcon_black.ico
+ ico\ValheimRcon_black.png = ico\ValheimRcon_black.png
+ ico\ValheimRcon_color.ico = ico\ValheimRcon_color.ico
+ ico\ValheimRcon_color.png = ico\ValheimRcon_color.png
+ EndProjectSection
+EndProject
+Global
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(NestedProjects) = preSolution
+ {E64D67E6-C2B6-471C-990D-2E9A91427B64} = {E5C5D2B9-639B-48CF-B5B0-E44FD7F24B1E}
+ {1960DCD1-3C51-48FF-BFF8-5FE4C3CBABB2} = {E64D67E6-C2B6-471C-990D-2E9A91427B64}
+ {28344659-BF34-4411-9C48-A3D5C9AFA98E} = {E5C5D2B9-639B-48CF-B5B0-E44FD7F24B1E}
+ {C66A8E3B-31DB-4296-9DF3-78F55E2580E5} = {E5C5D2B9-639B-48CF-B5B0-E44FD7F24B1E}
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {46DD4389-95C4-4F57-BB16-2A9A816F46B9}
+ EndGlobalSection
+EndGlobal
diff --git a/src/ico/ValheimRcon.xcf b/src/ico/ValheimRcon.xcf
new file mode 100644
index 0000000..e1b7b4b
Binary files /dev/null and b/src/ico/ValheimRcon.xcf differ
diff --git a/src/ico/ValheimRcon_black.ico b/src/ico/ValheimRcon_black.ico
new file mode 100644
index 0000000..f671935
Binary files /dev/null and b/src/ico/ValheimRcon_black.ico differ
diff --git a/src/ico/ValheimRcon_black.png b/src/ico/ValheimRcon_black.png
new file mode 100644
index 0000000..9a30894
Binary files /dev/null and b/src/ico/ValheimRcon_black.png differ
diff --git a/src/ico/ValheimRcon_color.ico b/src/ico/ValheimRcon_color.ico
new file mode 100644
index 0000000..cf44b39
Binary files /dev/null and b/src/ico/ValheimRcon_color.ico differ
diff --git a/src/ico/ValheimRcon_color.png b/src/ico/ValheimRcon_color.png
new file mode 100644
index 0000000..d34bbc0
Binary files /dev/null and b/src/ico/ValheimRcon_color.png differ
diff --git a/src/ico/icon.png b/src/ico/icon.png
new file mode 100644
index 0000000..eb14a92
Binary files /dev/null and b/src/ico/icon.png differ
diff --git a/src/ico/icon_greendot.gif b/src/ico/icon_greendot.gif
new file mode 100644
index 0000000..a3cd45c
Binary files /dev/null and b/src/ico/icon_greendot.gif differ
diff --git a/src/ico/icon_reddot.gif b/src/ico/icon_reddot.gif
new file mode 100644
index 0000000..7d8758f
Binary files /dev/null and b/src/ico/icon_reddot.gif differ
diff --git a/src/ico/icon_yellowdot.gif b/src/ico/icon_yellowdot.gif
new file mode 100644
index 0000000..8823800
Binary files /dev/null and b/src/ico/icon_yellowdot.gif differ