Dota 2 Wiki

你现在尚未登录,许多功能可能无法正常使用,若已有账号,请登录,若没有,请先注册Twitch账号
目前我们有非常多的待翻译条目,你也可以看一下目前我们需要优先处理的有哪些目前我们有非常多的待翻译条目,你也可以看一下目前我们需要优先处理的有哪些英雄页面的攻略、克制和物品页面的推荐英雄、小贴士等均为社区玩家编写的,你也可以把自己的心得写上去哦。英雄页面的攻略、克制和物品页面的推荐英雄、小贴士等均为社区玩家编写的,你也可以把自己的心得写上去哦。看不懂技能的buff/debuff是哪个跟哪个?鼠标移动到名称上就能看到游戏内显示的名字和描述了。看不懂技能的buff/debuff是哪个跟哪个?鼠标移动到名称上就能看到游戏内显示的名字和描述了。目前我們沒有善於製作其他中文變體的人員,如果您善於或擁有相關技術,請幫忙補充其他中文變體的空白。目前我們沒有善於製作其他中文變體的人員,如果您善於或擁有相關技術,請幫忙補充其他中文變體的空白。

了解更多

Dota 2 Wiki
Advertisement

此模块的文档可以在Module:Color/data/doc创建

return {
  -- GENERAL WIKI COLORS
  ["wiki1"] = "#B44335",
  ["wiki2"] = "#CD5F51",
  ["wiki3"] = "#FFAEA3",
  ["wiki4"] = "#FDE6E3",
  ["wiki5"] = "#E4C62E",
  ["wiki6"] = "#E38800",
  ["wiki7"] = "#3C3C3C",
  ["wikia1"] = "#401610",
  ["wikia2"] = "#1a1a1a",
  ["wikiad1"] = "#0F0F0F",
  ["wikiad2"] = "#262626",
  ["link"] = "#3F56AD",
  -- DOTA 2 UI
  ["ui1"] = "#1B1E21",
  ["ui2"] = "#2F363D",
  -- HEROES
  ["strength"] = "#B9500B",
  ["agility"] = "#167C13",
  ["intelligence"] = "#257DAE",
  ["力量"] = "#B9500B",
  ["敏捷"] = "#167C13",
  ["智力"] = "#257DAE",
  ["radiant"] = "#598307",
  ["dire"] = "#A83806",
  ["neutral"] = "#434137",
  ["experience"] = "#70B04A",
  -- UNITS
  ["creep"] = "#2277AA",
  ["creep-hero"] = "#FFBE66",
  ["lane creep"] = "#2277AA",
  ["neutral creep"] = "#2277AA",
  ["ancient creep"] = "#2277AA",
  ["summon"] = "#FFBE66",
  ["ward"] = "#64D74A",
  ["building"] = "#2277AA",
  ["other"] = "pink",
  ["courier"] = "#FFBE66",
  ["attached"] = "#FFE466",
  ["clone"] = "#FFBE66", 
  -- ABILITIES
  ["hero"] = "#B44335",
  ["ultimate"] = "#414141",
  ["item"] = "#227722",
  ["npc"] = "#00A388",
  ["aghanims"] = "#A50F79",
  ["aghshard"] = "#4b69ff",
  ["talent"] = "#CF6A32",
  ["aghstal"] = "#4D7455",
  ["rune"] = "#D49D04",
  ["innate"] = "#8F5B38",
  -- ITEMS
  ["gold"] = "#DAA520",
  ["armor"] = "#B911FC",
  ["caster"] = "#1A88FC",
  ["support"] = "#1A88FC",
  ["artifacts"] = "#DB9702",
  ["common"] = "#2BAC00",
  ["basic"] = "#FEFEFE",
  ["attributes"] = "#FEFEFE",
  ["armaments"] = "#FEFEFE",
  ["arcane"] = "#FEFEFE",
  -- COSMETIC ITEMS - RARITY
  ["cos_common"] = "#b0c3d9",
  ["cos_uncommon"] = "#5e98d9",
  ["cos_rare"] = "#4b69ff",
  ["cos_mythical"] = "#8847ff",
  ["cos_legendary"] = "#d32ce6",
  ["cos_ancient"] = "#eb4b4b",
  ["cos_immortal"] = "#b28a33",
  ["cos_arcana"] = "#ade55c",
  ["cos_seasonal"] = "#fff34f",
  ["cos_dota plus access"] = "#fff34f",
  -- COSMETIC ITEMS - QUALITY
  ["cos_normal"] = "#B2B2B2",
  ["cos_genuine"] = "#4D7455",
  ["cos_elder"] = "#476291", -- Internal name: vintage
  ["cos_unusual"] = "#8650AC",
  ["cos_unique"] = "#D2D2D2",
  ["cos_community"] = "#70B04A",
  ["cos_developer"] = "#A50F79",
  ["cos_selfmade"] = "#70B04A",
  ["cos_customized"] = "#00FF00",
  ["cos_inscribed"] = "#CF6A32", -- Internal name: strange
  ["cos_infused"] = "#8847FF",
  ["cos_completed"] = "#8650AC",
  ["cos_cursed"] = "#8650AC",
  ["cos_heroic"] = "#8650AC", -- Internal name: tournament
  ["cos_favored"] = "#FFFF00",
  ["cos_ascendant"] = "#EB4B4B",
  ["cos_autographed"] = "#ADE55C",
  ["cos_legacy"] = "#FFFFFF",
  ["cos_exalted"] = "#CCCCCC",
  ["cos_frozen"] = "#4682B4",
  ["cos_corrupted"] = "#A52A2A",
  ["cos_auspicious"] = "#32CD32", -- Internal name: lucky
  ["cos_unusual_text"] = "#e4ae39",
  -- RANKINGS
  ["proceed"] = "#CFC",
  ["up"] = "#CFC",
  ["stayup"] = "#EFA",
  ["stay"] = "#FF9",
  ["staydown"] = "#FDA",
  ["drop"] = "#FCC",
  ["down"] = "#FCC"
}
Advertisement