Skip to content

Commit

Permalink
2.4.1: update jotunn
Browse files Browse the repository at this point in the history
  • Loading branch information
jpw1991 committed Jun 10, 2024
1 parent a5aabf0 commit 67f2902
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ChebsMercenaries/BasePlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class BasePlugin : BaseUnityPlugin
{
public const string PluginGuid = "com.chebgonaz.chebsmercenaries";
public const string PluginName = "ChebsMercenaries";
public const string PluginVersion = "2.5.0";
public const string PluginVersion = "2.4.1";
private const string ConfigFileName = PluginGuid + ".cfg";
private static readonly string ConfigFileFullPath = Path.Combine(Paths.ConfigPath, ConfigFileName);

Expand Down
2 changes: 1 addition & 1 deletion ChebsMercenaries/ChebsMercenaries.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<AssemblyCulture>$(NeutralLanguage)</AssemblyCulture>

<!-- Version Information -->
<Version>2.5.0.0</Version>
<Version>2.4.1.0</Version>
<FileVersion>$(Version)</FileVersion>
<AssemblyVersion>$(Version)</AssemblyVersion>

Expand Down
4 changes: 2 additions & 2 deletions ChebsMercenaries/Package/manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "ChebsMercenaries",
"description": "Cheb's Mercenaries adds mercenaries to Valheim that you can purchase with gold and upgrade with materials to fight (warriors, archers) or perform work (lumberjacks, miners).",
"version_number": "2.5.0",
"version_number": "2.4.1",
"website_url": "https://github.com/jpw1991/chebs-mercenaries",
"dependencies": [
"ValheimModding-Jotunn-2.19.3"
"ValheimModding-Jotunn-2.20.1"
]
}
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Detailed info in the [wiki](https://github.com/jpw1991/chebs-mercenaries/wiki).

- Almost everything is, or will soon be, configurable. Minions too weak/overpowered? Tweak them.
- Craftable structure at the workbench:
+ [**Mercenaries Chest**](https://github.com/jpw1991/chebs-mercenaries/wiki/MercenaryChest): Hire warriors, archers, miners, and lumberjacks.
+ [**Mercenaries Chest**](https://github.com/jpw1991/chebs-mercenaries/wiki/MercenaryChest): Hire warriors, archers, catapults, miners, and lumberjacks.
- Put coins and other items in the chest to recruit a mercenary:
- **Tier 1 warrior**: 5 CookedMeat/Coins, 1 Club
- **Tier 2 warrior:** 25 Coins
Expand All @@ -79,7 +79,8 @@ Detailed info in the [wiki](https://github.com/jpw1991/chebs-mercenaries/wiki).
- **Tier 2 archer:** 50 Coins, 10 ArrowBronze
- **Tier 3 archer:** 100 Coins, 10 ArrowIron
- **Miner:** 5 Coins, 1 HardAntler
- **Woodcutter:** 5 Coins, 1 Flint
- **Woodcutter:** 5 Coins, 1 Flint
- **Catapult:** 25 Wood, 5 Core Wood, 1 Bronze
- Put extra stuff in there to give the mercenary clothing:
- **Leather armor:** 2 DeerHide/LeatherScraps/Scales
- **Troll armor:** 2 TrollHide
Expand Down Expand Up @@ -147,7 +148,7 @@ You can find the github [here](https://github.com/jpw1991/chebs-mercenaries).

Date | Version | Notes
--- | --- | ---
10/06/2024 | 2.5.0 |
10/06/2024 | 2.4.1 | Implement spawning of catapult; add console command to spawn mercenaries in with armor
06/02/2024 | 2.4.0 | Add catapult
07/01/2024 | 2.3.0 | PvP with friends as exceptions implemented via console commands.

Expand Down

0 comments on commit 67f2902

Please sign in to comment.