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
in line 93
Reads
<entry id="heir+str_afflicted_depressed"><![CDATA[Did anyone in the family ever want me? Does anyone want me now?]></entry>
Should Read
<entry id="heir+str_afflicted_depressed"><![CDATA[Did anyone in the family ever want me? Does anyone want me now?]]></entry>
This can Cause a LOC error/crash if unfixed!
<entry id="heir+str_random_command_paranoid"><![CDATA[I can handle myself!]></entry>
Should read
<entry id="heir+str_random_command_paranoid"><![CDATA[I can handle myself!]]></entry>
Uploading a fixed xml.
https://drive.google.com/file/d/14DRD4FksiHIJWTm6YgBWcTpPTzCU6wHF/view?usp=sharing
Lots of things I am doing here eh?
Both
"TRINKET_heir_bracer_dmgL",
"TRINKET_heir_bracer_dmgH"
of
of "id" : "heir_veryrare",
Do not exist in the heir.effects.darkest file
I'll leave it to your discresion what the damage should be but they should be applied sometime in the next patch in this format.
(Directly Copy Pasting from steam might make spacing errors, so just be aware of that)
{
"id" : "TRINKET_heir_bracer_dmgL",
"stat_type" : "combat_stat_multiply",
"stat_sub_type" : "damage_low",
"amount" : 0.2,
"remove_if_not_active" : false,
"rule_type" : "always",
"is_false_rule" : false,
"rule_data" : {
"float" : 0,
"string" : ""
}
},
{
"id" : "TRINKET_heir_bracer_dmgH",
"stat_type" : "combat_stat_multiply",
"stat_sub_type" : "damage_high",
"amount" : 0.2,
"remove_if_not_active" : false,
"rule_type" : "always",
"is_false_rule" : false,
"rule_data" : {
"float" : 0,
"string" : ""
}
},
"heir_set_spd" does not relate to any thing in the heir_trinket.buffs.json
Causing an error.
Proper format would be (Not including the actual value which is up to your discresion
(Again careful about spacing errors)
(Also I am using the eldrich string from the heir_set_acc modifier)
{
"id" : "heir_set_spd",
"stat_type" : "combat_stat_add",
"stat_sub_type" : "speed_rating",
"amount" :4,
"remove_if_not_active" : false,
"rule_type" : "monsterType",
"is_false_rule" : false,
"rule_data" : {
"float" : 0,
"string" : "eldritch"
}
},
On the "Heir Knife attack Buff(s) 1-5" I left in the "apply only once" on a group buff, this causes errors, the simple fix is to remove that leftover code from lines
23-27
In the heir.camping_skills.json It is not even mentioned. May upload a fixed file alongside the placeholder default art.
I'll leave it to you for now.