Skip to content

Commit

Permalink
Fix for missing aspects.
Browse files Browse the repository at this point in the history
Added seasonal info for aspects.
  • Loading branch information
josdemmers committed Nov 8, 2023
1 parent ae2d697 commit 48943a9
Show file tree
Hide file tree
Showing 15 changed files with 3,333 additions and 0 deletions.
1 change: 1 addition & 0 deletions D4Companion.Entities/AspectInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ public class AspectInfo
public string Name { get; set; } = string.Empty;
public string Description { get; set; } = string.Empty;
public string Localisation { get; set; } = string.Empty;
public bool IsSeasonal { get; set; } = false;
public bool IsCodex { get; set; } = false;
public string Category { get; set; } = string.Empty;
/// <summary>
Expand Down
238 changes: 238 additions & 0 deletions D4Companion/Data/Aspects.deDE.json

Large diffs are not rendered by default.

238 changes: 238 additions & 0 deletions D4Companion/Data/Aspects.enUS.json

Large diffs are not rendered by default.

238 changes: 238 additions & 0 deletions D4Companion/Data/Aspects.esES.json

Large diffs are not rendered by default.

238 changes: 238 additions & 0 deletions D4Companion/Data/Aspects.esMX.json

Large diffs are not rendered by default.

238 changes: 238 additions & 0 deletions D4Companion/Data/Aspects.frFR.json

Large diffs are not rendered by default.

238 changes: 238 additions & 0 deletions D4Companion/Data/Aspects.itIT.json

Large diffs are not rendered by default.

238 changes: 238 additions & 0 deletions D4Companion/Data/Aspects.jaJP.json

Large diffs are not rendered by default.

238 changes: 238 additions & 0 deletions D4Companion/Data/Aspects.koKR.json

Large diffs are not rendered by default.

238 changes: 238 additions & 0 deletions D4Companion/Data/Aspects.plPL.json

Large diffs are not rendered by default.

238 changes: 238 additions & 0 deletions D4Companion/Data/Aspects.ptBR.json

Large diffs are not rendered by default.

238 changes: 238 additions & 0 deletions D4Companion/Data/Aspects.ruRU.json

Large diffs are not rendered by default.

238 changes: 238 additions & 0 deletions D4Companion/Data/Aspects.trTR.json

Large diffs are not rendered by default.

238 changes: 238 additions & 0 deletions D4Companion/Data/Aspects.zhCN.json

Large diffs are not rendered by default.

238 changes: 238 additions & 0 deletions D4Companion/Data/Aspects.zhTW.json

Large diffs are not rendered by default.

0 comments on commit 48943a9

Please sign in to comment.