Warhummer/data/achievements.json
2025-06-25 09:35:26 +08:00

176 lines
5.3 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"achievements": [
{
"id": "death_loyalty_low_virus_bomb",
"name": "帝皇裁决",
"description": "您的星球被帝国执行了灭绝令。忠诚度不足导致您被视为异端。",
"icon": "☣️",
"death_scenario_id": "loyalty_low_virus_bomb",
"hidden": 0
},
{
"id": "death_loyalty_high_chicken",
"name": "鸡贼之灾",
"description": "忠诚度过高,只有一种可能。",
"icon": "🐔",
"death_scenario_id": "loyalty_high_chicken",
"hidden": 0
},
{
"id": "death_chaos_low_tyranid",
"name": "生物资源",
"description": "混沌侵染过低,您的星球成为了泰伦虫族的完美食物。",
"icon": "🍰",
"death_scenario_id": "chaos_low_tyranid",
"hidden": 0
},
{
"id": "death_chaos_high_khorne",
"name": "血与骷髅",
"description": "混沌侵染过高,您的星球被恐虐军团屠戮。",
"icon": "💀",
"death_scenario_id": "chaos_high_khorne",
"hidden": 0
},
{
"id": "death_population_low_revolt",
"name": "人民之怒",
"description": "民众控制过低,您被起义军推翻。",
"icon": "⚔️",
"death_scenario_id": "population_low_revolt",
"hidden": 0
},
{
"id": "death_population_high_rival",
"name": "权力的游戏",
"description": "民众控制过高,您被政治对手暗杀。",
"icon": "🗡️",
"death_scenario_id": "population_high_rival",
"hidden": 0
},
{
"id": "death_military_low_orks",
"name": "绿皮入侵",
"description": "军事力量过低,您的星球被兽人侵略。",
"icon": "👹",
"death_scenario_id": "military_low_orks",
"hidden": 0
},
{
"id": "death_military_high_coup",
"name": "一言不合",
"description": "军事力量过高,您的军队发动了政变。",
"icon": "👑",
"death_scenario_id": "military_high_coup",
"hidden": 0
},
{
"id": "death_resources_low_chaos",
"name": "饥饿的混沌",
"description": "资源储备过低,饥饿的民众转向了混沌。",
"icon": "🦑",
"death_scenario_id": "resources_low_chaos",
"hidden": 0
},
{
"id": "death_resources_high_tyranid",
"name": "虫族的大餐",
"description": "资源储备过高,您吸引了泰伦虫族的注意。",
"icon": "🐲",
"death_scenario_id": "resources_high_tyranid",
"hidden": 0
},
{
"id": "reign_single_5",
"name": "初露锋芒",
"description": "单次统治达到5年帝国开始记住您的名字。",
"icon": "🌱",
"hidden": 0,
"achievement_type": "reign_single",
"requirement": 5
},
{
"id": "reign_single_10",
"name": "初级执政官",
"description": "单次统治达到10年您已经开始学会如何治理一颗行星。",
"icon": "🌿",
"hidden": 0,
"achievement_type": "reign_single",
"requirement": 10
},
{
"id": "reign_single_50",
"name": "熟练统治者",
"description": "单次统治达到50年您的统治已成为当地传说。",
"icon": "🌲",
"hidden": 0,
"achievement_type": "reign_single",
"requirement": 50
},
{
"id": "reign_single_100",
"name": "百年老人",
"description": "单次统治达到100年您已经成为帝国历史上最长寿的总督之一。",
"icon": "👑",
"hidden": 0,
"achievement_type": "reign_single",
"requirement": 100
},
{
"id": "reign_single_200",
"name": "始皇帝",
"description": "单次统治达到200年不朽的荣光永远铭刻在帝国史册。",
"icon": "⚜️",
"hidden": 0,
"achievement_type": "reign_single",
"requirement": 200
},
{
"id": "reign_total_50",
"name": "见习总督",
"description": "累计统治50年您已崭露头角。",
"icon": "📚",
"hidden": 0,
"achievement_type": "reign_total",
"requirement": 50
},
{
"id": "reign_total_100",
"name": "资深总督",
"description": "累计统治100年您的统治经验得到帝国的认可。",
"icon": "📜",
"hidden": 0,
"achievement_type": "reign_total",
"requirement": 100
},
{
"id": "reign_total_500",
"name": "传奇总督",
"description": "累计统治500年您的名字将被铭记。",
"icon": "🏆",
"hidden": 0,
"achievement_type": "reign_total",
"requirement": 500
},
{
"id": "reign_total_1000",
"name": "千年老店",
"description": "累计统治1000年成为星区传说。",
"icon": "🌟",
"hidden": 0,
"achievement_type": "reign_total",
"requirement": 1000
},
{
"id": "reign_total_114514",
"name": "永恒总督",
"description": "累计统治114514年这已经超越了凡人的理解。",
"icon": "🔮",
"hidden": 0,
"achievement_type": "reign_total",
"requirement": 114514
}
]
}