Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.01 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Defs>
  3. <!-- ============================ Human ========================== -->
  4. <Verse.ThingDef Name="BaseHumanlikePawn" ParentName="BasePawn" Abstract="True">
  5. <uiIconPath>Things/Pawn/Humanlike/UI/IconHuman</uiIconPath>
  6. <comps>
  7. <li>
  8. <compClass>WHands.HandDrawer</compClass>
  9. </li>
  10. </comps>
  11. <statBases>
  12. <MarketValue>1750</MarketValue>
  13. <MoveSpeed>4.61</MoveSpeed>
  14. <Flammability>1.0</Flammability>
  15. <MeleeWeapon_Penetration>0.1</MeleeWeapon_Penetration>
  16. </statBases>
  17. <race>
  18. <thinkTreeMain>Humanlike</thinkTreeMain>
  19. <thinkTreeConstant>HumanlikeConstant</thinkTreeConstant>
  20. <intelligence>Humanlike</intelligence>
  21. <makesFootprints>true</makesFootprints>
  22. <lifeExpectancy>80</lifeExpectancy>
  23. <leatherColor>(235,235,235)</leatherColor>
  24. <leatherCommonalityFactor>0.01</leatherCommonalityFactor>
  25. <leatherInsulation>1.25</leatherInsulation>
  26. <leatherMarketValueFactor>8</leatherMarketValueFactor>
  27. <nameCategory>HumanStandard</nameCategory>
  28. <baseBodySize>1.0</baseBodySize>
  29. <body>Human</body>
  30. <baseHealthScale>1</baseHealthScale>
  31. <foodType>OmnivoreHuman</foodType>
  32. <gestationPeriodDays>45</gestationPeriodDays>
  33. <litterSizeCurve>
  34. <points>
  35. <li>(0.5, 0)</li>
  36. <li>(1, 1)</li>
  37. <li>(1.01, 0.02)</li>
  38. <li>(3.5, 0)</li>
  39. </points>
  40. </litterSizeCurve>
  41. <lifeStageAges>
  42. <li>
  43. <def>HumanlikeBaby</def>
  44. <minAge>0</minAge>
  45. </li>
  46. <li>
  47. <def>HumanlikeToddler</def>
  48. <minAge>1.2</minAge>
  49. </li>
  50. <li>
  51. <def>HumanlikeChild</def>
  52. <minAge>4</minAge>
  53. </li>
  54. <li>
  55. <def>HumanlikeTeenager</def>
  56. <minAge>11</minAge>
  57. </li>
  58. <li>
  59. <def>HumanlikeAdult</def>
  60. <minAge>14</minAge>
  61. <soundWounded>Pawn_Human_Wounded</soundWounded>
  62. <soundDeath>Pawn_Human_Death</soundDeath>
  63. <soundCall>Pawn_Human_Wounded</soundCall>
  64. <soundAngry>Pawn_Human_Wounded</soundAngry>
  65. </li>
  66. </lifeStageAges>
  67. <soundMeleeHitPawn>Pawn_Melee_Punch_HitPawn</soundMeleeHitPawn>
  68. <soundMeleeHitBuilding>Pawn_Melee_Punch_HitBuilding</soundMeleeHitBuilding>
  69. <soundMeleeMiss>Pawn_Melee_Punch_Miss</soundMeleeMiss>
  70. <specialshadowData>
  71. <volume>(0.3, 0.8, 0.4)</volume>
  72. <offset>(0,0,-0.3)</offset>
  73. </specialshadowData>
  74. <ageGenerationCurve>
  75. <points>
  76. <li>(14,0)</li>
  77. <li>(16,100)</li>
  78. <li>(50,100)</li>
  79. <li>(60,30)</li>
  80. <li>(70,18)</li>
  81. <li>(80,10)</li>
  82. <li>(90,3)</li>
  83. <li>(100,0)</li>
  84. </points>
  85. </ageGenerationCurve>
  86. <hediffGiverSets>
  87. <li>OrganicStandard</li>
  88. </hediffGiverSets>
  89. </race>
  90. <recipes>
  91. <li>ExciseCarcinoma</li>
  92. <!--Lifesupport-->
  93. <li>installlifesupportheart</li>
  94. <li>installlifesupportlung</li>
  95. <li>installlifesupportkidney</li>
  96. <li>installlifesupportliver</li>
  97. <!--Bones-->
  98. <li>InstallArtificialBone_Small</li>
  99. <li>InstallArtificialBone_Medium</li>
  100. <li>InstallArtificialBonePiece_Large</li>
  101. <!--HealScars-->
  102. <li>HealScars</li>
  103. <!--Basic-->
  104. <li>InstallPegLeg</li>
  105. <li>InstallSteelArm</li>
  106. <li>InstallWoodenFoot</li>
  107. <li>InstallHookHand</li>
  108. <li>InstallDenture</li>
  109. <li>InstallEyePatch</li>
  110. <!--Simple-->
  111. <li>InstallGlassEye</li>
  112. <li>InstallSimpleProstheticHand</li>
  113. <li>InstallSimpleProstheticFoot</li>
  114. <li>InstallHydraulicJaw</li>
  115. <li>InstallArtificialNose</li>
  116. <li>InstallSimpleProstheticArm</li>
  117. <li>InstallSimpleProstheticLeg</li>
  118. <li>InstallArtificialPelvis</li>
  119. <!--Bionic-->
  120. <li>InstallBionicEye</li>
  121. <li>InstallBionicHand</li>
  122. <li>InstallBionicFoot</li>
  123. <li>InstallPowerArm</li>
  124. <li>InstallBionicArm</li>
  125. <li>InstallBionicLeg</li>
  126. <li>InstallBionicSpine</li>
  127. <li>InstallBionicJaw</li>
  128. <li>InstallBionicEar</li>
  129. <li>InstallSilentJaw</li>
  130. <li>InstallMedicalRib</li>
  131. <li>InstallAdrenalineRib</li>
  132. <li>InstallBrainStimulator</li>
  133. <!--Synthetic Organs-->
  134. <li>InstallAIChip</li>
  135. <li>InstallSyntheticLung</li>
  136. <li>InstallSyntheticStomach</li>
  137. <li>InstallSyntheticLiver</li>
  138. <li>InstallSyntheticKidney</li>
  139. <li>InstallSyntheticHeart</li>
  140. <!--Natural-->
  141. <li>InstallNaturalHeart</li>
  142. <li>InstallNaturalLung</li>
  143. <li>InstallNaturalKidney</li>
  144. <li>InstallNaturalLiver</li>
  145. <li>InstallNaturalEar</li>
  146. <li>InstallNaturalEye</li>
  147. <li>InstallNaturalNose</li>
  148. <li>InstallNaturalArm</li>
  149. <li>InstallNaturalLeg</li>
  150. <li>InstallNaturalJaw</li>
  151. <li>InstallNaturalStomach</li>
  152. <!--Cybernetics-->
  153. <li>InstallGTHeart</li>
  154. <li>InstallGTLung</li>
  155. <li>InstallGTKidney</li>
  156. <li>InstallGTLiver</li>
  157. <li>InstallGTStomach</li>
  158. <li>InstallGTEar</li>
  159. <li>InstallGTEye</li>
  160. <li>InstallGTArm</li>
  161. <li>InstallGTHand</li>
  162. <li>InstallGTLeg</li>
  163. <li>InstallGTFoot</li>
  164. <li>InstallGTDentures</li>
  165. <li>InstallGTSpine</li>
  166. <li>InstallCyberneticPowerArm</li>
  167. <li>InstallExoskeleton</li>
  168. <!--DE Surgery-->
  169. <li>RepairCosmeticEar</li>
  170. <li>RepairCosmeticNose</li>
  171. <li>RepairFinger</li>
  172. <li>RepairToe</li>
  173. <li>CureChronicBadBack</li>
  174. <li>CureChronicFrail</li>
  175. <li>CureChronicCataract</li>
  176. <li>CureChronicHearingLoss</li>
  177. <li>CureChronicDementia</li>
  178. <li>CureMuscleParasites</li>
  179. <li>CureGutWorms</li>
  180. <li>CureChronicAlzheimers</li>
  181. <li>CureChronicAsthma</li>
  182. <li>CureChronicHeartArteryBlockage</li>
  183. <li>CureInjuryBurn</li>
  184. <li>CureInjuryCrush</li>
  185. <li>CureInjuryCrack</li>
  186. <li>CureInjuryCut</li>
  187. <li>CureInjurySurgicalCut</li>
  188. <li>CureInjuryScratch</li>
  189. <li>CureInjuryBite</li>
  190. <li>CureInjuryStab</li>
  191. <li>CureInjuryGunshot</li>
  192. <li>CureInjuryShredded</li>
  193. <li>CureInjuryBruise</li>
  194. <li>CureInjuryFrostbite</li>
  195. <li>InjectMedicine</li>
  196. <li>Installsenex</li>
  197. <!--Misc-->
  198. <li>InstallJoywire</li>
  199. <li>InstallPainstopper</li>
  200. <li>InstallPowerClaw</li>
  201. <li>InstallScytherBlade</li>
  202. <li>RemoveBodyPart</li>
  203. <li>Euthanize</li>
  204. </recipes>
  205. </Verse.ThingDef>
  206.  
  207. <Verse.ThingDef ParentName="BaseHumanlikePawn">
  208. <defName>Human</defName>
  209. <label>human</label>
  210. <description>A baseline human, mostly unmodified by gene engineering and mostly unchanged by evolutionary pressures on non-Earth planets.</description>
  211. <statBases>
  212. <Mass>70</Mass>
  213. <MoveSpeed>4.61</MoveSpeed>
  214. <ComfyTemperatureMin>12</ComfyTemperatureMin>
  215. <ComfyTemperatureMax>32</ComfyTemperatureMax>
  216. <LeatherAmount>20</LeatherAmount>
  217. <TameAnimalChance>1.2</TameAnimalChance>
  218. <TrainAnimalChance>1.2</TrainAnimalChance>
  219. <SocialImpact>1.1</SocialImpact>
  220. </statBases>
  221. <verbs>
  222. <li Class="CombatExtended.VerbPropertiesCE">
  223. <verbClass>CombatExtended.Verb_MeleeAttackCE</verbClass>
  224. <defaultCooldownTime>1.85</defaultCooldownTime>
  225. <meleeDamageBaseAmount>6</meleeDamageBaseAmount>
  226. <meleeDamageDef>Blunt</meleeDamageDef>
  227. <linkedBodyPartsGroup>LeftHand</linkedBodyPartsGroup>
  228. <meleeArmorPenetration>0.08</meleeArmorPenetration>
  229. </li>
  230. <li Class="CombatExtended.VerbPropertiesCE">
  231. <verbClass>CombatExtended.Verb_MeleeAttackCE</verbClass>
  232. <defaultCooldownTime>1.85</defaultCooldownTime>
  233. <meleeDamageBaseAmount>6</meleeDamageBaseAmount>
  234. <meleeDamageDef>Blunt</meleeDamageDef>
  235. <linkedBodyPartsGroup>RightHand</linkedBodyPartsGroup>
  236. <meleeArmorPenetration>0.08</meleeArmorPenetration>
  237. </li>
  238. <li Class="CombatExtended.VerbPropertiesCE">
  239. <verbClass>CombatExtended.Verb_MeleeAttackCE</verbClass>
  240. <defaultCooldownTime>1.95</defaultCooldownTime>
  241. <meleeDamageBaseAmount>2</meleeDamageBaseAmount>
  242. <meleeDamageDef>Blunt</meleeDamageDef>
  243. <commonality>0.01</commonality>
  244. <linkedBodyPartsGroup>HeadAttackTool</linkedBodyPartsGroup>
  245. <meleeArmorPenetration>0.08</meleeArmorPenetration>
  246. </li>
  247. </verbs>
  248. <race>
  249. <meatLabel>humanoid meat</meatLabel>
  250. <leatherLabel>humanoid skin</leatherLabel>
  251. <leatherColor>(211,194,143)</leatherColor>
  252. <leatherCommonalityFactor>0.01</leatherCommonalityFactor>
  253. <leatherInsulation>0.95</leatherInsulation>
  254. <leatherMarketValueFactor>8</leatherMarketValueFactor>
  255. <leatherStatFactors>
  256. <Beauty>0</Beauty>
  257. <MarketValue>1.3</MarketValue>
  258. <ArmorRating_Blunt>1.15</ArmorRating_Blunt>
  259. <ArmorRating_Sharp>1.1</ArmorRating_Sharp>
  260. <ArmorRating_Electric>1.4</ArmorRating_Electric>
  261. <ArmorRating_Heat>1.2</ArmorRating_Heat>
  262. <Insulation_Cold>1.1</Insulation_Cold>
  263. <Insulation_Heat>0.77</Insulation_Heat>
  264. <ArmorRating_Heat>1.0</ArmorRating_Heat>
  265. <WorkToMake>1</WorkToMake>
  266. <BedRestEffectiveness>1.0</BedRestEffectiveness>
  267. <ImmunityGainSpeedFactor>0.9</ImmunityGainSpeedFactor>
  268. </leatherStatFactors>
  269. </race>
  270. <modExtensions>
  271. <li Class="CombatExtended.RacePropertiesExtensionCE">
  272. <bodyShape>Humanoid</bodyShape>
  273. </li>
  274. </modExtensions>
  275. <comps>
  276. <li>
  277. <compClass>CombatExtended.CompPawnGizmo</compClass>
  278. </li>
  279. <li Class="CombatExtended.CompProperties_Suppressable" />
  280. </comps>
  281. </Verse.ThingDef>
  282.  
  283. <!-- ============================ Nova ========================== -->
  284. <AlienRace.ThingDef_AlienRace ParentName="BaseHumanlikePawn">
  285. <thingClass>Pawn</thingClass>
  286. <defName>Alien_Nova</defName>
  287. <label>nova</label>
  288. <description>Nova are a human-like race from a planet where the temperature is almost always freezing or below. They are well tolerated to cold temperatures because their bodies are unusually warm. They are much quicker than humans.</description>
  289. <alienRace>
  290. <generalSettings>
  291. <MaleGenderProbability>0.5</MaleGenderProbability>
  292. <PawnsSpecificBackstories>true</PawnsSpecificBackstories>
  293. <ForcedRaceTraitEntries>
  294. <li>
  295. <defname>Beauty</defname>
  296. <degree>2</degree>
  297. <chance>10</chance>
  298. </li>
  299. <li>
  300. <defname>Beauty</defname>
  301. <degree>1</degree>
  302. <chance>25</chance>
  303. </li>
  304. <li>
  305. <defname>Gay</defname>
  306. <chance>50</chance>
  307. </li>
  308. <li>
  309. <defname>Nudist</defname>
  310. <chance>10</chance>
  311. </li>
  312. </ForcedRaceTraitEntries>
  313. <alienPartGenerator>
  314. <aliencrowntypes>
  315. <li>Average_Normal</li>
  316. </aliencrowntypes>
  317. <alienbodytypes>
  318. <li>Thin</li>
  319. <li>Male</li>
  320. <li>Female</li>
  321. </alienbodytypes>
  322. <alienskincolorgen Class="ColorGenerator_Options">
  323. <options>
  324. <li>
  325. <weight>5</weight>
  326. <only>RGBA(0.80,0.88,0.98,1)</only>
  327. </li>
  328. <li>
  329. <weight>5</weight>
  330. <only>RGBA(0.81,0.92,0.97,1)</only>
  331. </li>
  332. </options>
  333. </alienskincolorgen>
  334. <alienhaircolorgen Class="ColorGenerator_Options">
  335. <options>
  336. <li>
  337. <weight>5</weight>
  338. <only>RGBA(0.80,0.88,0.98,1)</only>
  339. </li>
  340. <li>
  341. <weight>5</weight>
  342. <only>RGBA(0.81,0.92,0.97,1)</only>
  343. </li>
  344. </options>
  345. </alienhaircolorgen>
  346. <customDrawSize>(0.8, 0.8)</customDrawSize>
  347. <customPortraitDrawSize>(1.0, 1.0)</customPortraitDrawSize>
  348. </alienPartGenerator>
  349. </generalSettings>
  350. <hairSettings>
  351. <HasHair>true</HasHair>
  352. <GetsGreyAt>2100</GetsGreyAt>
  353. </hairSettings>
  354. <thoughtSettings>
  355. <cannotReceiveThoughts>
  356. <li>EnvironmentDark</li>
  357. </cannotReceiveThoughts>
  358. </thoughtSettings>
  359. </alienRace>
  360. <statBases>
  361. <Mass>66</Mass>
  362. <MarketValue>2750</MarketValue>
  363. <MoveSpeed>4.98</MoveSpeed>
  364. <Flammability>2</Flammability>
  365. <PsychicSensitivity>1.10</PsychicSensitivity>
  366. <ToxicSensitivity>0.50</ToxicSensitivity>
  367. <ComfyTemperatureMin>-13</ComfyTemperatureMin>
  368. <ComfyTemperatureMax>23</ComfyTemperatureMax>
  369. <LeatherAmount>20</LeatherAmount>
  370. <ImmunityGainSpeed>1.1</ImmunityGainSpeed>
  371. <EatingSpeed>1.15</EatingSpeed>
  372. <ArmorRating_Electric>1.2</ArmorRating_Electric>
  373. <ArmorRating_Heat>0.8</ArmorRating_Heat>
  374. <GlobalLearningFactor>1.1</GlobalLearningFactor>
  375. </statBases>
  376. <verbs>
  377. <li>
  378. <verbClass>Verb_MeleeAttack</verbClass>
  379. <defaultCooldownTime>1.4</defaultCooldownTime>
  380. <meleeDamageBaseAmount>10</meleeDamageBaseAmount>
  381. <meleeDamageDef>Blunt</meleeDamageDef>
  382. <linkedBodyPartsGroup>LeftHand</linkedBodyPartsGroup>
  383. </li>
  384. <li>
  385. <verbClass>Verb_MeleeAttack</verbClass>
  386. <defaultCooldownTime>1.4</defaultCooldownTime>
  387. <meleeDamageBaseAmount>10</meleeDamageBaseAmount>
  388. <meleeDamageDef>Blunt</meleeDamageDef>
  389. <linkedBodyPartsGroup>RightHand</linkedBodyPartsGroup>
  390. </li>
  391. <li>
  392. <verbClass>Verb_MeleeAttack</verbClass>
  393. <defaultCooldownTime>1.65</defaultCooldownTime>
  394. <meleeDamageBaseAmount>4</meleeDamageBaseAmount>
  395. <meleeDamageDef>Blunt</meleeDamageDef>
  396. <commonality>0.01</commonality>
  397. <linkedBodyPartsGroup>HeadAttackTool</linkedBodyPartsGroup>
  398. </li>
  399. </verbs>
  400. <race>
  401. <useMeatFrom>Human</useMeatFrom>
  402. <useLeatherFrom>Human</useLeatherFrom>
  403. <thinkTreeMain>Humanlike</thinkTreeMain>
  404. <thinkTreeConstant>HumanlikeConstant</thinkTreeConstant>
  405. <intelligence>Humanlike</intelligence>
  406. <makesFootprints>true</makesFootprints>
  407. <lifeExpectancy>120</lifeExpectancy>
  408. <baseBodySize>1</baseBodySize>
  409. <baseHealthScale>1.2</baseHealthScale>
  410. </race>
  411. <comps>
  412. <li>
  413. <compClass>CombatExtended.CompPawnGizmo</compClass>
  414. </li>
  415. <li Class="CombatExtended.CompProperties_Suppressable" />
  416. </comps>
  417. </AlienRace.ThingDef_AlienRace>
  418. <!-- ============================ Norbal ========================== -->
  419. <Verse.ThingDef ParentName="BaseHumanlikePawn">
  420. <defName>Norbal</defName>
  421. <label>norbal</label>
  422. <description>Norbals are baseline, tribal humans that have been hardened by colder climates. They are hairy and strong, but are unable to deal with high temperatures. They lack in technology but make up for it by mastering the basic weapons that they can forge.</description>
  423. <statBases>
  424. <Mass>72</Mass>
  425. <MarketValue>2300</MarketValue>
  426. <MoveSpeed>4.61</MoveSpeed>
  427. <Flammability>1.0</Flammability>
  428. <ComfyTemperatureMin>-5</ComfyTemperatureMin>
  429. <ComfyTemperatureMax>22</ComfyTemperatureMax>
  430. <LeatherAmount>20</LeatherAmount>
  431. <GlobalLearningFactor>0.8</GlobalLearningFactor>
  432. </statBases>
  433. <verbs>
  434. <li Class="CombatExtended.VerbPropertiesCE">
  435. <verbClass>CombatExtended.Verb_MeleeAttackCE</verbClass>
  436. <defaultCooldownTime>1.85</defaultCooldownTime>
  437. <meleeDamageBaseAmount>10</meleeDamageBaseAmount>
  438. <meleeDamageDef>Blunt</meleeDamageDef>
  439. <linkedBodyPartsGroup>LeftHand</linkedBodyPartsGroup>
  440. <meleeArmorPenetration>0.08</meleeArmorPenetration>
  441. </li>
  442. <li Class="CombatExtended.VerbPropertiesCE">
  443. <verbClass>CombatExtended.Verb_MeleeAttackCE</verbClass>
  444. <defaultCooldownTime>1.85</defaultCooldownTime>
  445. <meleeDamageBaseAmount>10</meleeDamageBaseAmount>
  446. <meleeDamageDef>Blunt</meleeDamageDef>
  447. <linkedBodyPartsGroup>RightHand</linkedBodyPartsGroup>
  448. <meleeArmorPenetration>0.08</meleeArmorPenetration>
  449. </li>
  450. <li Class="CombatExtended.VerbPropertiesCE">
  451. <verbClass>CombatExtended.Verb_MeleeAttackCE</verbClass>
  452. <defaultCooldownTime>1.85</defaultCooldownTime>
  453. <meleeDamageBaseAmount>3</meleeDamageBaseAmount>
  454. <meleeDamageDef>Blunt</meleeDamageDef>
  455. <commonality>0.01</commonality>
  456. <linkedBodyPartsGroup>HeadAttackTool</linkedBodyPartsGroup>
  457. <meleeArmorPenetration>0.08</meleeArmorPenetration>
  458. </li>
  459. </verbs>
  460. <race>
  461. <useMeatFrom>Human</useMeatFrom>
  462. <useLeatherFrom>Human</useLeatherFrom>
  463. <lifeExpectancy>70</lifeExpectancy>
  464. <baseBodySize>1.1</baseBodySize>
  465. <baseHealthScale>1.0</baseHealthScale>
  466. <hediffGiverSets>
  467. <li>BerserkPassiveSet</li>
  468. </hediffGiverSets>
  469. </race>
  470. <modExtensions>
  471. <li Class="CombatExtended.RacePropertiesExtensionCE">
  472. <bodyShape>Humanoid</bodyShape>
  473. </li>
  474. </modExtensions>
  475. <comps>
  476. <li>
  477. <compClass>CombatExtended.CompPawnGizmo</compClass>
  478. </li>
  479. <li Class="CombatExtended.CompProperties_Suppressable" />
  480. </comps>
  481. </Verse.ThingDef>
  482.  
  483. <!-- ============================ Orassan ========================== -->
  484. <AlienRace.ThingDef_AlienRace ParentName="BaseHumanlikePawn">
  485. <thingClass>Pawn</thingClass>
  486. <defName>Alien_Orassan</defName>
  487. <label>orassan</label>
  488. <description>A baseline orassan, mostly unmodified by gene engineering and mostly unchanged by evolutionary pressures on non-Orass planets. A humanoid feline race.</description>
  489. <alienRace>
  490. <generalSettings>
  491. <MaleGenderProbability>0.3</MaleGenderProbability>
  492. <PawnsSpecificBackstories>true</PawnsSpecificBackstories>
  493. <ForcedRaceTraitEntries>
  494. <li>
  495. <defname>Beauty</defname>
  496. <degree>2</degree>
  497. <chance>10</chance>
  498. </li>
  499. <li>
  500. <defname>Beauty</defname>
  501. <degree>1</degree>
  502. <chance>25</chance>
  503. </li>
  504. <li>
  505. <defname>Gay</defname>
  506. <chance>50</chance>
  507. </li>
  508. <li>
  509. <defname>Nudist</defname>
  510. <chance>10</chance>
  511. </li>
  512. </ForcedRaceTraitEntries>
  513. <alienPartGenerator>
  514. <aliencrowntypes>
  515. <li>Average_Normal</li>
  516. </aliencrowntypes>
  517. <alienbodytypes>
  518. <li>Hulk</li>
  519. <li>Thin</li>
  520. <li>Male</li>
  521. <li>Female</li>
  522. </alienbodytypes>
  523. <TailBodyPart>Tail</TailBodyPart>
  524. <alienskincolorgen Class="ColorGenerator_Options">
  525. <options>
  526. <li>
  527. <weight>10</weight>
  528. <only>RGBA(1.0,1.0,1.0,1)</only>
  529. </li>
  530. <li>
  531. <weight>10</weight>
  532. <only>RGBA(0.5,0.5,0.5,1)</only>
  533. </li>
  534. <li>
  535. <weight>10</weight>
  536. <only>RGBA(0.3,0.3,0.3,1)</only>
  537. </li>
  538. <li>
  539. <weight>5</weight>
  540. <only>RGBA(0.8,0.5,0.5,1)</only>
  541. </li>
  542. <li>
  543. <weight>5</weight>
  544. <only>RGBA(0.6,0.3,0.0,1)</only>
  545. </li>
  546. </options>
  547. </alienskincolorgen>
  548. <customDrawSize>(0.8, 0.8)</customDrawSize>
  549. <customPortraitDrawSize>(1.0, 1.0)</customPortraitDrawSize>
  550. </alienPartGenerator>
  551. </generalSettings>
  552. <graphicPaths>
  553. <li>
  554. <Head>Things/Pawn/Humanlike/OrassanHeads/</Head>
  555. <Tail>Things/Pawn/Humanlike/Tails/Tail</Tail>
  556. </li>
  557. </graphicPaths>
  558. <hairSettings>
  559. <HasHair>true</HasHair>
  560. <GetsGreyAt>50</GetsGreyAt>
  561. <hairTags>
  562. <li>Orassan</li>
  563. </hairTags>
  564. </hairSettings>
  565. <thoughtSettings>
  566. <cannotReceiveThoughts>
  567. <li>EnvironmentDark</li>
  568. <li>CabinFever</li>
  569. </cannotReceiveThoughts>
  570. </thoughtSettings>
  571. </alienRace>
  572. <statBases>
  573. <Mass>75</Mass>
  574. <MarketValue>2500</MarketValue>
  575. <MoveSpeed>5.2</MoveSpeed>
  576. <Flammability>2.0</Flammability>
  577. <ComfyTemperatureMin>-40</ComfyTemperatureMin>
  578. <ComfyTemperatureMax>26</ComfyTemperatureMax>
  579. <LeatherAmount>20</LeatherAmount>
  580. <MeleeWeapon_Penetration>0.25</MeleeWeapon_Penetration>
  581. <MiningSpeed>0.95</MiningSpeed>
  582. <SocialImpact>1.20</SocialImpact>
  583. </statBases>
  584. <verbs>
  585. <li Class="CombatExtended.VerbPropertiesCE">
  586. <verbClass>CombatExtended.Verb_MeleeAttackCE</verbClass>
  587. <defaultCooldownTime>1.75</defaultCooldownTime>
  588. <meleeDamageBaseAmount>15</meleeDamageBaseAmount>
  589. <meleeDamageDef>Bite</meleeDamageDef>
  590. <linkedBodyPartsGroup>Teeth</linkedBodyPartsGroup>
  591. <surpriseAttack>
  592. <extraMeleeDamages>
  593. <li>
  594. <def>Stun</def>
  595. <amount>20</amount>
  596. </li>
  597. </extraMeleeDamages>
  598. </surpriseAttack>
  599. <meleeArmorPenetration>0.1</meleeArmorPenetration>
  600. </li>
  601. <li Class="CombatExtended.VerbPropertiesCE">
  602. <verbClass>CombatExtended.Verb_MeleeAttackCE</verbClass>
  603. <defaultCooldownTime>1.75</defaultCooldownTime>
  604. <meleeDamageBaseAmount>12</meleeDamageBaseAmount>
  605. <meleeDamageDef>Scratch</meleeDamageDef>
  606. <linkedBodyPartsGroup>LeftHand</linkedBodyPartsGroup>
  607. <meleeArmorPenetration>0.1</meleeArmorPenetration>
  608. </li>
  609. <li Class="CombatExtended.VerbPropertiesCE">
  610. <verbClass>CombatExtended.Verb_MeleeAttackCE</verbClass>
  611. <defaultCooldownTime>1.75</defaultCooldownTime>
  612. <meleeDamageBaseAmount>12</meleeDamageBaseAmount>
  613. <meleeDamageDef>Scratch</meleeDamageDef>
  614. <linkedBodyPartsGroup>RightHand</linkedBodyPartsGroup>
  615. <meleeArmorPenetration>0.1</meleeArmorPenetration>
  616. </li>
  617. <li Class="CombatExtended.VerbPropertiesCE">
  618. <defaultCooldownTime>1.8</defaultCooldownTime>
  619. <meleeDamageBaseAmount>13</meleeDamageBaseAmount>
  620. <meleeDamageDef>Blunt</meleeDamageDef>
  621. <linkedBodyPartsGroup>Tailblunt</linkedBodyPartsGroup>
  622. <surpriseAttack>
  623. <extraMeleeDamages>
  624. <li>
  625. <def>Stun</def>
  626. <amount>35</amount>
  627. </li>
  628. </extraMeleeDamages>
  629. </surpriseAttack>
  630. <meleeArmorPenetration>0.1</meleeArmorPenetration>
  631. </li>
  632. <li Class="CombatExtended.VerbPropertiesCE">
  633. <verbClass>CombatExtended.Verb_MeleeAttackCE</verbClass>
  634. <defaultCooldownTime>1.85</defaultCooldownTime>
  635. <meleeDamageBaseAmount>3</meleeDamageBaseAmount>
  636. <meleeDamageDef>Blunt</meleeDamageDef>
  637. <commonality>0.01</commonality>
  638. <linkedBodyPartsGroup>HeadAttackTool</linkedBodyPartsGroup>
  639. <meleeArmorPenetration>0.1</meleeArmorPenetration>
  640. </li>
  641. </verbs>
  642. <race>
  643. <useMeatFrom>Human</useMeatFrom>
  644. <useLeatherFrom>Human</useLeatherFrom>
  645. <lifeExpectancy>68</lifeExpectancy>
  646. <body>Orassan</body>
  647. <baseBodySize>1.0</baseBodySize>
  648. <baseHealthScale>1.0</baseHealthScale>
  649. <nuzzleMtbHours>4</nuzzleMtbHours>
  650. </race>
  651. <recipes>
  652. <li>InstallClothTail</li>
  653. <li>InstallPlasteelClaws</li>
  654. <li>InstallBionicTail</li>
  655. <li>InstallCyberneticTail</li>
  656. <li>InstallOrassanTail</li>
  657. </recipes>
  658. <modExtensions>
  659. <li Class="CombatExtended.RacePropertiesExtensionCE">
  660. <bodyShape>Humanoid</bodyShape>
  661. </li>
  662. </modExtensions>
  663. <comps>
  664. <li>
  665. <compClass>CombatExtended.CompPawnGizmo</compClass>
  666. </li>
  667. <li Class="CombatExtended.CompProperties_Suppressable" />
  668. </comps>
  669. </AlienRace.ThingDef_AlienRace>
  670. <!-- ============================ Asari ========================== -->
  671. <AlienRace.ThingDef_AlienRace ParentName="BaseHumanlikePawn">
  672. <defName>Alien_Asari</defName>
  673. <label>Asari</label>
  674. <thingClass>SK.Asari</thingClass>
  675. <description>A mono-gender race, the asari are distinctly feminine in appearance and possess maternal instincts. Their unique physiology, expressed in a millennium-long lifespan and the ability to reproduce with a partner of any gender or species, gives them a conservative yet convivial attitude toward other races.</description>
  676. <alienRace>
  677. <generalSettings>
  678. <MaleGenderProbability>0.00001</MaleGenderProbability>
  679. <PawnsSpecificBackstories>true</PawnsSpecificBackstories>
  680. <ForcedRaceTraitEntries>
  681. <li>
  682. <defname>Beauty</defname>
  683. <degree>2</degree>
  684. <chance>20</chance>
  685. </li>
  686. <li>
  687. <defname>Beauty</defname>
  688. <degree>1</degree>
  689. <chance>65</chance>
  690. </li>
  691. <li>
  692. <defname>NaturalMood</defname>
  693. <degree>1</degree>
  694. <chance>20</chance>
  695. </li>
  696. </ForcedRaceTraitEntries>
  697. <alienPartGenerator>
  698. <aliencrowntypes>
  699. <li>Average_Normal</li>
  700. </aliencrowntypes>
  701. <alienbodytypes>
  702. <li>Female</li>
  703. </alienbodytypes>
  704. <alienskincolorgen Class="ColorGenerator_Options">
  705. <options>
  706. <li>
  707. <weight>10</weight>
  708. <only>RGBA(1.0,1.0,1.0,1)</only>
  709. </li>
  710. </options>
  711. </alienskincolorgen>
  712. <customDrawSize>(0.8, 0.8)</customDrawSize>
  713. <customPortraitDrawSize>(1.0, 1.0)</customPortraitDrawSize>
  714. </alienPartGenerator>
  715. </generalSettings>
  716. <graphicPaths>
  717. <li>
  718. <Head>Things/Pawn/Humanlike/AsariHeads/</Head>
  719. <Body>Things/Pawn/Humanlike/AsariBody/</Body>
  720. </li>
  721. </graphicPaths>
  722. <hairSettings>
  723. <HasHair>false</HasHair>
  724. <GetsGreyAt>950</GetsGreyAt>
  725. </hairSettings>
  726. <thoughtSettings>
  727. <cannotReceiveThoughts>
  728. <li>CabinFever</li>
  729. </cannotReceiveThoughts>
  730. </thoughtSettings>
  731. </alienRace>
  732. <statBases>
  733. <Mass>65</Mass>
  734. <PsychicSensitivity>-0.1</PsychicSensitivity>
  735. <ArmorRating_Electric>1</ArmorRating_Electric>
  736. <ArmorRating_Heat>0.5</ArmorRating_Heat>
  737. <ImmunityGainSpeed>1.3</ImmunityGainSpeed>
  738. <GlobalLearningFactor>1.2</GlobalLearningFactor>
  739. <ToxicSensitivity>0.6</ToxicSensitivity>
  740. <MarketValue>7000</MarketValue>
  741. <MoveSpeed>4.8</MoveSpeed>
  742. <Flammability>0.5</Flammability>
  743. <ComfyTemperatureMin>-30</ComfyTemperatureMin>
  744. <ComfyTemperatureMax>40</ComfyTemperatureMax>
  745. <LeatherAmount>0</LeatherAmount>
  746. <MeatAmount>0</MeatAmount>
  747. </statBases>
  748. <verbs>
  749. <li Class="CombatExtended.VerbPropertiesCE">
  750. <verbClass>CombatExtended.Verb_MeleeAttackCE</verbClass>
  751. <defaultCooldownTime>1.85</defaultCooldownTime>
  752. <meleeDamageBaseAmount>10</meleeDamageBaseAmount>
  753. <meleeDamageDef>Blunt</meleeDamageDef>
  754. <linkedBodyPartsGroup>LeftHand</linkedBodyPartsGroup>
  755. <meleeArmorPenetration>0.08</meleeArmorPenetration>
  756. </li>
  757. <li Class="CombatExtended.VerbPropertiesCE">
  758. <verbClass>CombatExtended.Verb_MeleeAttackCE</verbClass>
  759. <defaultCooldownTime>1.85</defaultCooldownTime>
  760. <meleeDamageBaseAmount>10</meleeDamageBaseAmount>
  761. <meleeDamageDef>Blunt</meleeDamageDef>
  762. <linkedBodyPartsGroup>RightHand</linkedBodyPartsGroup>
  763. <meleeArmorPenetration>0.08</meleeArmorPenetration>
  764. </li>
  765. <li Class="CombatExtended.VerbPropertiesCE">
  766. <verbClass>CombatExtended.Verb_MeleeAttackCE</verbClass>
  767. <defaultCooldownTime>1.85</defaultCooldownTime>
  768. <meleeDamageBaseAmount>3</meleeDamageBaseAmount>
  769. <meleeDamageDef>Blunt</meleeDamageDef>
  770. <commonality>0.01</commonality>
  771. <linkedBodyPartsGroup>HeadAttackTool</linkedBodyPartsGroup>
  772. <meleeArmorPenetration>0.08</meleeArmorPenetration>
  773. </li>
  774. </verbs>
  775. <tickerType>Normal</tickerType>
  776. <race>
  777. <useMeatFrom>Human</useMeatFrom>
  778. <useLeatherFrom>Human</useLeatherFrom>
  779. <lifeExpectancy>1200</lifeExpectancy>
  780. <bloodDef>FilthBloodAsari</bloodDef>
  781. <baseHungerRate>0.75</baseHungerRate>
  782. <leatherCommonalityFactor>0.01</leatherCommonalityFactor>
  783. <baseBodySize>1</baseBodySize>
  784. <baseHealthScale>1</baseHealthScale>
  785. <ageGenerationCurve>
  786. <points>
  787. <li>(50,0)</li>
  788. <li>(80,100)</li>
  789. <li>(250,100)</li>
  790. <li>(500,30)</li>
  791. <li>(700,18)</li>
  792. <li>(950,10)</li>
  793. <li>(1200,3)</li>
  794. <li>(1300,0)</li>
  795. </points>
  796. </ageGenerationCurve>
  797. </race>
  798. <modExtensions>
  799. <li Class="CombatExtended.RacePropertiesExtensionCE">
  800. <bodyShape>Humanoid</bodyShape>
  801. </li>
  802. </modExtensions>
  803. <comps>
  804. <li>
  805. <compClass>CombatExtended.CompPawnGizmo</compClass>
  806. </li>
  807. <li Class="CombatExtended.CompProperties_Suppressable" />
  808. </comps>
  809. </AlienRace.ThingDef_AlienRace>
  810. </Defs>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement