From 8f4120842777cf3de6b9ba74bf357c226590271d Mon Sep 17 00:00:00 2001
From: Zerodys <61579140+Zerodys@users.noreply.github.com>
Date: Tue, 9 Sep 2025 14:07:49 +0800
Subject: [PATCH] Update mod.json
Add Chinese description.
---
mod.json | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/mod.json b/mod.json
index c14a077..f400e0b 100755
--- a/mod.json
+++ b/mod.json
@@ -1,11 +1,14 @@
{
"name" : "VCMI extras",
"description" : "Collection of enhancements and fixes for VCMI interface and gameplay:
• Extended lobby options
Adds template selection, map size buttons (H/XH/G), chess timer, and support for simultaneous turns
• Revisit & Search buttons
Adds buttons to revisit the current object and perform contextual searches on the adventure map
• Quick Exchange
Improves the hero exchange screen with one-click swap buttons for all creatures and artifacts
• Vertical layout (portrait mode)
Optimizes the adventure map interface for vertical screen orientation (portrait mode)
• Bonus icons
Adds visual indicators for unit bonuses and special abilities
• Spell immunity icons
Displays spell immunity icons for creatures during combat
• Emoji support
Enables emoji font rendering in the in-game chat",
- "version" : "3.7.7",
+ "version" : "3.7.8",
"author" : "VCMI Team",
"contact" : "http://forum.vcmi.eu/index.php",
"modType" : "Graphical",
"changelog" : {
+ "3.7.8" : [
+ "Added Chinese description"
+ ],
"3.7.7" : [
"Added reworked Adventure map buttons in 32x32 and 64x32",
"Added new Adventure map buttons layout for vertical resolution 900+"
@@ -162,5 +165,9 @@
"polish" : {
"name" : "Dodatki VCMI",
"description" : "Zestaw ulepszeń i poprawek dla interfejsu i rozgrywki w VCMI:
• Rozszerzone opcje lobby
Dodaje wybór szablonu, przyciski rozmiaru mapy (H/XH/G), zegar szachowy i obsługę tur jednoczesnych
• Przyciski Ponownego Wejścia i Znajdź
Dodaje przyciski umożliwiające powrót do obiektu i kontekstowe wyszukiwanie na mapie
• Szybka wymiana
Ulepsza ekran wymiany bohaterów o przyciski do jednoczesnej wymiany wszystkich jednostek i artefaktów
• Pionowy układ (tryb portretowy)
Optymalizuje interfejs mapy przygód dla ekranów w orientacji pionowej
• Ikony bonusów
Dodaje graficzne wskaźniki bonusów i umiejętności jednostek
• Ikony odporności na czary
Wyświetla ikony odporności na czary podczas walki
• Obsługa emoji
Umożliwia wyświetlanie emoji w grze (np. na czacie)"
- }
+ },
+ "chinese" : {
+ "name" : "VCMI附加内容",
+ "description" : "VCMI界面和游戏性的增强和修复集合(推荐安装):
• 扩展的等候室选项
添加了模板选择、地图大小按钮(H/XH/G)、棋盘计时器以及同时行动的支持
• 返回和搜索按钮
增加了返回当前对象和在冒险地图上执行上下文搜索的按钮
• 快速交换
通过单击交换按钮改进了英雄交换界面,适用于所有生物和神器
• 垂直布局(纵向模式)
优化了冒险地图界面,适用于纵向屏幕方向(纵向模式)
• 奖励图标
为单位奖励和特殊能力添加了视觉指示器
• 法术免疫图标
战斗中为生物显示法术免疫图标
• 表情符号支持
在游戏聊天中启用表情符号字体渲染"
+ },
}