mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2026-06-18 19:25:57 +00:00
- Removed DDS Files - Added Initial Support for Rimworld 1.6 - Added Additional mod requirement to PatchBSShared.xml to prevent premature loading. - Refactored Cumpilation integration to make it optional rather then a Required Mod. - Disabled succubus tail interactions pending rewrite for RJW's new interactions system. - Disabled Quirks pending rewrite RJW separating them into their own mod.
37 lines
No EOL
1.1 KiB
XML
37 lines
No EOL
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<Defs>
|
|
|
|
<EffecterDef>
|
|
<defName>CocoonWeave</defName>
|
|
<children>
|
|
<li>
|
|
<subEffecterClass>SubEffecter_SprayerChance</subEffecterClass>
|
|
<fleckDef>BloodSplash</fleckDef>
|
|
<chancePerTick>0.15</chancePerTick>
|
|
<burstCount>2~3</burstCount>
|
|
<scale>0.75~1.5</scale>
|
|
<color>(244, 244, 244)</color>
|
|
<spawnLocType>RandomDrawPosOnTarget</spawnLocType>
|
|
<attachToSpawnThing>true</attachToSpawnThing>
|
|
</li>
|
|
</children>
|
|
</EffecterDef>
|
|
|
|
<ThingDef ParentName="MoteBase">
|
|
<defName>Mote_CocoonStencil</defName>
|
|
<thingClass>MoteAttached</thingClass>
|
|
<altitudeLayer>Terrain</altitudeLayer>
|
|
<mote>
|
|
<fadeInTime>0.1</fadeInTime>
|
|
<fadeOutTime>0.4</fadeOutTime>
|
|
<solidTime>999999</solidTime>
|
|
<needsMaintenance>True</needsMaintenance>
|
|
</mote>
|
|
<graphicData>
|
|
<graphicClass>Graphic_PawnBodySilhouette</graphicClass>
|
|
<shaderType>PawnSilhouetteStencil</shaderType>
|
|
<texPath>Things/Mote/Transparent</texPath>
|
|
</graphicData>
|
|
</ThingDef>
|
|
|
|
</Defs> |