2025-7-16

This commit is contained in:
Tourswen
2025-07-16 00:59:16 +08:00
parent 16ec93b99d
commit 96c44b4c6a
53 changed files with 451 additions and 704 deletions

View File

@@ -153,8 +153,9 @@
<li>Wula_Assault_Cat_Weapon</li>
</weaponTags>
<graphicData>
<texPath>Wula/Weapon/WULA_RW_Base_AR</texPath>
<texPath>Wula/Weapon/WULA_RW_Base_AR_Cat</texPath>
<graphicClass>Graphic_Single</graphicClass>
<drawSize>0.7</drawSize>
</graphicData>
<soundInteract>Interact_Rifle</soundInteract>
<statBases>
@@ -1933,4 +1934,74 @@
<!-- <preExplosionSpawnSingleThingDef>CraterMedium</preExplosionSpawnSingleThingDef> -->
</projectile>
</ThingDef>
<!-- 西比尔卡默认武器 -->
<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>
<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>
</Defs>