This commit is contained in:
Tourswen
2025-08-04 21:54:26 +08:00
parent 7fe93b95f2
commit 2137aa73e7
18 changed files with 92 additions and 123 deletions

View File

@@ -374,14 +374,14 @@
<techLevel>Archotech</techLevel>
<!-- <techLevel>Spacer</techLevel> -->
<graphicData>
<texPath>Wula/Weapon/WULA_MW_Scepter_Of_Explosive</texPath>
<texPath>Wula/Weapon/WULA_MW_Scepter_Of_Feather</texPath>
<graphicClass>Graphic_Single</graphicClass>
<drawSize>1.3</drawSize>
</graphicData>
<descriptionHyperlinks>
<ThingDef>WULA_Soul_Wedge</ThingDef>
</descriptionHyperlinks>
<uiIconPath>Wula/Weapon/WULA_SP_Spear_Impale</uiIconPath>
<uiIconPath>Wula/Weapon/WULA_SP_Live_Shelter</uiIconPath>
<weaponTags>
<li>Wula_Spell_Weapon_T1</li>
</weaponTags>
@@ -422,7 +422,7 @@
<conductFriendly>True</conductFriendly>
<conductHostile>false</conductHostile>
<conductNum>3</conductNum>
<beamMoteDef>WULA_SP_Spear_Impale_ArcBeam</beamMoteDef>
<beamMoteDef>WULA_SP_Live_Shelter_ArcBeam</beamMoteDef>
<aimingChargeMote>Mote_HellsphereCannon_Charge</aimingChargeMote>
</li>
</verbs>
@@ -583,6 +583,14 @@
<range>48</range>
<soundCast>AgonyPulse_Cast</soundCast>
<muzzleFlashScale>12</muzzleFlashScale>
<aimingLineMote>Mote_FleshmelterBolt_Aim</aimingLineMote>
<aimingChargeMote>Mote_FleshmelterBolt_Charge</aimingChargeMote>
<aimingChargeMoteOffset>1.07</aimingChargeMoteOffset>
<aimingLineMoteFixedLength>15.9</aimingLineMoteFixedLength>
<aimingTargetMote>Mote_FleshmelterBolt_Target</aimingTargetMote>
<!-- <soundAiming>FleshmelterBolt_Charging</soundAiming> -->
<targetParams>
<canTargetLocations>true</canTargetLocations>
</targetParams>
@@ -616,7 +624,7 @@
<customDamageDef>Bomb</customDamageDef>
<customDamageAmount>8</customDamageAmount>
<customExplosionRadius>1</customExplosionRadius>
<customSoundExplode>MortarBomb_Explode</customSoundExplode>
<customSoundExplode>Pawn_Revenant_StartledScream</customSoundExplode>
<useSubExplosions>true</useSubExplosions>
<subExplosionCount>0</subExplosionCount>
@@ -627,7 +635,7 @@
<subSoundExplode>MortarBomb_Explode</subSoundExplode>
</li>
</modExtensions>
<projectile>
<projectile>FleshmelterBolt_Launch
<damageDef>Wula_Psi_Bomb</damageDef>
<damageAmountBase>1</damageAmountBase>
<speed>22</speed>
@@ -635,7 +643,7 @@
<armorPenetrationBase>1.5</armorPenetrationBase>
<flyOverhead>true</flyOverhead>
<soundHitThickRoof>Artillery_HitThickRoof</soundHitThickRoof>
<soundExplode>MortarBomb_Explode</soundExplode>
<soundExplode>Pawn_Revenant_StartledScream</soundExplode>
<soundImpactAnticipate>MortarRound_PreImpact</soundImpactAnticipate>
<soundAmbient>MortarRound_Ambient</soundAmbient>
</projectile>

View File

