Vibe Google Analytics
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user