바이오텤 업뎃 2

This commit is contained in:
Cocopomel 2023-02-05 14:14:29 +09:00
parent 8c7aa5016f
commit 4c93b428e1
12 changed files with 132 additions and 40 deletions

View File

@ -27,7 +27,7 @@
<uiOrder>3</uiOrder>
<warmupStartSound>CombatCommand_Warmup</warmupStartSound>
<statBases>
<Ability_Duration>84</Ability_Duration>
<Ability_Duration>167</Ability_Duration>
</statBases>
<verbProperties>
<verbClass>Verb_CastAbility</verbClass>
@ -76,7 +76,7 @@
<uiOrder>3</uiOrder>
<warmupStartSound>CombatCommand_Warmup</warmupStartSound>
<statBases>
<Ability_Duration>84</Ability_Duration>
<Ability_Duration>167</Ability_Duration>
</statBases>
<verbProperties>
<verbClass>Verb_CastAbility</verbClass>

View File

@ -88,9 +88,10 @@
</li>
</capMods>
<statOffsets>
<MeleeHitChance>4</MeleeHitChance>
<MeleeDodgeChance>4</MeleeDodgeChance>
<ShootingAccuracyPawn>-4</ShootingAccuracyPawn>
<MeleeHitChance>2</MeleeHitChance>
<MeleeDodgeChance>2</MeleeDodgeChance>
<IncomingDamageFactor>-0.15</IncomingDamageFactor>
<MeleeDamageFactor MayRequire="Ludeon.RimWorld.Biotech">0.10</MeleeDamageFactor>
</statOffsets>
</li>
</stages>
@ -134,9 +135,10 @@
</li>
</capMods>
<statOffsets>
<MeleeHitChance>-3</MeleeHitChance>
<MeleeDodgeChance>-3</MeleeDodgeChance>
<ShootingAccuracyPawn>-4</ShootingAccuracyPawn>
<MeleeHitChance>-4</MeleeHitChance>
<MeleeDodgeChance>-4</MeleeDodgeChance>
<IncomingDamageFactor>-0.25</IncomingDamageFactor>
<MeleeDamageFactor MayRequire="Ludeon.RimWorld.Biotech">-0.20</MeleeDamageFactor>
</statOffsets>
</li>
</stages>

View File

@ -34,6 +34,7 @@
<li>
<statOffsets>
<ShootingAccuracyPawn>2</ShootingAccuracyPawn>
<MeleeDamageFactor MayRequire="Ludeon.RimWorld.Biotech">0.10</MeleeDamageFactor>
</statOffsets>
<statFactors>
<AimingDelayFactor>0.80</AimingDelayFactor>
@ -70,6 +71,7 @@
<li>
<statOffsets>
<ShootingAccuracyPawn>2</ShootingAccuracyPawn>
<MeleeDamageFactor MayRequire="Ludeon.RimWorld.Biotech">0.10</MeleeDamageFactor>
</statOffsets>
<statFactors>
<AimingDelayFactor>0.80</AimingDelayFactor>

View File

