You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a Chinese rawDescription contain "D", example "加入一张D炸弹" (the "D炸弹" just a plain text word, as I not use "!D!"). In AbstractCard.renderDescriptionCN(), get TokenizedTextCN = ["加入一张D炸弹"], then these codes will iterate chars and replace 'D' with dynamic-value-damage.
If a Chinese rawDescription contain "D", example "加入一张D炸弹" (the "D炸弹" just a plain text word, as I not use "!D!"). In AbstractCard.renderDescriptionCN(), get TokenizedTextCN = ["加入一张D炸弹"], then these codes will iterate chars and replace 'D' with dynamic-value-damage.
Finally, the rendered description is "加入一张-1炸弹". But I want the rendered description is "加入一张D炸弹"(no change). Will there be a new patch fix it?
The text was updated successfully, but these errors were encountered: