mirror of
https://github.com/AndrioCelos/TableturfBattleApp.git
synced 2026-07-13 14:41:34 -05:00
Update Tri-Stringer Collab to Inkline Tri-Stringer
This commit is contained in:
parent
ede0ebd3c9
commit
d4eb72ee3e
|
|
@ -2160,7 +2160,7 @@ public static class CardDatabase {
|
|||
{ 0, 0, I, 0, 0, 0, 0, 0 },
|
||||
{ 0, 0, 0, 0, 0, 0, 0, 0 }
|
||||
}),
|
||||
new(-7, "Tri-Stringer Collab", Rarity.Common, new Space[,] {
|
||||
new(-7, "Inkline Tri-Stringer", Rarity.Common, new Space[,] {
|
||||
{ 0, 0, 0, 0, 0, 0, 0, 0 },
|
||||
{ 0, I, 0, 0, 0, 0, 0, 0 },
|
||||
{ 0, I, 0, 0, 0, 0, 0, 0 },
|
||||
|
|
@ -2226,8 +2226,8 @@ public static class CardDatabase {
|
|||
|
||||
public static int LastOfficialCardNumber { get; }
|
||||
|
||||
public static Version Version { get; } = new(5, 0, 0, 0);
|
||||
public static DateTime LastModified { get; } = new(2023, 8, 18, 1, 0, 0, DateTimeKind.Utc);
|
||||
public static Version Version { get; } = new(5, 0, 1, 0);
|
||||
public static DateTime LastModified { get; } = new(2023, 8, 30, 9, 0, 0, DateTimeKind.Utc);
|
||||
public static string JSON { get; }
|
||||
public static ReadOnlyCollection<Card> Cards { get; }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user