@ -111,6 +111,54 @@
<!--전투형 베이스-->
<HediffDef ParentName="PN_Sync_Base" Abstract="True" Name="PN_SyncNormal_Base_C">
<description>This pawn is an automaton.\nAfter production, it was rated normal grade.</description>
<stages>
<li>
<capMods>
<li>
<capacity>Moving</capacity>
<offset>0.05</offset>
</li>
<li>
<capacity>Sight</capacity>
<offset>0.05</offset>
</li>
<li>
<capacity>Manipulation</capacity>
<offset>0.05</offset>
</li>
</capMods>
</li>
</stages>
</HediffDef>
<HediffDef ParentName="PN_Sync_Base" Abstract="True" Name="PN_SyncGood_Base_C">
<description>This pawn is an automaton.\nAfter production, it was rated good grade.</description>
<stages>
<li>
<capMods>
<li>
<capacity>Consciousness</capacity>
<offset>0.05</offset>
</li>
<li>
<capacity>Moving</capacity>
<offset>0.10</offset>
</li>
<li>
<capacity>Sight</capacity>
<offset>0.10</offset>
</li>
<li>
<capacity>Manipulation</capacity>
<offset>0.10</offset>
</li>
</capMods>
</li>
</stages>
</HediffDef>
<HediffDef ParentName="PN_Sync_Base" Abstract="True" Name="PN_SyncExcellent_Base_C">
<description>This pawn is an automaton.\nAfter production, it was rated excellent grade.</description>
<stages>
@ -135,6 +183,7 @@
</capMods>
<statOffsets>
<IncomingDamageFactor>-0.10</IncomingDamageFactor>
<MeleeDamageFactor MayRequire="Ludeon.RimWorld.Biotech">0.10</MeleeDamageFactor>
</statOffsets>
</li>
</stages>
@ -164,6 +213,7 @@
</capMods>
<statOffsets>
<IncomingDamageFactor>-0.20</IncomingDamageFactor>
<MeleeDamageFactor MayRequire="Ludeon.RimWorld.Biotech">0.20</MeleeDamageFactor>
<AimingDelayFactor>-0.10</AimingDelayFactor>
<MentalBreakThreshold>-0.04</MentalBreakThreshold>
</statOffsets>
@ -194,7 +244,8 @@
</li>
</capMods>
<statOffsets>
<IncomingDamageFactor>-0.40</IncomingDamageFactor>
<IncomingDamageFactor>-0.35</IncomingDamageFactor>
<MeleeDamageFactor MayRequire="Ludeon.RimWorld.Biotech">0.35</MeleeDamageFactor>
<AimingDelayFactor>-0.25</AimingDelayFactor>
<MentalBreakThreshold>-0.08</MentalBreakThreshold>
</statOffsets>
@ -315,7 +366,7 @@
</comps>
</HediffDef>
<HediffDef ParentName="PN_SyncNormal_Base">
<HediffDef ParentName="PN_SyncNormal_Base_C">
<defName>PN_SyncNormal_Combat</defName>
<label>Combat model (norm)</label>
</HediffDef>
@ -340,7 +391,7 @@
</comps>
</HediffDef>
<HediffDef ParentName="PN_SyncGood_Base">
<HediffDef ParentName="PN_SyncGood_Base_C">
<defName>PN_SyncGood_Combat</defName>
<label>Combat model (good)</label>
</HediffDef>

View File

@ -61,7 +61,7 @@
</comps>
</HediffDef>
<HediffDef ParentName="PN_SyncNormal_Base">
<HediffDef ParentName="PN_SyncNormal_Base_C">
<defName>PN_SyncNormal_Combat_PA</defName>
<label>Combat model (norm)</label>
</HediffDef>
@ -89,7 +89,7 @@
</comps>
</HediffDef>
<HediffDef ParentName="PN_SyncGood_Base">
<HediffDef ParentName="PN_SyncGood_Base_C">
<defName>PN_SyncGood_Combat_PA</defName>
<label>Combat model (good)</label>
</HediffDef>

View File

