LTS.Integrated_Implants-Forked/1.5/Defs/Effects/Mote_Implants.xml

54 lines
1.7 KiB
XML

<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<ThingDef Abstract="True" Name="ArchicHaloMote" ParentName="MoteBase">
<thingClass>MoteAttached</thingClass>
<altitudeLayer>Item</altitudeLayer><!--Not anymore.-->
<mote>
<fadeInTime>5</fadeInTime>
<fadeOutTime>1</fadeOutTime>
<solidTime>999999</solidTime>
<needsMaintenance>True</needsMaintenance>
<fadeOutUnmaintained>True</fadeOutUnmaintained>
<attachedToHead>True</attachedToHead>
</mote>
<graphicData>
<graphicClass>Graphic_MoteWithAgeSecs</graphicClass>
<color>(1, 1, 1, 1)</color>
<shaderType>MoteGlow</shaderType>
</graphicData>
</ThingDef>
<ThingDef ParentName="ArchicHaloMote">
<defName>I_ArchicHaloMote</defName>
<graphicData>
<drawSize>1.4</drawSize>
<texPath>Effects/PsychicNullifierEnergyField</texPath>
</graphicData>
</ThingDef>
<ThingDef ParentName="MoteBase">
<defName>Mote_HumanNoctolEyes</defName>
<thingClass>MoteAttached</thingClass>
<altitudeLayer>Darkness</altitudeLayer>
<mote>
<needsMaintenance>True</needsMaintenance>
<attachedToHead>True</attachedToHead>
<updateOffsetToMatchTargetRotation>True</updateOffsetToMatchTargetRotation>
<solidTime>600</solidTime>
<rotateTowardsTarget>true</rotateTowardsTarget>
<yFightingOffsetScalar01>0</yFightingOffsetScalar01>
</mote>
<graphicData>
<renderQueue>4000</renderQueue>
<graphicClass>Graphic_Multi_Mote</graphicClass>
<shaderType>MoteGlow</shaderType>
<!--<texPath>Things/Mote/NoctolEyes/NoctolEyes</texPath>-->
<texPath>Effects/HumanNoctolEyes/HumanNoctolEyes</texPath>
<drawSize>(2, 2)</drawSize>
</graphicData>
</ThingDef>
</Defs>