Refactor code, fixed bug with not finding assort mapping when multiple matches were found

Made ragman clothing code read bear/usec files and merge together
This commit is contained in:
Chomp 2023-01-03 10:45:37 +00:00
parent 2b75bdee33
commit 75679d9974
2 changed files with 239867 additions and 211878 deletions

File diff suppressed because it is too large Load Diff

View File

@ -14,12 +14,15 @@ namespace AssortGenerator.Models.Output
public string surname { get; set; }
public string nickname { get; set; }
public string location { get; set; }
public bool availableInRaid { get;set;}
public string avatar { get; set; }
public object items_buy { get;set;}
public object items_buy_prohibited { get; set; }
public int balance_rub { get; set; }
public int balance_dol { get; set; }
public int balance_eur { get; set; }
public bool unlockedByDefault { get; set; }
public string discount { get; set; }
public object discount { get; set; }
public int discount_end { get; set; }
public bool buyer_up { get; set; }
public string currency { get; set; }
@ -35,7 +38,7 @@ namespace AssortGenerator.Models.Output
public class Repair
{
public bool availability { get; set; }
public string quality { get; set; }
public object quality { get; set; }
public List<object> excluded_id_list { get; set; }
public List<object> excluded_category { get; set; }
public string currency { get; set; }