移动mote

This commit is contained in:
Tourswen
2025-08-29 22:56:05 +08:00
parent e058558818
commit a94e656acc
3 changed files with 21 additions and 19 deletions

View File

@@ -1,5 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<Defs>
<!-- 有一个verb的cs引用了这个勿删 -->
<ThingDef ParentName="MoteBase">
<defName>ExcaliburBeam</defName>
<thingClass>WulaFallenEmpire.Thing_ExcaliburBeam</thingClass>
<label>Excalibur Beam</label>
<altitudeLayer>MoteOverhead</altitudeLayer>
<graphicData>
<texPath>Things/Mote/PowerBeam</texPath>
<shaderType>MoteGlow</shaderType>
</graphicData>
<drawOffscreen>true</drawOffscreen>
<mote>
<fadeInTime>0.5</fadeInTime>
<solidTime>9.3</solidTime>
<fadeOutTime>1.0</fadeOutTime>
</mote>
</ThingDef>
<ThingDef ParentName="MoteBase">
<defName>Mote_Wula_Dark_Matter_Beam</defName>
<thingClass>MoteDualAttached</thingClass>

View File

@@ -1,19 +0,0 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<ThingDef ParentName="MoteBase">
<defName>ExcaliburBeam</defName>
<thingClass>WulaFallenEmpire.Thing_ExcaliburBeam</thingClass>
<label>Excalibur Beam</label>
<altitudeLayer>MoteOverhead</altitudeLayer>
<graphicData>
<texPath>Things/Mote/PowerBeam</texPath>
<shaderType>MoteGlow</shaderType>
</graphicData>
<drawOffscreen>true</drawOffscreen>
<mote>
<fadeInTime>0.5</fadeInTime>
<solidTime>9.3</solidTime>
<fadeOutTime>1.0</fadeOutTime>
</mote>
</ThingDef>
</Defs>

View File

@@ -20,6 +20,9 @@
<researchPrerequisite>WULA_Synth_Weapon_2_Missile_Technology</researchPrerequisite>
<unfinishedThingDef>UnfinishedWeapon</unfinishedThingDef>
</recipeMaker>
<researchPrerequisites>
<li>WULA_Adv_WorkTable_Technology</li>
</researchPrerequisites>
<statBases>
<WorkToMake>2500</WorkToMake>
<!-- <MarketValue>370</MarketValue> -->