安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题




I think copy&pasting retaliate code SHOULD work, though you might need to change the ID it's referencing to a card that will provide the counter die.
replace "modid" with the ID of the mod you gave in the editor (include quotes), and cardid to the id of the card you use for the purpose of the passive ability.
Thanks, man. So this GETS the card information, but what about the activation?
This is what I could dig up, though the most I could interpret this is so:
1. Get pre-existing battle page information (in this case, it's ID is 607101).
2. Create new object with dice behaviour.
3. Create new list of dice/battle page.
4. For every dice in the pre-existing battle page, copy and add to the new list
5. Keep new list for the battle phase??
Thank you, this is a huge help!
Can confirm that it's code for Retaliate at least. Worked around by opening EquipPage, finding the Keypage with the passive, and then matched the passive ID. Also, copying/pasting the original didn't work as I've mentioned before.