@ -65,9 +65,12 @@
<useFactionXenotypes>false</useFactionXenotypes>
<xenotypeSet>
<xenotypeChances>
<Neanderthal MayRequire="Ludeon.RimWorld.Biotech">0.75</Neanderthal>
<Hussar MayRequire="Ludeon.RimWorld.Biotech">0.03</Hussar>
<Genie MayRequire="Ludeon.RimWorld.Biotech">0.03</Genie>
<Pigskin MayRequire="Ludeon.RimWorld.Biotech">0.1</Pigskin>
<Neanderthal MayRequire="Ludeon.RimWorld.Biotech">0.1</Neanderthal>
<Impid MayRequire="Ludeon.RimWorld.Biotech">0.1</Impid>
<Genie MayRequire="Ludeon.RimWorld.Biotech">0.05</Genie>
<Yttakin MayRequire="Ludeon.RimWorld.Biotech">0.1</Yttakin>
<Highmate MayRequire="Ludeon.RimWorld.Biotech">0.05</Highmate>
</xenotypeChances>
</xenotypeSet>
</PawnKindDef>
@ -258,9 +261,9 @@
<useFactionXenotypes>false</useFactionXenotypes>
<xenotypeSet>
<xenotypeChances>
<Neanderthal MayRequire="Ludeon.RimWorld.Biotech">0.05</Neanderthal>
<Hussar MayRequire="Ludeon.RimWorld.Biotech">0.05</Hussar>
<Genie MayRequire="Ludeon.RimWorld.Biotech">0.05</Genie>
<Yttakin MayRequire="Ludeon.RimWorld.Biotech">0.2</Yttakin>
<Highmate MayRequire="Ludeon.RimWorld.Biotech">0.2</Highmate>
<Genie MayRequire="Ludeon.RimWorld.Biotech">0.2</Genie>
</xenotypeChances>
</xenotypeSet>
</PawnKindDef>
@ -375,9 +378,9 @@
<useFactionXenotypes>false</useFactionXenotypes>
<xenotypeSet>
<xenotypeChances>
<Neanderthal MayRequire="Ludeon.RimWorld.Biotech">0.05</Neanderthal>
<Hussar MayRequire="Ludeon.RimWorld.Biotech">0.05</Hussar>
<Genie MayRequire="Ludeon.RimWorld.Biotech">0.05</Genie>
<Yttakin MayRequire="Ludeon.RimWorld.Biotech">0.2</Yttakin>
<Highmate MayRequire="Ludeon.RimWorld.Biotech">0.2</Highmate>
<Genie MayRequire="Ludeon.RimWorld.Biotech">0.2</Genie>
</xenotypeChances>
</xenotypeSet>
</PawnKindDef>
@ -411,9 +414,9 @@
<useFactionXenotypes>false</useFactionXenotypes>
<xenotypeSet>
<xenotypeChances>
<Neanderthal MayRequire="Ludeon.RimWorld.Biotech">0.05</Neanderthal>
<Hussar MayRequire="Ludeon.RimWorld.Biotech">0.05</Hussar>
<Genie MayRequire="Ludeon.RimWorld.Biotech">0.05</Genie>
<Yttakin MayRequire="Ludeon.RimWorld.Biotech">0.2</Yttakin>
<Highmate MayRequire="Ludeon.RimWorld.Biotech">0.2</Highmate>
<Genie MayRequire="Ludeon.RimWorld.Biotech">0.2</Genie>
</xenotypeChances>
</xenotypeSet>
</PawnKindDef>
@ -474,6 +477,12 @@
</techHediffsTags>
<initialWillRange>1~3</initialWillRange>
<initialResistanceRange>15~24</initialResistanceRange>
<xenotypeSet>
<xenotypeChances>
<Neanderthal MayRequire="Ludeon.RimWorld.Biotech">0.25</Neanderthal>
<Impid MayRequire="Ludeon.RimWorld.Biotech">0.25</Impid>
</xenotypeChances>
</xenotypeSet>
</PawnKindDef>
<PawnKindDef ParentName="PN_PanielBasePawnKind">
@ -663,6 +672,7 @@
</disallowedTraits>
<apparelRequired>
<li>Apparel_ShieldBelt</li>
<li>PN_CQCModule</li>
</apparelRequired>
</PawnKindDef>
@ -675,6 +685,9 @@
<apparelTags>
<li>BeltDefensePop</li>
</apparelTags>
<apparelRequired>
<li>PN_RapidFireModule</li>
</apparelRequired>
<weaponMoney>1100~2500</weaponMoney>
<disallowedTraits>
<li>Brawler</li>
@ -690,6 +703,9 @@
<apparelTags>
<li>BeltDefensePop</li>
</apparelTags>
<apparelRequired>
<li>PN_RapidFireModule</li>
</apparelRequired>
<weaponMoney>1100~2500</weaponMoney>
<disallowedTraits>
<li>Brawler</li>
@ -702,6 +718,12 @@
<weaponTags>
<li>PN_Cannon</li>
</weaponTags>
<apparelTags>
<li>BeltDefensePop</li>
</apparelTags>
<apparelRequired>
<li>PN_RapidFireModule</li>
</apparelRequired>
<weaponMoney>1100~2500</weaponMoney>
<disallowedTraits>
<li>Brawler</li>

View File

@ -66,7 +66,7 @@
<li>PN_RepairKit</li>
</thingDefs>
</filter>
<count>2</count>
<count>1</count>
</li>
</ingredients>
</RecipeDef>

View File

@ -46,6 +46,11 @@
<ThingDef ParentName="PN_ApparelBase">
<defName>PN_ApparelBasic</defName>
<label>PnL basic shirt and boots</label>
<recipeMaker>
<recipeUsers>
<li>PN_AutomatonBench</li>
</recipeUsers>
</recipeMaker>
<description>This is a basic paniel costume. It consists of a shirt and boots.</description>
<graphicData>
<texPath>Things/Apparel/PNBasic1</texPath>
@ -109,6 +114,11 @@
<ThingDef ParentName="PN_HatBase">
<defName>PN_ApparelBasicHat</defName>
<label>PnL basic hat</label>
<recipeMaker>
<recipeUsers>
<li>PN_AutomatonBench</li>
</recipeUsers>
</recipeMaker>
<description>This is a basic paniel hat.</description>
<graphicData>
<texPath>Things/Apparel/hats/PNbasichat1</texPath>
@ -174,6 +184,9 @@
<label>PnL cape</label>
<recipeMaker>
<researchPrerequisite>ComplexClothing</researchPrerequisite>
<recipeUsers>
<li>PN_AutomatonBench</li>
</recipeUsers>
</recipeMaker>
<graphicData>
<texPath>Things/Apparel/PNCape1</texPath>

View File

@ -42,7 +42,7 @@
<equippedStatOffsets>
<WorkSpeedGlobal>-0.15</WorkSpeedGlobal>
<MeleeDodgeChance>1</MeleeDodgeChance>
<Flammability>-0.20</Flammability>
<Flammability>-0.60</Flammability>
</equippedStatOffsets>
<apparel>
<bodyPartGroups>

View File

@ -84,7 +84,8 @@
<equippedStatOffsets>
<WorkSpeedGlobal>-0.35</WorkSpeedGlobal>
<MeleeDodgeChance>3</MeleeDodgeChance>
<Flammability>-0.35</Flammability>
<IncomingDamageFactor>-0.1</IncomingDamageFactor>
<Flammability>-0.60</Flammability>
</equippedStatOffsets>
<apparel>
<bodyPartGroups>

View File

@ -277,10 +277,10 @@
<li>PNKit</li>
</thingCategories>
<costList>
<ComponentIndustrial>1</ComponentIndustrial>
<Steel>15</Steel>
<Chemfuel>5</Chemfuel>
<Leather_Automaton>10</Leather_Automaton>
<ComponentIndustrial>2</ComponentIndustrial>
<Steel>30</Steel>
<Chemfuel>10</Chemfuel>
<Leather_Automaton>20</Leather_Automaton>
</costList>
<recipeMaker>
<workSpeedStat>GeneralLaborSpeed</workSpeedStat>

View File

@ -125,7 +125,7 @@
<label>rapid fire module</label>
<description>[CAUTION]\nThis module can only be installed on compatible models.\nAlso, the module system must be stable.\n\n[compatible models list]\n\nCombat model (legd), (mast), (exc)\n\nThis module allows automaton to use rapid fire ability.</description>
<descriptionHyperlinks>
<!--<AbilityDef>PN_RapidFireAbility</AbilityDef>-->
<AbilityDef MayRequire="Ludeon.RimWorld.Ideology">PN_RapidFireAbility</AbilityDef>
<HediffDef>PN_RapidFireModuleHediff</HediffDef>
</descriptionHyperlinks>
<costList>
@ -169,9 +169,9 @@
</li>
</stages>
<comps>
<!--<li Class="HediffCompProperties_GiveAbility">
<li Class="HediffCompProperties_GiveAbility" MayRequire="Ludeon.RimWorld.Ideology">
<abilityDef>PN_RapidFireAbility</abilityDef>
</li>-->
</li>
</comps>
</HediffDef>
@ -181,7 +181,7 @@
<label>CQC module</label>
<description>[CAUTION]\nThis module can only be installed on compatible models.\nAlso, the module system must be stable.\n\n[compatible models list]\n\nCombat model (legd), (mast), (exc)\n\nThis module increases the automaton's close quarters combat stat, and allows automaton to use CQC ability.</description>
<descriptionHyperlinks>
<!--<AbilityDef>PN_CQCAbility</AbilityDef>-->
<AbilityDef MayRequire="Ludeon.RimWorld.Ideology">PN_CQCAbility</AbilityDef>
<HediffDef>PN_CQCModuleHediff</HediffDef>
</descriptionHyperlinks>
<costList>
@ -202,7 +202,7 @@
</tags>
</apparel>
<comps>
<li Class="CompProperties_CauseHediff_Apparel">
<li Class="CompProperties_CauseHediff_Apparel" MayRequire="Ludeon.RimWorld.Ideology">
<hediff>PN_CQCModuleHediff</hediff>
<part>PNTorso</part>
</li>
@ -222,14 +222,15 @@
<MeleeHitChance>3</MeleeHitChance>
<MeleeDodgeChance>3</MeleeDodgeChance>
<ShootingAccuracyPawn>-6</ShootingAccuracyPawn>
<IncomingDamageFactor>-0.15</IncomingDamageFactor>
<IncomingDamageFactor>-0.20</IncomingDamageFactor>
<MeleeDamageFactor MayRequire="Ludeon.RimWorld.Biotech">0.15</MeleeDamageFactor>
</statOffsets>
</li>
</stages>
<comps>
<!--<li Class="HediffCompProperties_GiveAbility">
<li Class="HediffCompProperties_GiveAbility" MayRequire="Ludeon.RimWorld.Ideology">
<abilityDef>PN_CQCAbility</abilityDef>
</li>-->
</li>
</comps>
</HediffDef>