Vibe Google Analytics

This commit is contained in:
2026-06-25 18:55:04 -04:00
parent fdf8e754f5
commit 73ae3eac53
86 changed files with 53925 additions and 46039 deletions
+2 -2
View File
@@ -60,7 +60,7 @@ foreach (var file in mdFiles)
ImmortalizeWhen = NullIfNa(StripWikiLinks(yaml.GetValueOrDefault("immortalizeWhen"))),
ImageFile = imageFile,
Artist = yaml.GetValueOrDefault("artist"),
Rarity = yaml.GetValueOrDefault("rarity"),
Rarity = yaml.GetValueOrDefault("rarity")
};
cards.Add(card);
@@ -117,7 +117,7 @@ for (var i = 0; i < cards.Count; i++)
WriteStrProp(writer, "ImmortalizeFrom", c.ImmortalizeFrom, 3);
WriteStrProp(writer, "ImmortalizeWhen", c.ImmortalizeWhen, 3);
WriteStrProp(writer, "ImageFile", c.ImageFile, 3);
WriteStrProp(writer, "Artist", c.Artist, 3);
WriteStrProp(writer, "Rarity", c.Rarity, 3);