安装 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(越南语)
Українська(乌克兰语)
报告翻译问题








Give heddiff with severity type command
`PSY_CompProperties_AbilityGiveHediff : CompProperties_AbilityGiveHediff`
`PSY_CompAbilityEffect_GiveHediff : CompAbilityEffect_GiveHediff`
I believe we can call the base classes and then add a line to the properties def, the ability effect def, and the xml def for the psycast where comps are listed all handling the severity increment.
It may be as simple as calling += 1 on the severity, but it is possible we'll have to add just a little more code to get the existing value so we can increase it to the correct value. Let me know if you'd me to help you implement this further.
`public static void ChangePsylinkLevel(this Pawn pawn, int levelOffset, bool sendLetter = true)`
That can be inserted into the method connected to the property `Props.replaceExisting` which, if followed by a short circuit, would handle the psylink incrementation seamlessly