I'd like to share something.
string normalize_value( string value, string type )
{
if( $strings[boolean,int,float,item,location,class,stat,skill,effect,familiar,monster,element,phylum,coinmaster,thrall,bounty,servant,vykea] contains type )
{
string prog = "to_" + type;
return call string...