Files
WulaFallenEmpireRW/1.6/Odyssey/Defs/ThingDefs_Misc/Weapons/WULA_Weapon_Odyssey.xml
2025-08-13 10:36:53 +08:00

140 lines
5.5 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<!-- 西比尔卡默认武器 -->
<ThingDef ParentName="BaseGun">
<defName>WULA_SP_Engineer_Mother_FakeWeapon</defName>
<label>敢死猫猫生产</label>
<description>PMu-7"西比尔卡"内置的生产单元,可以源源不断地放出绑着炸弹的乌拉猫猫,以自杀式袭击击溃敌人阵线。</description>
<techLevel>Ultra</techLevel>
<uiIconPath>Wula/Things/WULA_bomb_Cat/WULA_Cat_Thin_south</uiIconPath>
<relicChance>0</relicChance>
<graphicData>
<texPath>Wula/Things/WULA_Cat/AllegianceOverlays/None_north</texPath>
<graphicClass>Graphic_Single</graphicClass>
<drawSize>2</drawSize>
</graphicData>
<tradeability>None</tradeability>
<uiIconScale>1.4</uiIconScale>
<statBases>
<WorkToMake>20000</WorkToMake>
<Mass>150</Mass>
<AccuracyTouch>0.1</AccuracyTouch>
<AccuracyShort>0.1</AccuracyShort>
<AccuracyMedium>0.1</AccuracyMedium>
<AccuracyLong>0.1</AccuracyLong>
<RangedWeapon_Cooldown>4.0</RangedWeapon_Cooldown>
</statBases>
<costList Inherit="False">
<Steel>500</Steel>
<Plasteel>100</Plasteel>
<ComponentIndustrial>6</ComponentIndustrial>
</costList>
<weaponTags>
<li>Wula_AI_Engineer_Mother_Weapon</li>
</weaponTags>
<verbs>
<li>
<verbClass>Verb_Shoot</verbClass>
<label>绑着炸弹的乌拉猫猫</label>
<defaultProjectile>Grenade_WULA_SP_Engineer_Mother_FakeWeapon</defaultProjectile>
<warmupTime>0</warmupTime>
<range>1</range>
<burstShotCount>3</burstShotCount>
<ticksBetweenBurstShots>3</ticksBetweenBurstShots>
<hasStandardCommand>true</hasStandardCommand>
<targetable>true</targetable>
<targetParams>
<canTargetPawns>false</canTargetPawns>
<canTargetBuildings>false</canTargetBuildings>
<canTargetLocations>true</canTargetLocations>
</targetParams>
<soundCast>ThrowGrenade</soundCast>
<rangedFireRulepack>Combat_RangedFire_Thrown</rangedFireRulepack>
<canGoWild>false</canGoWild>
</li>
</verbs>
</ThingDef>
<ThingDef ParentName="BaseGrenadeProjectile">
<defName>Grenade_WULA_SP_Engineer_Mother_FakeWeapon</defName>
<label>绑着炸弹的乌拉猫猫</label>
<thingClass>Projectile_SpawnsPawnZeroAge</thingClass>
<uiIconPath>Wula/Things/WULA_Attack_Cat/WULA_Cat_Thin_south</uiIconPath>
<graphicData>
<texPath>Wula/Things/WULA_Attack_Cat/WULA_Cat_Thin_south</texPath>
<graphicClass>Graphic_Single</graphicClass>
</graphicData>
<projectile>
<speed>41</speed>
<spawnsPawnKind>Mech_WULA_Cat_Bomb</spawnsPawnKind>
<tryAdjacentFreeSpaces>true</tryAdjacentFreeSpaces>
</projectile>
</ThingDef>
<ThingDef ParentName="BaseGun">
<defName>WULA_SP_Engineer_Mother_Attack_FakeWeapon</defName>
<label>步兵猫猫生产</label>
<description>PMu-7A"斯托洛维耶"内置的生产单元可以源源不断地放出端着DLa-4"云母"突击步枪的乌拉猫猫,构成一道坚韧的防线。</description>
<techLevel>Ultra</techLevel>
<relicChance>0</relicChance>
<uiIconPath>Wula/Things/WULA_Attack_Cat/WULA_Cat_Thin_south</uiIconPath>
<graphicData>
<texPath>Wula/Things/WULA_Cat/AllegianceOverlays/None_north</texPath>
<graphicClass>Graphic_Single</graphicClass>
<drawSize>2</drawSize>
</graphicData>
<tradeability>None</tradeability>
<uiIconScale>1.4</uiIconScale>
<statBases>
<WorkToMake>20000</WorkToMake>
<Mass>150</Mass>
<AccuracyTouch>0.1</AccuracyTouch>
<AccuracyShort>0.1</AccuracyShort>
<AccuracyMedium>0.1</AccuracyMedium>
<AccuracyLong>0.1</AccuracyLong>
<RangedWeapon_Cooldown>4.0</RangedWeapon_Cooldown>
</statBases>
<costList Inherit="False">
<Steel>500</Steel>
<Plasteel>100</Plasteel>
<ComponentIndustrial>6</ComponentIndustrial>
</costList>
<weaponTags>
<li>Wula_AI_Engineer_Mother_Attack_Weapon</li>
</weaponTags>
<verbs>
<li>
<verbClass>Verb_Shoot</verbClass>
<label>步兵乌拉猫猫</label>
<defaultProjectile>Grenade_WULA_SP_Engineer_Mother_Attack_FakeWeapon</defaultProjectile>
<warmupTime>0</warmupTime>
<range>1</range>
<burstShotCount>2</burstShotCount>
<ticksBetweenBurstShots>3</ticksBetweenBurstShots>
<hasStandardCommand>true</hasStandardCommand>
<targetable>true</targetable>
<targetParams>
<canTargetPawns>false</canTargetPawns>
<canTargetBuildings>false</canTargetBuildings>
<canTargetLocations>true</canTargetLocations>
</targetParams>
<soundCast>ThrowGrenade</soundCast>
<rangedFireRulepack>Combat_RangedFire_Thrown</rangedFireRulepack>
<canGoWild>false</canGoWild>
</li>
</verbs>
</ThingDef>
<ThingDef ParentName="BaseGrenadeProjectile">
<defName>Grenade_WULA_SP_Engineer_Mother_Attack_FakeWeapon</defName>
<label>步兵乌拉猫猫</label>
<thingClass>Projectile_SpawnsPawnZeroAge</thingClass>
<uiIconPath>Wula/Things/WULA_Attack_Cat/WULA_Cat_Thin_south</uiIconPath>
<graphicData>
<texPath>Wula/Things/WULA_Attack_Cat/WULA_Cat_Thin_south</texPath>
<graphicClass>Graphic_Single</graphicClass>
</graphicData>
<projectile>
<speed>41</speed>
<spawnsPawnKind>Mech_WULA_Cat_Inf</spawnsPawnKind>
<tryAdjacentFreeSpaces>true</tryAdjacentFreeSpaces>
</projectile>
</ThingDef>
</Defs>