Advertisement
eva08maicy02

Dont Starve Together-Extended Map Icons - modinfo(zh_TW)

Dec 11th, 2017
1,752
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 4.26 KB | None | 0 0
  1. name = "Extended Map Icons"
  2. version = "1.12"
  3. description = "Add more icons to the map. Includes all the mobs, basic tools, flowers, gold nuggets, rocks, flints, and more."
  4. author = "IceGrog"
  5. forumthread = ""
  6. icon = "modicon.tex"
  7. icon_atlas = "modicon.xml"
  8.  
  9. api_version = 10
  10.  
  11. dont_starve_compatible = true
  12. reign_of_giants_compatible = true
  13. all_clients_require_mod = false
  14. dst_compatible = true
  15. client_only_mod = true
  16.  
  17. configuration_options = {
  18.   {
  19.     name = "Icons_Border",
  20.     label = "圖案邊框",
  21.     default = "red_yellow",
  22.     options = {
  23.         {description = "紅色", data = "red"},
  24.         {description = "黃色", data = "yellow"},
  25.         {description = "紅色/黃色", data = "red_yellow"},
  26.         {description = "紅色/黃色", data = "red_yellow"},
  27.         {description = "關閉", data = false}
  28.     }
  29.   },
  30.   {
  31.     name = "Basic_Mobs",
  32.     label = "生物",
  33.     default = true,
  34.     hover = "顯示基本生物在地圖上。",
  35.     options = {
  36.         {description = "顯示", data = true},
  37.         {description = "不顯示", data = false}
  38.     }
  39.   },
  40.   {
  41.     name = "More_Mobs",
  42.     label = "更多生物(LAG)",
  43.     default = false,
  44.     hover = "顯示更多生物在地圖上。,這可能會造成延遲。",
  45.     options = {
  46.         {description = "顯示", data = true},
  47.         {description = "不顯示", data = false}
  48.     }
  49.   },
  50.   {
  51.     name = "Giants",
  52.     label = "頭目級生物",
  53.     default = true,
  54.     hover = "顯示頭目級生物在地圖上。",
  55.     options = {
  56.         {description = "顯示", data = true},
  57.         {description = "不顯示", data = false}
  58.     }
  59.   },
  60.   {
  61.     name = "Tools",
  62.     label = "工具",
  63.     default = true,
  64.     hover = "顯示所有基本工具在地圖上。",
  65.     options = {
  66.         {description = "顯示", data = true},
  67.         {description = "不顯示", data = false}
  68.     }
  69.   },
  70.   {
  71.     name = "Minerals",
  72.     label = "礦物",
  73.     default = true,
  74.     hover = "顯示黃金、石頭,以及燧石在地圖上。",
  75.     options = {
  76.         {description = "顯示", data = true},
  77.         {description = "不顯示", data = false}
  78.     }
  79.   },
  80.   {
  81.     name = "Bones",
  82.     label = "骨骸",
  83.     default = true,
  84.     hover = "顯示人類和動物的骨骸在地圖上。",
  85.     options = {
  86.         {description = "顯示", data = true},
  87.         {description = "不顯示", data = false}
  88.     }
  89.   },
  90.   {
  91.     name = "Holes",
  92.     label = "巢穴",
  93.     default = true,
  94.     hover = "顯示兔子洞、螃蟹洞,以及鼴鼠穴在地圖上。",
  95.     options = {
  96.         {description = "顯示", data = true},
  97.         {description = "不顯示", data = false}
  98.     }
  99.   },
  100.   {
  101.     name = "Vegetation",
  102.     label = "植被",
  103.     default = true,
  104.     hover = "顯示所有種類蘑菇、胡蘿蔔,以及種子在地圖上。",
  105.     options = {
  106.         {description = "顯示", data = true},
  107.         {description = "不顯示", data = false}
  108.     }
  109.   },
  110.   {
  111.     name = "Flowers",
  112.     label = "花",
  113.     default = false,
  114.     hover = "顯示花朵在地圖上。",
  115.     options = {
  116.         {description = "顯示", data = true},
  117.         {description = "不顯示", data = false}
  118.     }
  119.   },
  120.   {
  121.     name = "Pigs_Rituals",
  122.     label = "復活祭壇",
  123.     default = true,
  124.     hover = "顯示試金石、豬人頭,和魚人頭在地圖上。",
  125.     options = {
  126.         {description = "顯示", data = true},
  127.         {description = "不顯示", data = false}
  128.     }
  129.   },
  130.   {
  131.     name = "Walls",
  132.     label = "牆",
  133.     default = true,
  134.     hover = "顯示所有種類的牆在地圖上。",
  135.     options = {
  136.         {description = "顯示", data = true, },
  137.         {description = "不顯示", data = false}
  138.     }
  139.   },
  140.   {
  141.     name = "Things",
  142.     label = "傳送台零件",
  143.     default = true,
  144.     hover = "顯示包括探測計在內的傳送台零件在地圖上。",
  145.     options = {
  146.         {description = "顯示", data = true},
  147.         {description = "不顯示", data = false}
  148.     }
  149.   },
  150.   {
  151.     name = "Chester_Packim_Bones",
  152.     label = "切斯特和眼骨",
  153.     default = true,
  154.     hover = "顯示切斯特和眼骨在地圖上。",
  155.     options = {
  156.         {description = "顯示", data = true},
  157.         {description = "不顯示", data = false}
  158.     }
  159.   },
  160.     {
  161.     name = "Tracks",
  162.     label = "可疑的土堆",
  163.     default = true,
  164.     hover = "顯示可疑土堆和無尾象在地圖上。",
  165.     options = {
  166.         {description = "顯示", data = true},
  167.         {description = "不顯示", data = false}
  168.     }
  169.   },
  170.  
  171. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement