暂存
This commit is contained in:
@@ -16,12 +16,12 @@
|
||||
|
||||
<HeadTypeDef ParentName="ARA_MaleHeadtypeBase">
|
||||
<defName>ARA_QUEEN_Male_AverageNormalA</defName>
|
||||
<graphicPath>Pawns/General/Invisible/Inv</graphicPath>
|
||||
<graphicPath>Textures/Pawns/General/Invisible/Inv</graphicPath>
|
||||
</HeadTypeDef>
|
||||
|
||||
<HeadTypeDef ParentName="ARA_FemaleHeadtypeBase">
|
||||
<defName>ARA_QUEEN_Female_AverageNormalA</defName>
|
||||
<graphicPath>Pawns/General/Invisible/Inv</graphicPath>
|
||||
<graphicPath>Textures/Pawns/General/Invisible/Inv</graphicPath>
|
||||
</HeadTypeDef>
|
||||
|
||||
|
||||
|
||||
@@ -40,18 +40,6 @@
|
||||
</requiredWorkTags>
|
||||
<startingHediffs>
|
||||
</startingHediffs>
|
||||
<lifeStages>
|
||||
<li>
|
||||
<bodyGraphicData>
|
||||
<texPath>Things/Pawn/Insect/HiveQueen/HiveQueen</texPath>
|
||||
<drawSize>4</drawSize>
|
||||
</bodyGraphicData>
|
||||
<dessicatedBodyGraphicData>
|
||||
<texPath>Things/Pawn/Insect/HiveQueen/Dessicated_HiveQueen</texPath>
|
||||
<drawSize>4</drawSize>
|
||||
</dessicatedBodyGraphicData>
|
||||
</li>
|
||||
</lifeStages>
|
||||
</PawnKindDef>
|
||||
|
||||
<PawnKindDef Name="ArachnaeQueen_Colonist" ParentName="ArachnaeQueenBasePawnKind">
|
||||
@@ -63,7 +51,7 @@
|
||||
<li>
|
||||
<categories>
|
||||
<li>ArachnaeQueen_spawnCategoriesA</li>
|
||||
<li>ArachnaeQueen_spawnCategoriesB</li>
|
||||
<li>ArachnaeQueen_spawnCategoriesB</li>
|
||||
</categories>
|
||||
</li>
|
||||
</backstoryFiltersOverride>
|
||||
|
||||
@@ -1,110 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Defs>
|
||||
|
||||
|
||||
<ThingDef ParentName="BaseInsect">
|
||||
<defName>ARA_HiveQueen</defName>
|
||||
<label>hive queen</label>
|
||||
<description>The birth mother of an insect megahive. Under suitable conditions, several distinct insect hives will merge together and produce a hive queen. The queen quickly grows in size, becoming trapped in her own burrow.</description>
|
||||
<statBases>
|
||||
<MoveSpeed>3.4</MoveSpeed>
|
||||
<ComfyTemperatureMin>-40</ComfyTemperatureMin>
|
||||
<MarketValue>2000</MarketValue>
|
||||
<LeatherAmount>0</LeatherAmount>
|
||||
<ArmorRating_Blunt>0.27</ArmorRating_Blunt>
|
||||
<ArmorRating_Sharp>0.22</ArmorRating_Sharp>
|
||||
<FilthRate>28</FilthRate>
|
||||
<Wildness>0.99</Wildness>
|
||||
</statBases>
|
||||
<tools>
|
||||
<li>
|
||||
<label>head claw</label>
|
||||
<capacities>
|
||||
<li>Cut</li>
|
||||
</capacities>
|
||||
<power>30</power>
|
||||
<cooldownTime>2.6</cooldownTime>
|
||||
<linkedBodyPartsGroup>HeadClaw</linkedBodyPartsGroup>
|
||||
</li>
|
||||
<li>
|
||||
<label>head</label>
|
||||
<capacities>
|
||||
<li>Blunt</li>
|
||||
</capacities>
|
||||
<power>14</power>
|
||||
<cooldownTime>2</cooldownTime>
|
||||
<linkedBodyPartsGroup>HeadAttackTool</linkedBodyPartsGroup>
|
||||
<ensureLinkedBodyPartsGroupAlwaysUsable>true</ensureLinkedBodyPartsGroupAlwaysUsable>
|
||||
<chanceFactor>0.2</chanceFactor>
|
||||
</li>
|
||||
</tools>
|
||||
<race>
|
||||
<body>BeetleLikeWithClaw</body>
|
||||
<forceGender>Female</forceGender>
|
||||
<baseBodySize>4.5</baseBodySize>
|
||||
<baseHealthScale>9.8</baseHealthScale>
|
||||
<useMeatFrom>Megaspider</useMeatFrom>
|
||||
<needsRest>false</needsRest>
|
||||
<lifeExpectancy>75</lifeExpectancy>
|
||||
<trainability>Advanced</trainability>
|
||||
<manhunterOnDamageChance>1</manhunterOnDamageChance>
|
||||
<manhunterOnTameFailChance>1</manhunterOnTameFailChance>
|
||||
<lifeStageAges>
|
||||
<li>
|
||||
<def>EusocialInsectAdult</def>
|
||||
<soundWounded>Pawn_HiveQueen_Wounded</soundWounded>
|
||||
<soundDeath>Pawn_HiveQueen_Death</soundDeath>
|
||||
<soundCall>Pawn_HiveQueen_Call</soundCall>
|
||||
<soundAngry>Pawn_HiveQueen_Angry</soundAngry>
|
||||
</li>
|
||||
</lifeStageAges>
|
||||
<soundMeleeHitPawn>Pawn_Melee_BigBash_HitPawn</soundMeleeHitPawn>
|
||||
<soundMeleeHitBuilding>Pawn_Melee_BigBash_HitBuilding</soundMeleeHitBuilding>
|
||||
<soundMeleeMiss>Pawn_Melee_BigBash_Miss</soundMeleeMiss>
|
||||
</race>
|
||||
<comps>
|
||||
<li Class="CompProperties_SpreadSludge">
|
||||
<mtbTicks>15000</mtbTicks>
|
||||
<abilityDef>ARA_EggSpew</abilityDef>
|
||||
</li>
|
||||
<li Class="CompProperties_LetterOnRevealed">
|
||||
<label>Hive queen</label>
|
||||
<text>You've discovered the center of the nest. It's guarded by a massive insect queen!</text>
|
||||
<letterDef>ThreatBig</letterDef>
|
||||
</li>
|
||||
</comps>
|
||||
<tradeTags>
|
||||
<li>AnimalInsect</li>
|
||||
</tradeTags>
|
||||
<butcherProducts>
|
||||
<InsectJelly>150</InsectJelly>
|
||||
</butcherProducts>
|
||||
</ThingDef>
|
||||
|
||||
<PawnKindDef ParentName="InsectKindBase">
|
||||
<defName>ARA_HiveQueen</defName>
|
||||
<label>hive queen</label>
|
||||
<race>HiveQueen</race>
|
||||
<combatPower>500</combatPower>
|
||||
<ecoSystemWeight>0.15</ecoSystemWeight>
|
||||
<appearsRandomlyInCombatGroups>false</appearsRandomlyInCombatGroups>
|
||||
<canBeScattered>false</canBeScattered>
|
||||
<isBoss>true</isBoss>
|
||||
<abilities>
|
||||
<li>ARA_EggSpew</li>
|
||||
</abilities>
|
||||
<lifeStages>
|
||||
<li>
|
||||
<bodyGraphicData>
|
||||
<texPath>Things/Pawn/Insect/HiveQueen/HiveQueen</texPath>
|
||||
<drawSize>4</drawSize>
|
||||
</bodyGraphicData>
|
||||
<dessicatedBodyGraphicData>
|
||||
<texPath>Things/Pawn/Insect/HiveQueen/Dessicated_HiveQueen</texPath>
|
||||
<drawSize>4</drawSize>
|
||||
</dessicatedBodyGraphicData>
|
||||
</li>
|
||||
</lifeStages>
|
||||
</PawnKindDef>
|
||||
|
||||
</Defs>
|
||||
@@ -197,7 +197,7 @@
|
||||
</forcedRaceTraitEntries>
|
||||
|
||||
<alienPartGenerator>
|
||||
<borderScale>1</borderScale> <!-- 그림이 표시되는 범위 크기 -->
|
||||
<borderScale>4</borderScale> <!-- 그림이 표시되는 범위 크기 -->
|
||||
<atlasScale>4</atlasScale> <!-- 화질 -->
|
||||
<headTypes> <!--머리-->
|
||||
<li>ARA_QUEEN_Female_AverageNormalA</li>
|
||||
@@ -282,13 +282,12 @@
|
||||
<skinColor>(1,1,1,1)</skinColor>
|
||||
<skinShader>Cutout</skinShader>
|
||||
<head>
|
||||
<path>Pawns/General/Invisible/Inv</path>
|
||||
<path>Textures/Pawns/General/Invisible/Inv</path>
|
||||
<extendedGraphics>
|
||||
</extendedGraphics>
|
||||
</head>
|
||||
<body>
|
||||
<path>Things/Pawn/Insect/HiveQueen/HiveQueen</path>
|
||||
|
||||
<extendedGraphics>
|
||||
</extendedGraphics>
|
||||
</body>
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 117 B |
Binary file not shown.
|
Before Width: | Height: | Size: 117 B |
Binary file not shown.
|
Before Width: | Height: | Size: 117 B |
Reference in New Issue
Block a user