tool static func update_dict(base: Dictionary, incoming: Dictionary): for key in incoming.keys(): base[key] = incoming[key]