|
|
|
@ -175,14 +175,14 @@ const ENDPOINTDATA=[ |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
endpoint:"augment", |
|
|
|
|
requiredfields:["augment_type_id","name"], |
|
|
|
|
optionalfields:["variance","hp","pp","mel_dmg","rng_dmg","tec_dmg","crit_rate","crit_dmg","pp_cost_reduction","active_pp_recovery","natural_pp_recovery","dmg_res","affix_success_rate","all_down_res","burn_res","freeze_res","blind_res","shock_res","panic_res","poison_res","battle_power_value","pb_gauge_build","popularity","editors_choice"], |
|
|
|
|
requiredfields:["augment_type_id","name","element_id"], |
|
|
|
|
optionalfields:["variance","hp","pp","mel_dmg","rng_dmg","tec_dmg","crit_rate","crit_dmg","pp_cost_reduction","active_pp_recovery","natural_pp_recovery","dmg_res","affix_success_rate","all_down_res","burn_res","freeze_res","blind_res","shock_res","panic_res","poison_res","battle_power_value","pb_gauge_build","popularity","editors_choice","icon"], |
|
|
|
|
excludedfields:[] //Fields to not output in GET.
|
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
endpoint:"augment_type", |
|
|
|
|
requiredfields:["name"], |
|
|
|
|
optionalfields:["icon"], |
|
|
|
|
optionalfields:[], |
|
|
|
|
excludedfields:[] //Fields to not output in GET.
|
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
@ -232,6 +232,12 @@ const ENDPOINTDATA=[ |
|
|
|
|
requiredfields:["name","data"], |
|
|
|
|
optionalfields:[], |
|
|
|
|
excludedfields:[] //Fields to not output in GET.
|
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
endpoint:"element", |
|
|
|
|
requiredfields:["name"], |
|
|
|
|
optionalfields:[], |
|
|
|
|
excludedfields:[] //Fields to not output in GET.
|
|
|
|
|
} |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|