Skip to content

Commit 25c2ad3

Browse files
authored
Merge pull request #173 from GeorgeK1ng/vcmi-1.7
Update WoG Fix to 2.26
2 parents 2792b23 + 734b82b commit 25c2ad3

49 files changed

Lines changed: 51 additions & 6 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
-7.06 KB
Binary file not shown.

Mods/mithril/mod.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"description" : "该模组为游戏新增了一种资源。<br><br>秘银是一种魔法金属,每单位价值 400 金币。<br><br>- <b>秘银矿</b>每天为其占领者产出1单位秘银。<br>- <b>秘银仓库</b>每周一次性提供 6–10 单位秘银,并在 7 天后刷新。<br><br>目前,秘银矿可在使用以下模板的随机地图中生成: Blockbuster, Clash of Dragons, Coldshadow's Fantasy, Extreme, Extreme 2, Frozen Dragons, Headquarters, Jebus Cross, Long Run, Oceans Eleven, Panic, Poor Jebus, Reckless, Roadrunner, Shaaafworld, Skirmish, Speed 2, Spider, Superslam, Triad, and Vortex."
6767
},
6868
"czech" : {
69-
"name" : "Mitril",
70-
"description" : "Tato modifikace přidává do hry novou surovinu.<br><br>Mitril je magický kov v hodnotě 400 zlatých za kus.<br><br>- <b>Mitrilový důl</b> produkuje 1 kus mithrilu denně.<br>- <b>Skladiště mitrilu</b> poskytuje 6–10 kusů mitrilu jednou týdně a znovu se doplní po 7 dnech.<br><br>V současnosti se mitrilový důl může objevit na náhodně generovaných mapách při použití následujících šablon: Blockbuster, Clash of Dragons, Coldshadow's Fantasy, Extreme, Extreme 2, Frozen Dragons, Headquarters, Jebus Cross, Long Run, Oceans Eleven, Panic, Poor Jebus, Reckless, Roadrunner, Shaaafworld, Skirmish, Speed 2, Spider, Superslam, Triad a Vortex."
69+
"name" : "Mithril",
70+
"description" : "Tato modifikace přidává do hry novou surovinu.<br><br>Mithril je magický kov v hodnotě 400 zlatých za kus.<br><br>- <b>Mithrilový důl</b> produkuje 1 kus mithrilu denně.<br>- <b>Skladiště mithrilu</b> poskytuje 6–10 kusů mithrilu jednou týdně a znovu se doplní po 7 dnech.<br><br>V současnosti se mithrilový důl může objevit na náhodně generovaných mapách při použití následujících šablon: Blockbuster, Clash of Dragons, Coldshadow's Fantasy, Extreme, Extreme 2, Frozen Dragons, Headquarters, Jebus Cross, Long Run, Oceans Eleven, Panic, Poor Jebus, Reckless, Roadrunner, Shaaafworld, Skirmish, Speed 2, Spider, Superslam, Triad a Vortex."
7171
}
7272
}
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"name" : "Stack Artifacts Indication",
3+
"description" : "This module enables stack artifact indication by displaying a miniature of the equipped artifact on the creature icon.",
4+
"modType" : "Mechanics",
5+
"author" : "George King",
6+
"contact" : "http://forum.vcmi.eu/index.php",
7+
"version" : "1.0",
8+
"compatibility" : {
9+
"min" : "1.7.4"
10+
},
11+
"settings" : {
12+
"modules" : {
13+
"stackArtifactIndication" : true
14+
}
15+
},
16+
"softDepends" : [
17+
"wake-of-gods.artifacts",
18+
"wake-of-gods.stackArtifacts"
19+
],
20+
"chinese" : {
21+
"name" : "堆叠神器指示",
22+
"description" : "该模块通过在生物图标上显示已装备神器的缩略图来指示堆叠神器。"
23+
},
24+
"czech" : {
25+
"name" : "Indikace artefaktů jednotky",
26+
"description" : "Tento modul zobrazuje indikaci artefaktů jednotky pomocí miniatury vybaveného artefaktu na ikoně jednotky."
27+
},
28+
"polish" : {
29+
"name" : "Wskaźnik artefaktów jednostki",
30+
"description" : "Ten moduł wyświetla wskaźnik artefaktów jednostki poprzez pokazanie miniatury wyposażonego artefaktu na ikonie jednostki."
31+
},
32+
"portuguese" : {
33+
"name" : "Indicação de artefatos da unidade",
34+
"description" : "Este módulo exibe a indicação de artefatos da unidade mostrando uma miniatura do artefato equipado no ícone da unidade."
35+
}
36+
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)