Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
– https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=2916405546
https://gist.github.com/HugsLibRecordKeeper/65087b43db3585f541d56e347ec88eb7
Failed to find Verse.RulePackDef named VSIE_Teaching_Toughness. There are 667 defs of this type loaded.
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Failed to find Verse.RulePackDef named PawnEducation_Toughness. There are 521 defs of this type loaded.
[Harmony, 0Harmony.dll] MonoMod.Utils.DynamicMethodDefinition.UnityEngine.StackTraceUtility.ExtractStackTrace_Patch1()
[Harmony, 0Harmony.dll] MonoMod.Utils.DynamicMethodDefinition.Verse.Log.Error_Patch3(System.String)
[Core, Assembly-CSharp.dll] Verse.DefDatabase`1[[Verse.RulePackDef, Assembly-CSharp, Version=1.6.9348.31746, Culture=neutral, PublicKeyToken=null]].GetNamed(System.String defName, System.Boolean errorOnFail)
[Core, Assembly-CSharp.dll] Verse.RulePackDef.Named(System.String defName)
[Pawn Education (Continued), RimWorld_PawnEducation.dll] PawnEducation.InteractionWorker_Education.loadSkillBasedSentences(System.Collections.Generic.List`1[Verse.RulePackDef] extraSentencePacks)
[Pawn Education (Continued), RimWorld_PawnEducation.dll]
<Steam>\steamapps\workshop\content\294100\3448693012\Patches\IncomingDamageFactor.xml
<Patch>
<!-- Operation 1: If no <parts> node exists, create one with your entry -->
<Operation Class="PatchOperationConditional">
<xpath>Defs/StatDef[defName="IncomingDamageFactor"]/parts</xpath>
<nomatch Class="PatchOperationAdd">
<xpath>Defs/StatDef[defName="IncomingDamageFactor"]</xpath>
<value>
<parts/>
</value>
</nomatch>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>Defs/StatDef[defName="IncomingDamageFactor"]/parts</xpath>
<value>
<li Class="ToughnessSkillMod.StatPart_ToughnessDamage"/>
</value>
</Operation>
</Patch>