public string GetStringStatus(WeaponStrengthenStonesIndexes kind, TagNames tag)
 {
     return weaponstrengthenstonesSettings[(int)kind].statusValues[Enum.GetName(typeof(TagNames), tag)];
 }
 public int GetIntStatus(WeaponStrengthenStonesIndexes kind, TagNames tag)
 {
     return (int)float.Parse(weaponstrengthenstonesSettings[(int)kind].statusValues[Enum.GetName(typeof(TagNames), tag)]);
 }