Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- name = "Extended Map Icons"
- version = "1.12"
- description = "Add more icons to the map. Includes all the mobs, basic tools, flowers, gold nuggets, rocks, flints, and more."
- author = "IceGrog"
- forumthread = ""
- icon = "modicon.tex"
- icon_atlas = "modicon.xml"
- api_version = 10
- dont_starve_compatible = true
- reign_of_giants_compatible = true
- all_clients_require_mod = false
- dst_compatible = true
- client_only_mod = true
- configuration_options = {
- {
- name = "Icons_Border",
- label = "圖案邊框",
- default = "red_yellow",
- options = {
- {description = "紅色", data = "red"},
- {description = "黃色", data = "yellow"},
- {description = "紅色/黃色", data = "red_yellow"},
- {description = "紅色/黃色", data = "red_yellow"},
- {description = "關閉", data = false}
- }
- },
- {
- name = "Basic_Mobs",
- label = "生物",
- default = true,
- hover = "顯示基本生物在地圖上。",
- options = {
- {description = "顯示", data = true},
- {description = "不顯示", data = false}
- }
- },
- {
- name = "More_Mobs",
- label = "更多生物(LAG)",
- default = false,
- hover = "顯示更多生物在地圖上。,這可能會造成延遲。",
- options = {
- {description = "顯示", data = true},
- {description = "不顯示", data = false}
- }
- },
- {
- name = "Giants",
- label = "頭目級生物",
- default = true,
- hover = "顯示頭目級生物在地圖上。",
- options = {
- {description = "顯示", data = true},
- {description = "不顯示", data = false}
- }
- },
- {
- name = "Tools",
- label = "工具",
- default = true,
- hover = "顯示所有基本工具在地圖上。",
- options = {
- {description = "顯示", data = true},
- {description = "不顯示", data = false}
- }
- },
- {
- name = "Minerals",
- label = "礦物",
- default = true,
- hover = "顯示黃金、石頭,以及燧石在地圖上。",
- options = {
- {description = "顯示", data = true},
- {description = "不顯示", data = false}
- }
- },
- {
- name = "Bones",
- label = "骨骸",
- default = true,
- hover = "顯示人類和動物的骨骸在地圖上。",
- options = {
- {description = "顯示", data = true},
- {description = "不顯示", data = false}
- }
- },
- {
- name = "Holes",
- label = "巢穴",
- default = true,
- hover = "顯示兔子洞、螃蟹洞,以及鼴鼠穴在地圖上。",
- options = {
- {description = "顯示", data = true},
- {description = "不顯示", data = false}
- }
- },
- {
- name = "Vegetation",
- label = "植被",
- default = true,
- hover = "顯示所有種類蘑菇、胡蘿蔔,以及種子在地圖上。",
- options = {
- {description = "顯示", data = true},
- {description = "不顯示", data = false}
- }
- },
- {
- name = "Flowers",
- label = "花",
- default = false,
- hover = "顯示花朵在地圖上。",
- options = {
- {description = "顯示", data = true},
- {description = "不顯示", data = false}
- }
- },
- {
- name = "Pigs_Rituals",
- label = "復活祭壇",
- default = true,
- hover = "顯示試金石、豬人頭,和魚人頭在地圖上。",
- options = {
- {description = "顯示", data = true},
- {description = "不顯示", data = false}
- }
- },
- {
- name = "Walls",
- label = "牆",
- default = true,
- hover = "顯示所有種類的牆在地圖上。",
- options = {
- {description = "顯示", data = true, },
- {description = "不顯示", data = false}
- }
- },
- {
- name = "Things",
- label = "傳送台零件",
- default = true,
- hover = "顯示包括探測計在內的傳送台零件在地圖上。",
- options = {
- {description = "顯示", data = true},
- {description = "不顯示", data = false}
- }
- },
- {
- name = "Chester_Packim_Bones",
- label = "切斯特和眼骨",
- default = true,
- hover = "顯示切斯特和眼骨在地圖上。",
- options = {
- {description = "顯示", data = true},
- {description = "不顯示", data = false}
- }
- },
- {
- name = "Tracks",
- label = "可疑的土堆",
- default = true,
- hover = "顯示可疑土堆和無尾象在地圖上。",
- options = {
- {description = "顯示", data = true},
- {description = "不顯示", data = false}
- }
- },
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement