name = "Inori" description = "The heroine of Guitly Crown." author = "JLGGshaoTM" version = "1.5.4" forumthread = "" api_version = 10 dst_compatible = true dont_starve_compatible = false reign_of_giants_compatible = false all_clients_require_mod = true client_only_mod = false icon_atlas = "modicon.xml" icon = "modicon.tex" server_filter_tags = { "character", } configuration_options = { { name = "Crazy State", label = "Crazy State", options = { {description = "On", data = "On"}, {description = "Off", data = "Off"}, }, default = "On" }, { name = "Unlonely Heart", label = "Unlonely Heart", options = { {description = "On", data = "On"}, {description = "Off", data = "Off"}, }, default = "On" }, { name = "Level Up System", label = "Level Up System", options = { {description = "On", data = "On"}, {description = "Off", data = "Off"}, }, default = "On" }, }