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:
parent
2b75bdee33
commit
75679d9974
File diff suppressed because it is too large
Load Diff
@ -14,12 +14,15 @@ namespace AssortGenerator.Models.Output
|
|||||||
public string surname { get; set; }
|
public string surname { get; set; }
|
||||||
public string nickname { get; set; }
|
public string nickname { get; set; }
|
||||||
public string location { get; set; }
|
public string location { get; set; }
|
||||||
|
public bool availableInRaid { get;set;}
|
||||||
public string avatar { 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_rub { get; set; }
|
||||||
public int balance_dol { get; set; }
|
public int balance_dol { get; set; }
|
||||||
public int balance_eur { get; set; }
|
public int balance_eur { get; set; }
|
||||||
public bool unlockedByDefault { get; set; }
|
public bool unlockedByDefault { get; set; }
|
||||||
public string discount { get; set; }
|
public object discount { get; set; }
|
||||||
public int discount_end { get; set; }
|
public int discount_end { get; set; }
|
||||||
public bool buyer_up { get; set; }
|
public bool buyer_up { get; set; }
|
||||||
public string currency { get; set; }
|
public string currency { get; set; }
|
||||||
@ -35,7 +38,7 @@ namespace AssortGenerator.Models.Output
|
|||||||
public class Repair
|
public class Repair
|
||||||
{
|
{
|
||||||
public bool availability { get; set; }
|
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_id_list { get; set; }
|
||||||
public List<object> excluded_category { get; set; }
|
public List<object> excluded_category { get; set; }
|
||||||
public string currency { get; set; }
|
public string currency { get; set; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user