复制牌,保护buff显示调整

This commit is contained in:
SoulliesOfficial
2025-10-30 12:07:59 -04:00
parent b68eeda9af
commit 8b72c75128
33 changed files with 433 additions and 104 deletions

View File

@@ -40,6 +40,6 @@ Buff_Basic_SoulAbsorption_FunctionText,"Amplify the lifesteal effect by $Paramet
Buff_Basic_Heavy_DisplayName,Heavy,沉重,,,,,
Buff_Basic_Heavy_FunctionText,You can not draw cards.,你不能抽牌。,,,,,
Buff_Basic_Protected_DisplayName,Protected,被保护,,,,,
Buff_Basic_Protected_FunctionText,"You are protected by $ParameterString(""Protector"").","你正在被$ParameterString(""Protector"")保护。",,,,,
Buff_Basic_Protected_FunctionText,"You are protected by $ParameterString(""Protector"").",你正在被其他人保护。,,,,,
Buff_Basic_Protecting_DisplayName,Protecting,保护,,,,,
Buff_Basic_Protecting_FunctionText,"You are protecting $ParameterString(""Target""), for $ParameterInt(""Count"") rounds.","你正在$ParameterInt(""Count"")回合内保护$ParameterString(""Target"")。",,,,,
1 Key English Simplified Chinese Traditional Chinese Japanese Korean Vietnamese Thai
40 Buff_Basic_Protecting_DisplayName Protecting 保护
41 Buff_Basic_Protecting_FunctionText You are protecting $ParameterString("Target"), for $ParameterInt("Count") rounds. 你正在$ParameterInt("Count")回合内保护$ParameterString("Target")。
42
43
44
45