mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
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> |