Skip to content

Commit

Permalink
Update for Initial Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Digitalroot committed Mar 7, 2023
1 parent 9cc6391 commit 2623b25
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 33 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
nexus-cookie-nxid-header: ${{ secrets.NEXUS_COOKIE_HEADER_NEXUSID }}
nexus-cookie-sid-header: ${{ secrets.NEXUS_COOKIE_HEADER_SID_DEVELOP }}
with:
sln-file-name: Digitalroot.Valheim.BoneArrowsJVL
proj-file-name: Digitalroot.Valheim.BoneArrowsJVL
sln-file-name: Digitalroot.Valheim.LightningArrowsJVL
proj-file-name: Digitalroot.Valheim.LightningArrowsJVL
is-nuget-package: false
nexus-enable-upload: true
nexus-mod-id: 1569
nexus-mod-id: 2301
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[size=3][b][size=4]Summary[/size][/b]
This is a replacement for [url=https://www.nexusmods.com/valheim/mods/609]AtosArrows[/url]
This is a replacement for [url=https://www.nexusmods.com/valheim/mods/608]Lightning Arrows[/url]

[b]Code is a complete rewrite.[/b]

[b][size=4]License[/size][/b]
[url=https://github.com/Digitalroot/Digitalroot.Valheim.BoneArrowsJVL/blob/main/LICENSE]GNU Affero General Public License v3.0[/url]
[url=https://github.com/Digitalroot/Digitalroot.Valheim.LightningArrowsJVL/blob/main/LICENSE]GNU Affero General Public License v3.0[/url]

[b][size=4]Bone Arrows JVL[/size][/b]
Adds bone arrows into the game.
[b][size=4]Lightning Arrows JVL[/size][/b]
Adds lightning arrows into the game.

New Items:
[/size][list]
[*][size=3]Bone Arrow[/size]
[*][size=3]Lightning Arrow[/size]
[/list][size=3]
[b]Dependencies[/b]
[/size][list]
Expand All @@ -28,10 +28,10 @@ New Items:
[*][size=3]No need to configure.[/size]
[/list]
[b][size=4]Issues/Bugs[/size][/b]
Open an issue or bug on the [url=https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.BoneArrowsJVL/issues]issue board[/url].
Open an issue or bug on the [url=https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.LightningArrowsJVL/issues]issue board[/url].

[b][size=4]Questions[/size][/b]
Ask a question on the [url=https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.BoneArrowsJVL/discussions]discussions board[/url].
Ask a question on the [url=https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.LightningArrowsJVL/discussions]discussions board[/url].


[b][size=4]Support Me[/size][/b] @ [url=https://www.buymeacoffee.com/digitalroot]https://www.buymeacoffee.com/digitalroot[/url]
Expand Down
8 changes: 4 additions & 4 deletions src/Digitalroot.Valheim.LightningArrowsJVL/.ts/manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"$schema": "https://raw.githubusercontent.com/Digitalroot-Valheim/Digitalroot.Valheim.Common.Interfaces/main/src/json/tsio-manifest.json",
"name": "Bone_Arrows_JVL",
"name": "Lightning_Arrows_JVL",
"author": "Digitalroot",
"description": "This is a replacement for Bone Arrows by v801",
"description": "This is a replacement for Lightning Arrows by v801",
"version_number": "%VERSION_NUMBER%",
"dependencies": [
"denikson-BepInExPack_Valheim-5.4.1901",
"ValheimModding-Jotunn-2.10.1"
"ValheimModding-Jotunn-2.10.4"
],
"website_url": "https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.BoneArrowsJVL"
"website_url": "https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.LightningArrowsJVL"
}
4 changes: 2 additions & 2 deletions src/Digitalroot.Valheim.LightningArrowsJVL/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using Digitalroot.Valheim.BoneArrowsJVL;
using Digitalroot.Valheim.Common;
using Digitalroot.Valheim.Common;
using Digitalroot.Valheim.LightningArrowsJVL;
using System.Reflection;
using System.Runtime.InteropServices;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"item_bone_arrow": "Bone Arrow",
"item_bone_arrow_description": "Jagged bone tears the flesh."
"item_lightning_arrow": "Lightning Arrow",
"item_lightning_arrow_description": "Shockingly fast."
}
2 changes: 1 addition & 1 deletion src/Digitalroot.Valheim.LightningArrowsJVL/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ private void AddLightningArrow()
}

itemDrop.m_itemData.m_shared.m_name = "$item_lightning_arrow";
itemDrop.m_itemData.m_shared.m_description = "$item_bone_arrow_description";
itemDrop.m_itemData.m_shared.m_description = "$item_lightning_arrow_description";
itemDrop.m_itemData.m_shared.m_itemType = ItemDrop.ItemData.ItemType.Ammo;
itemDrop.m_itemData.m_shared.m_maxStackSize = 100;
itemDrop.m_itemData.m_shared.m_weight = 0.1f;
Expand Down
14 changes: 0 additions & 14 deletions src/Digitalroot.Valheim.LightningArrowsJVL/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,6 @@
"Fody": "6.3.0"
}
},
"Microsoft.NETFramework.ReferenceAssemblies": {
"type": "Direct",
"requested": "[1.0.3, )",
"resolved": "1.0.3",
"contentHash": "vUc9Npcs14QsyOD01tnv/m8sQUnGTGOw1BCmKcv77LBJY7OxhJ+zJF7UD/sCL3lYNFuqmQEVlkfS4Quif6FyYg==",
"dependencies": {
"Microsoft.NETFramework.ReferenceAssemblies.net462": "1.0.3"
}
},
"BepInEx.BaseLib": {
"type": "Transitive",
"resolved": "5.4.19",
Expand Down Expand Up @@ -114,11 +105,6 @@
"MonoMod.RuntimeDetour": "21.12.13.1"
}
},
"Microsoft.NETFramework.ReferenceAssemblies.net462": {
"type": "Transitive",
"resolved": "1.0.3",
"contentHash": "IzAV30z22ESCeQfxP29oVf4qEo8fBGXLXSU6oacv/9Iqe6PzgHDKCaWfwMBak7bSJQM0F5boXWoZS+kChztRIQ=="
},
"Mono.Cecil": {
"type": "Transitive",
"resolved": "0.11.4",
Expand Down
Binary file modified src/ico/Capture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/ico/header.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2623b25

Please sign in to comment.