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
A solution would be to use Pawn Editor or Character Editor to remove that hediff.
If it's bugged and cannot be removed easily, then you remove that hediff yourself.
is there any way to fix it
-Add <WorkToMake>60000</WorkToMake> under <statBases>
-Open the mod folder
-Go to Defs/ThingDefs/RangedSpacer
-Replace all instances of
<recipeMaker Inherit="False" />
with
<recipeMaker>
<researchPrerequisite>BeamWeapons</researchPrerequisite>
<skillRequirements>
<Crafting>8</Crafting>
</skillRequirements>
<recipeUsers Inherit="False">
<li>FabricationBench</li>
</recipeUsers>
<displayPriority>230</displayPriority>
</recipeMaker>
-Add 10 to displayPriority for each instance after the first
And for those wanting the guns to appear at the same commonality as say the beam repeater:
-Delete all instances of <generateCommonality>0.1</generateCommonality><!--0.1--> (note that the sniper has a commonality of 0.05, delete that too)
-Delete all instances of <li>RewardStandardLowFreq</li>
Badabingus badabungus