This commit is contained in:
@@ -368,12 +368,12 @@ namespace AyaNova.Util
|
||||
}
|
||||
|
||||
|
||||
private static string[] TagSet = new[] { "red", "orange", "yellow", "green", "blue", "indigo", "violet", "brown", "black", "white", "silver", "gold" };
|
||||
private static string[] TagSet = new[] { "red", "orange", "yellow", "green", "blue", "indigo", "violet", "brown", "black", "white", "silver", "gold", "fuchsia","jade","mauve","purple","quince","xanthic","zebra", "zone-0", "zone-1", "zone-2", "zone-3", "zone-4", "zone-5", "zone-6", "zone-7", "zone-8", "zone-9" };
|
||||
|
||||
private static List<string> RandomTags(Faker f)
|
||||
{
|
||||
|
||||
var t = f.PickRandom(TagSet, f.Random.Int(1, TagSet.Length));
|
||||
var t = f.PickRandom(TagSet, f.Random.Int(1, 5));//pick up to 5 tags to apply
|
||||
return new List<string>(t);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user