Skip to content

Commit

Permalink
Fixed missing aspects
Browse files Browse the repository at this point in the history
  • Loading branch information
josdemmers committed Nov 7, 2023
1 parent 90365fa commit ae2d697
Show file tree
Hide file tree
Showing 16 changed files with 3,637 additions and 304 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 IsCodex { get; set; } = false;
public string Category { get; set; } = string.Empty;
/// <summary>
/// None: 0 (Affixes)
Expand Down
258 changes: 248 additions & 10 deletions D4Companion/Data/Aspects.deDE.json

Large diffs are not rendered by default.

282 changes: 260 additions & 22 deletions D4Companion/Data/Aspects.enUS.json

Large diffs are not rendered by default.

282 changes: 260 additions & 22 deletions D4Companion/Data/Aspects.esES.json

Large diffs are not rendered by default.

274 changes: 256 additions & 18 deletions D4Companion/Data/Aspects.esMX.json

Large diffs are not rendered by default.

282 changes: 260 additions & 22 deletions D4Companion/Data/Aspects.frFR.json

Large diffs are not rendered by default.

282 changes: 260 additions & 22 deletions D4Companion/Data/Aspects.itIT.json

Large diffs are not rendered by default.

302 changes: 270 additions & 32 deletions D4Companion/Data/Aspects.jaJP.json

Large diffs are not rendered by default.

282 changes: 260 additions & 22 deletions D4Companion/Data/Aspects.koKR.json

Large diffs are not rendered by default.

282 changes: 260 additions & 22 deletions D4Companion/Data/Aspects.plPL.json

Large diffs are not rendered by default.

282 changes: 260 additions & 22 deletions D4Companion/Data/Aspects.ptBR.json

Large diffs are not rendered by default.

282 changes: 260 additions & 22 deletions D4Companion/Data/Aspects.ruRU.json

Large diffs are not rendered by default.

282 changes: 260 additions & 22 deletions D4Companion/Data/Aspects.trTR.json

Large diffs are not rendered by default.

282 changes: 260 additions & 22 deletions D4Companion/Data/Aspects.zhCN.json

Large diffs are not rendered by default.

282 changes: 260 additions & 22 deletions D4Companion/Data/Aspects.zhTW.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions D4Companion/common.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<FileVersion>2.2.2.0</FileVersion>
<Version>2.2.2.0</Version>
<FileVersion>2.2.3.0</FileVersion>
<Version>2.2.3.0</Version>
<Copyright>Copyright © 2023</Copyright>
<TargetFramework>net6.0-windows</TargetFramework>
</PropertyGroup>
Expand Down

0 comments on commit ae2d697

Please sign in to comment.