Skip to content

Commit

Permalink
Updated other lists for Mistlands
Browse files Browse the repository at this point in the history
  • Loading branch information
Digitalroot committed Dec 8, 2022
1 parent a7eb685 commit 84c1060
Show file tree
Hide file tree
Showing 8 changed files with 139 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nuget.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ concurrency: ci-${{ github.ref }}

on:
workflow_dispatch:
branches: [ main ] # Default release branch

push:
branches: [ main ] # Default release branch
paths:
Expand Down
1 change: 1 addition & 0 deletions src/Digitalroot.Valheim.Common.Names.sln.DotSettings
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<s:Boolean x:Key="/Default/UserDictionary/Words/=Abenaki/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=Biome/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=Bonemass/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=Dverger/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=Dvorah/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=Freki/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=Geri/@EntryIndexedValue">True</s:Boolean>
Expand Down
6 changes: 6 additions & 0 deletions src/Digitalroot.Valheim.Common.Names/Vanilla/BossNames.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ public static partial class BossNames
public static readonly string Bonemass = PrefabNames.Bonemass;
public static readonly string Moder = PrefabNames.Dragon;
public static readonly string Yagluth = PrefabNames.GoblinKing;
public static readonly string SeekerQueen = PrefabNames.SeekerQueen;
public static readonly string DvergrBoss = PrefabNames.DgDvergrBoss;

public static IEnumerable<string> AllNamesByBiome(Heightmap.Biome biome)
{
Expand All @@ -34,6 +36,10 @@ public static IEnumerable<string> AllNamesByBiome(Heightmap.Biome biome)
case Heightmap.Biome.Plains:
yield return Yagluth;
break;
case Heightmap.Biome.Mistlands:
yield return SeekerQueen;
yield return DvergrBoss;
break;
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ public static partial class CraftingStationNames
{
public static readonly IEnumerable<string> AllNames = Utils.AllNames(typeof(CraftingStationNames));
public static readonly string ArtisanTable = PrefabNames.PieceArtisanstation;
public static readonly string Blackforge = PrefabNames.Blackforge;
public static readonly string Cauldron = PrefabNames.PieceCauldron;
public static readonly string Forge = PrefabNames.Forge;
public static readonly string MageTable = PrefabNames.PieceMagetable;
public static readonly string Stonecutter = PrefabNames.PieceStonecutter;
public static readonly string Workbench = PrefabNames.PieceWorkbench;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,10 @@ public static partial class DungeonLocationNames
public static readonly string SunkenCrypt4 = PrefabNames.SunkenCrypt4;
public static readonly string TrollCave = PrefabNames.TrollCave;
public static readonly string TrollCave02 = PrefabNames.TrollCave02;
public static readonly string MistlandsDvergrBossEntrance1 = PrefabNames.MistlandsDvergrBossEntrance1;
public static readonly string MistlandsDvergrTownEntrance1 = PrefabNames.MistlandsDvergrTownEntrance1;
public static readonly string MistlandsDvergrTownEntrance2 = PrefabNames.MistlandsDvergrTownEntrance2;
public static readonly string MountainCave01 = PrefabNames.MountainCave01;
public static readonly string MountainCave02 = PrefabNames.MountainCave02;
}
}
19 changes: 19 additions & 0 deletions src/Digitalroot.Valheim.Common.Names/Vanilla/EnemyNames.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ public static partial class EnemyNames
public static readonly string Draugr = PrefabNames.Draugr;
public static readonly string DraugrElite = PrefabNames.DraugrElite;
public static readonly string DraugrRanged = PrefabNames.DraugrRanged;
public static readonly string Dverger = PrefabNames.Dverger;
public static readonly string Fenring = PrefabNames.Fenring;
public static readonly string Ghost = PrefabNames.Ghost;
public static readonly string Gjall = PrefabNames.Gjall;
public static readonly string Goblin = PrefabNames.Goblin;
public static readonly string GoblinArcher = PrefabNames.GoblinArcher;
public static readonly string GoblinBrute = PrefabNames.GoblinBrute;
Expand All @@ -32,17 +34,25 @@ public static partial class EnemyNames
public static readonly string GreydwarfElite = PrefabNames.GreydwarfElite;
public static readonly string GreydwarfShaman = PrefabNames.GreydwarfShaman;
public static readonly string Greyling = PrefabNames.Greyling;
public static readonly string Hare = PrefabNames.Hare;
public static readonly string Hen = PrefabNames.Hen;
public static readonly string Hive = PrefabNames.Hive;
public static readonly string Leech = PrefabNames.Leech;
public static readonly string Lox = PrefabNames.Lox;
public static readonly string LoxCalf = PrefabNames.LoxCalf;
public static readonly string Mistile = PrefabNames.Mistile;
public static readonly string Neck = PrefabNames.Neck;
public static readonly string Seagal = PrefabNames.Seagal;
public static readonly string Seeker = PrefabNames.Seeker;
public static readonly string SeekerBrute = PrefabNames.SeekerBrute;
public static readonly string Serpent = PrefabNames.Serpent;
public static readonly string Skeleton = PrefabNames.Skeleton;
public static readonly string SkeletonNoArcher = PrefabNames.SkeletonNoArcher;
public static readonly string SkeletonPoison = PrefabNames.SkeletonPoison;
public static readonly string StoneGolem = PrefabNames.StoneGolem;
public static readonly string Surtling = PrefabNames.Surtling;
public static readonly string TheHive = PrefabNames.TheHive;
public static readonly string Tick = PrefabNames.Tick;
public static readonly string Troll = PrefabNames.Troll;
public static readonly string Wolf = PrefabNames.Wolf;
public static readonly string WolfCub = PrefabNames.WolfCub;
Expand Down Expand Up @@ -114,6 +124,15 @@ public static IEnumerable<string> AllNamesByBiome(Heightmap.Biome biome)
case Heightmap.Biome.Ocean:
yield return Serpent;
break;

case Heightmap.Biome.Mistlands:
yield return Dverger;
yield return Gjall;
yield return Hare;
yield return Seeker;
yield return SeekerBrute;
yield return Tick;
break;
}
}
}
Expand Down
Loading

0 comments on commit 84c1060

Please sign in to comment.