@@ -853,120 +853,6 @@
</li>
</comps>
</AbilityDef>
<ThingDef ParentName="BaseMeleeWeapon_Blunt">
<defName>WULA_MW_Scepter_Of_Feather</defName>
<label>APs-72"羽之杖"</label>
<description>乌拉帝国修女所持武器,可以使用魂锲作为充能媒介施展灵能法术,为大范围内的所有殖民者和机械体提供持续数天的额外移动速度和工作速度。</description>
<graphicData>
<texPath>Wula/Weapon/WULA_MW_Scepter_Of_Feather</texPath>
<graphicClass>Graphic_Single</graphicClass>
<drawSize>1.3</drawSize>
</graphicData>
<uiIconScale>1.1</uiIconScale>
<relicChance>0</relicChance>
<descriptionHyperlinks>
<ThingDef>WULA_Soul_Wedge</ThingDef>
</descriptionHyperlinks>
<techLevel>Ultra</techLevel>
<statBases>
<WorkToMake>10000</WorkToMake>
<Mass>2</Mass>
</statBases>
<costList>
<WULA_Soul_Wedge>20</WULA_Soul_Wedge>
<Steel>50</Steel>
</costList>
<equippedAngleOffset>-65</equippedAngleOffset>
<recipeMaker>
<recipeUsers Inherit="False">
<li>WULA_Cube_Productor_Energy</li>
</recipeUsers>
<researchPrerequisite>WULA_Synth_Psi_2_Technology</researchPrerequisite>
<unfinishedThingDef>UnfinishedWeapon</unfinishedThingDef>
</recipeMaker>
<tools>
<li>
<label>棍柄</label>
<capacities>
<li>Poke</li>
</capacities>
<power>9</power>
<cooldownTime>1</cooldownTime>
<chanceFactor>0.5</chanceFactor>
</li>
</tools>
<comps Inherit="False">
<li Class="CompProperties_Forbiddable"/>
<li Class="CompProperties_EquippableAbilityReloadable">
<abilityDef>WULA_MW_Scepter_Of_Feather_Ability</abilityDef>
<maxCharges>1</maxCharges>
<soundReload>AnomalyAbilityWarmup</soundReload>
<chargeNoun>魂锲</chargeNoun>
<ammoDef>WULA_Soul_Wedge</ammoDef>
<ammoCountPerCharge>20</ammoCountPerCharge>
<baseReloadTicks>60</baseReloadTicks>
</li>
</comps>
</ThingDef>
<AbilityDef ParentName="PsycastBase">
<defName>WULA_MW_Scepter_Of_Feather_Ability</defName>
<label>羽之杖:激励</label>
<description>以自身为中心,为大范围内的所有殖民者和机械体提供持续数天的额外移动速度和工作速度。</description>
<iconPath>Wula/UI/Abilities/WULA_MW_Scepter_Of_Feather_Ability</iconPath>
<writeCombatLog>True</writeCombatLog>
<casterMustBeCapableOfViolence>false</casterMustBeCapableOfViolence>
<level>-1</level>
<statBases>
<Ability_EntropyGain>0</Ability_EntropyGain>
<Ability_PsyfocusCost>-1</Ability_PsyfocusCost>
<Ability_Duration>4000</Ability_Duration>
<Ability_EffectRadius>500</Ability_EffectRadius>
</statBases>
<verbProperties>
<warmupTime>5</warmupTime>
<range>60</range>
<drawAimPie>true</drawAimPie>
<requireLineOfSight>false</requireLineOfSight>
<nonInterruptingSelfCast>true</nonInterruptingSelfCast>
<soundCast>VoidTerrorCast</soundCast>
<targetable>false</targetable>
<targetParams>
<canTargetSelf>true</canTargetSelf>
</targetParams>
</verbProperties>
<comps>
<li Class = "CompProperties_AbilityGiveHediff">
<compClass>CompAbilityEffect_GiveHediff</compClass>
<hediffDef>WULA_MW_Scepter_Of_Feather_Hediff</hediffDef>
<durationMultiplier>PsychicSensitivity</durationMultiplier>
<psychic>True</psychic>
</li>
<li Class="CompProperties_AbilityFleckOnTarget">
<fleckDef>PsycastPsychicEffect</fleckDef>
</li>
</comps>
</AbilityDef>
<HediffDef>
<defName>WULA_MW_Scepter_Of_Feather_Hediff</defName>
<label>羽之杖:激励</label>
<description>这个殖民者受到了乌拉帝国灵能法术的激励,行动和生产变得更加有效率了。</description>
<hediffClass>HediffWithComps</hediffClass>
<stages>
<li>
<statFactors>
<MoveSpeed>1.5</MoveSpeed>
<WorkSpeedGlobal>1.3</WorkSpeedGlobal>
</statFactors>
</li>
</stages>
<comps>
<li Class="HediffCompProperties_Disappears">
<disappearsAfterTicks>240000~240000</disappearsAfterTicks> <!-- 1~2 days -->
<showRemainingTime>true</showRemainingTime>
</li>
</comps>
</HediffDef>
<!-- 乌拉帝国镇爆枪 -->
<ThingDef ParentName="BaseHumanMakeableGun">