2025-6-30
This commit is contained in:
@@ -500,4 +500,81 @@
|
||||
</parts>
|
||||
</corePart>
|
||||
</BodyDef>
|
||||
<BodyDef>
|
||||
<defName>WULA_AI_Heavy_Panzer_Body</defName>
|
||||
<label>智能战车</label>
|
||||
<corePart>
|
||||
<def>Torso</def>
|
||||
<height>Middle</height>
|
||||
<depth>Outside</depth>
|
||||
<groups>
|
||||
<li>Torso</li>
|
||||
</groups>
|
||||
<parts>
|
||||
<!-- 脖子和头部 -->
|
||||
<li>
|
||||
<def>WULA_Outer_Armor_Bodypart</def>
|
||||
<coverage>1</coverage>
|
||||
<height>Top</height>
|
||||
<groups>
|
||||
<li>Torso</li>
|
||||
</groups>
|
||||
<parts>
|
||||
<li>
|
||||
<def>WULA_Panzer_Core_Bodypart</def>
|
||||
<coverage>0.025</coverage>
|
||||
<depth>Inside</depth>
|
||||
<groups>
|
||||
<li>Torso</li>
|
||||
</groups>
|
||||
</li>
|
||||
<li>
|
||||
<def>WULA_AI_Core_Bodypart</def>
|
||||
<coverage>0.025</coverage>
|
||||
<depth>Inside</depth>
|
||||
<groups>
|
||||
<li>Torso</li>
|
||||
</groups>
|
||||
</li>
|
||||
<li>
|
||||
<def>WULA_Panzer_OutBrust_Bodypart</def>
|
||||
<customLabel>第一反推喷气孔</customLabel>
|
||||
<coverage>0.025</coverage>
|
||||
<depth>Inside</depth>
|
||||
<groups>
|
||||
<li>Torso</li>
|
||||
</groups>
|
||||
</li>
|
||||
<li>
|
||||
<def>WULA_Panzer_OutBrust_Bodypart</def>
|
||||
<customLabel>第二反推喷气孔</customLabel>
|
||||
<coverage>0.025</coverage>
|
||||
<depth>Inside</depth>
|
||||
<groups>
|
||||
<li>Torso</li>
|
||||
</groups>
|
||||
</li>
|
||||
<li>
|
||||
<def>WULA_Panzer_OutBrust_Bodypart</def>
|
||||
<customLabel>第三反推喷气孔</customLabel>
|
||||
<coverage>0.025</coverage>
|
||||
<depth>Inside</depth>
|
||||
<groups>
|
||||
<li>Torso</li>
|
||||
</groups>
|
||||
</li>
|
||||
<li>
|
||||
<def>WULA_Panzer_OutBrust_Bodypart</def>
|
||||
<customLabel>第四反推喷气孔</customLabel>
|
||||
<coverage>0.025</coverage>
|
||||
<depth>Inside</depth>
|
||||
<groups>
|
||||
<li>Torso</li>
|
||||
</groups>
|
||||
</li>
|
||||
</parts>
|
||||
</li>
|
||||
</parts>
|
||||
</corePart>
|
||||
</BodyDef>
|
||||
</Defs>
|
||||
|
||||
@@ -30,4 +30,59 @@
|
||||
<bleedRate>0</bleedRate>
|
||||
<destroyableByDamage>false</destroyableByDamage>
|
||||
</BodyPartDef>
|
||||
|
||||
<BodyPartDef>
|
||||
<defName>WULA_Panzer_Core_Bodypart</defName>
|
||||
<label>核心发动机</label>
|
||||
<hitPoints>150</hitPoints>
|
||||
<permanentInjuryChanceFactor>0</permanentInjuryChanceFactor>
|
||||
<skinCovered>false</skinCovered>
|
||||
<!-- <solid>true</solid> -->
|
||||
<bleedRate>0</bleedRate>
|
||||
<tags>
|
||||
<li>BreathingSource</li>
|
||||
<li>EatingSource</li>
|
||||
<li>Spine</li>
|
||||
<li>Pelvis</li>
|
||||
</tags>
|
||||
</BodyPartDef>
|
||||
<BodyPartDef>
|
||||
<defName>WULA_Outer_Armor_Bodypart</defName>
|
||||
<label>外装甲板</label>
|
||||
<hitPoints>350</hitPoints>
|
||||
<permanentInjuryChanceFactor>0</permanentInjuryChanceFactor>
|
||||
<skinCovered>false</skinCovered>
|
||||
<solid>true</solid>
|
||||
<bleedRate>0</bleedRate>
|
||||
<destroyableByDamage>false</destroyableByDamage>
|
||||
</BodyPartDef>
|
||||
<BodyPartDef>
|
||||
<defName>WULA_Panzer_OutBrust_Bodypart</defName>
|
||||
<label>反推喷气孔</label>
|
||||
<hitPoints>150</hitPoints>
|
||||
<permanentInjuryChanceFactor>0</permanentInjuryChanceFactor>
|
||||
<skinCovered>false</skinCovered>
|
||||
<solid>true</solid>
|
||||
<bleedRate>0</bleedRate>
|
||||
<destroyableByDamage>false</destroyableByDamage>
|
||||
<tags>
|
||||
<li>MovingLimbCore</li>
|
||||
</tags>
|
||||
</BodyPartDef>
|
||||
<BodyPartDef>
|
||||
<defName>WULA_AI_Core_Bodypart</defName>
|
||||
<label>人格核心</label>
|
||||
<hitPoints>50</hitPoints>
|
||||
<permanentInjuryChanceFactor>0</permanentInjuryChanceFactor>
|
||||
<skinCovered>false</skinCovered>
|
||||
<solid>true</solid>
|
||||
<bleedRate>0</bleedRate>
|
||||
<destroyableByDamage>false</destroyableByDamage>
|
||||
<tags>
|
||||
<li>ConsciousnessSource</li>
|
||||
<li>SightSource</li>
|
||||
<li>HearingSource</li>
|
||||
<li>ManipulationLimbCore</li>
|
||||
</tags>
|
||||
</BodyPartDef>
|
||||
</Defs>
|
||||
Reference in New Issue
Block a user