generated from Digitalroot-Valheim/Digitalroot.Valheim.ModRepoTemplate
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the Wishbone to Eikthyr with a 25% chance to drop.
- Loading branch information
1 parent
27b3b48
commit 5807947
Showing
28 changed files
with
602 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation"> | ||
<s:Boolean x:Key="/Default/UserDictionary/Words/=eikthyr/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary> |
33 changes: 33 additions & 0 deletions
33
src/Digitalroot.Valheim.EarlyWishbone/.nx/description.bbcode.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
[size=3]Add the Wishbone to Eikthyr with a 25% chance to drop. | ||
[/size][b][size=4] | ||
License | ||
[/size][/b][size=3][url=https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.EarlyWishbone/blob/main/LICENSE]GNU Affero General Public License v3.0[/url][/size][size=3] | ||
[/size][size=3]Closed-source license is available for commercial use.[/size] | ||
|
||
[b][size=4]Source[/size][/b] | ||
[size=3][url=https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.EarlyWishbone]GitHub[/url][/size] | ||
|
||
[b][size=4]Installation (manual)[/size][/b] | ||
[list=1] | ||
[*][size=3]Download the latest release archive (zip) file.[/size] | ||
[*][size=3]Extract the archive into <Steam Location>\steamapps\common\Valheim\BepInEx\plugins[/size] | ||
[/list] | ||
[b][size=4]Configuration[/size][/b][size=3] | ||
|
||
Go [url=https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.EarlyWishbone?tab=readme-ov-file#configuration]here[/url] for config details. | ||
|
||
[/size][size=4][b]Crossplay[/b]:[/size][size=3] Compatible with clients without the mod. [/size] | ||
|
||
[b][size=4]Issues/Bugs[/size][/b] | ||
[size=3]Open an issue or bug on the [url=https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.EarlyWishbone/issues]issue board[/url].[/size] | ||
|
||
[b][size=4]Questions[/size][/b] | ||
[size=3]Ask a question on the [url=https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.EarlyWishbone/discussions]discussions board[/url]. | ||
|
||
[/size] | ||
|
||
[b][size=4]Support Me[/size][/b] @ [url=https://www.buymeacoffee.com/digitalroot]https://www.buymeacoffee.com/digitalroot[/url] | ||
|
||
[center][color=#fff2cc][size=3][b]Digitalroot can be found in the Valhalla Legends' Discord[/b][/size][/color] | ||
|
||
[url=https://discord.gg/SsMW3rm67u][img]https://digitalroot.net/img/vl/vl_logo_125x154.png[/img][/url][/center] |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"$schema": "https://raw.githubusercontent.com/Digitalroot-Valheim/Digitalroot.Valheim.Common.Interfaces/main/src/json/tsio-manifest.json", | ||
"name": "Early_Wishbone", | ||
"author": "Digitalroot", | ||
"description": "Add the Wishbone to Eikthyr with a 25% chance to drop.", | ||
"version_number": "%VERSION_NUMBER%", | ||
"dependencies": [ | ||
"denikson-BepInExPack_Valheim-5.4.2202", | ||
"ValheimModding-Jotunn-2.20.0" | ||
], | ||
"website_url": "https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.EarlyWishbone" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
using Digitalroot.Valheim.Common; | ||
using Digitalroot.Valheim.EarlyWishbone; | ||
using System.Reflection; | ||
using System.Runtime.InteropServices; | ||
|
||
// General Information about an assembly is controlled through the following | ||
// set of attributes. Change these attribute values to modify the information | ||
// associated with an assembly. | ||
[assembly: AssemblyTitle(Main.Namespace)] | ||
[assembly: AssemblyDescription(Main.Name)] | ||
[assembly: AssemblyConfiguration(AssemblyInfo.Configuration)] | ||
[assembly: AssemblyCompany(AssemblyInfo.Company)] | ||
[assembly: AssemblyProduct(AssemblyInfo.Product)] | ||
[assembly: AssemblyCopyright(AssemblyInfo.Copyright)] | ||
[assembly: AssemblyTrademark(AssemblyInfo.Trademark)] | ||
[assembly: AssemblyCulture(AssemblyInfo.Culture)] | ||
|
||
// Setting ComVisible to false makes the types in this assembly not visible | ||
// to COM components. If you need to access a type in this assembly from | ||
// COM, set the ComVisible attribute to true on that type. | ||
[assembly: ComVisible(false)] | ||
|
||
// The following GUID is for the ID of the typelib if this project is exposed to COM | ||
[assembly: Guid("3ccc4dc1-5b17-47c1-b996-ca03b8639a61")] | ||
|
||
// Version information for an assembly consists of the following four values: | ||
// | ||
// Major Version | ||
// Minor Version | ||
// Build Number | ||
// Revision | ||
// | ||
// 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(Main.Version)] | ||
[assembly: AssemblyFileVersion(Main.Version)] |
81 changes: 81 additions & 0 deletions
81
src/Digitalroot.Valheim.EarlyWishbone/Digitalroot.Valheim.EarlyWishbone.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<AssemblyName>Digitalroot.Valheim.EarlyWishbone</AssemblyName> | ||
<TargetFrameworks>net48</TargetFrameworks> | ||
<LangVersion>10</LangVersion> | ||
<RootNamespace>Digitalroot.Valheim.EarlyWishbone</RootNamespace> | ||
<IsPublishable>False</IsPublishable> | ||
<AllowUnsafeBlocks>True</AllowUnsafeBlocks> | ||
<DebugType>embedded</DebugType> | ||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild> | ||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo> | ||
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> | ||
<PackageLicenseExpression>AGPL-3.0-or-later</PackageLicenseExpression> | ||
<Copyright>Copyright © Digitalroot Technologies 2022 - 2024</Copyright> | ||
<PackageProjectUrl>https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.EarlyWishbone</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.EarlyWishbone</RepositoryUrl> | ||
<RepositoryType>git</RepositoryType> | ||
<Authors>Digitalroot</Authors> | ||
<Company>Digitalroot Technologies</Company> | ||
<Product>Digitalroot Valheim mod Early Wishbone</Product> | ||
<Description>Early Wishbone mod for Valheim</Description> | ||
<NeutralLanguage>en-US</NeutralLanguage> | ||
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile> | ||
<PackageReadmeFile>README.md</PackageReadmeFile> | ||
<RestoreAdditionalProjectSources> | ||
https://nuget.bepinex.dev/v3/index.json; | ||
https://digitalroot-valheim-nuget.s3.us-west-2.amazonaws.com/index.json | ||
</RestoreAdditionalProjectSources> | ||
<VersionPrefix>1.0.0</VersionPrefix> | ||
<Configurations>Debug;Release</Configurations> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<Content Include=".nx\description.bbcode.txt" /> | ||
<Content Include=".ts\icon.png" /> | ||
<Content Include=".ts\manifest.json" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<None Include="FodyWeavers.xsd" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="BepInEx.Core" Version="[5.4.21]"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<ExcludeAssets>runtime</ExcludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="Digitalroot.Valheim.Build.Targets" Version="1.0.21"> | ||
<PrivateAssets>all</PrivateAssets> | ||
</PackageReference> | ||
<PackageReference Include="Digitalroot.Valheim.Common.AssemblyInfo" Version="1.0.17"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<ExcludeAssets>runtime</ExcludeAssets> | ||
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="Digitalroot.Valheim.Common.Log" Version="1.1.54" /> | ||
<PackageReference Include="Digitalroot.Valheim.Common.Names" Version="1.4.35"> | ||
<IncludeAssets></IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="Digitalroot.Valheim.Common.References" Version="0.218.16"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<ExcludeAssets>runtime</ExcludeAssets> | ||
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="Digitalroot.Valheim.Common.Utils" Version="1.0.65" /> | ||
<PackageReference Include="Digitalroot.Valheim.References.JvL" Version="2.20.0" /> | ||
<PackageReference Include="ErrorProne.NET.CoreAnalyzers" Version="0.1.2"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="Fody" Version="[6.6.0]"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="ILMerge.Fody" Version="[1.22.0]"> | ||
<PrivateAssets>all</PrivateAssets> | ||
</PackageReference> | ||
</ItemGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd"> | ||
<ILMerge /> | ||
</Weavers> |
Oops, something went wrong.