This commit is contained in:
Tourswen
2025-08-05 23:08:01 +08:00
parent 6ecc1aaeb1
commit 63f7a5d526
14 changed files with 96 additions and 83 deletions

View File

@@ -29,6 +29,8 @@
<WULA_Dark_Matter_Item>6</WULA_Dark_Matter_Item>
</costList>
<statBases>
<DeteriorationRate>0</DeteriorationRate>
<Flammability>0</Flammability>
<WorkToMake>40000</WorkToMake>
<Mass>0</Mass>
<AccuracyTouch>1</AccuracyTouch>
@@ -172,8 +174,8 @@
<texPath>Wula/Mote/WULA_Bullet_Dark_Matter_Beam</texPath>
<color>(200, 40, 40, 255)</color>
<graphicClass>Graphic_MoteWithAgeSecs</graphicClass>
<shaderType>MoteBeam</shaderType>
<drawSize>(3,1)</drawSize>
<shaderType>MoteGlow</shaderType>
<drawSize>(1.5,1)</drawSize>
<shaderParameters>
<_ExtraTexA>/Things/Mote/BeamSecondaryNoise_A</_ExtraTexA>
<_ExtraTexB>/Things/Mote/BeamSecondaryNoise_B</_ExtraTexB>
@@ -220,6 +222,8 @@
<WULA_Dark_Matter_Item>4</WULA_Dark_Matter_Item>
</costList>
<statBases>
<DeteriorationRate>0</DeteriorationRate>
<Flammability>0</Flammability>
<WorkToMake>40000</WorkToMake>
<Mass>0</Mass>
<AccuracyTouch>2</AccuracyTouch>
@@ -348,8 +352,8 @@
<texPath>Wula/Mote/WULA_Bullet_Dark_Matter_Beam</texPath>
<color>(255, 255, 255, 255)</color>
<graphicClass>Graphic_MoteWithAgeSecs</graphicClass>
<shaderType>MoteBeam</shaderType>
<drawSize>(2,1)</drawSize>
<shaderType>MoteGlow</shaderType>
<drawSize>(1.2,1)</drawSize>
<shaderParameters>
<_ExtraTexA>/Things/Mote/BeamSecondaryNoise_A</_ExtraTexA>
<_ExtraTexB>/Things/Mote/BeamSecondaryNoise_B</_ExtraTexB>
@@ -396,6 +400,8 @@
<WULA_Dark_Matter_Item>6</WULA_Dark_Matter_Item>
</costList>
<statBases>
<DeteriorationRate>0</DeteriorationRate>
<Flammability>0</Flammability>
<WorkToMake>40000</WorkToMake>
<Mass>0</Mass>
<AccuracyTouch>1</AccuracyTouch>
@@ -467,8 +473,8 @@
<texPath>Wula/Mote/WULA_Bullet_Dark_Matter_Beam</texPath>
<color>(38, 204, 66, 255)</color>
<graphicClass>Graphic_MoteWithAgeSecs</graphicClass>
<shaderType>MoteBeam</shaderType>
<drawSize>(1.5,1)</drawSize>
<shaderType>MoteGlow</shaderType>
<drawSize>(1,1)</drawSize>
<shaderParameters>
<_ExtraTexA>/Things/Mote/BeamSecondaryNoise_A</_ExtraTexA>
<_ExtraTexB>/Things/Mote/BeamSecondaryNoise_B</_ExtraTexB>
@@ -561,6 +567,8 @@
<ComponentSpacer>8</ComponentSpacer>
</costList>
<statBases>
<DeteriorationRate>0</DeteriorationRate>
<Flammability>0</Flammability>
<WorkToMake>40000</WorkToMake>
<Mass>0</Mass>
<AccuracyTouch>0.5</AccuracyTouch>
@@ -574,6 +582,7 @@
<verbClass>Verb_Shoot</verbClass>
<hasStandardCommand>true</hasStandardCommand>
<defaultProjectile>Bullet_WULA_RW_Photon_Missile</defaultProjectile>
<forcedMissRadius>0.1</forcedMissRadius>
<warmupTime>4.5</warmupTime>
<burstShotCount>48</burstShotCount>
<ticksBetweenBurstShots>1</ticksBetweenBurstShots>

View File

@@ -1131,7 +1131,6 @@
<ai_IsBuildingDestroyer>true</ai_IsBuildingDestroyer>
<ai_TargetHasRangedAttackScoreOffset>50</ai_TargetHasRangedAttackScoreOffset>
<minRange>6</minRange>
<forcedMissRadius>4.9</forcedMissRadius>
<targetParams>
<canTargetLocations>true</canTargetLocations>
<canTargetPawns>false</canTargetPawns>