anomaly only

This commit is contained in:
ProjectKoi-Kalo\Kalo 2024-08-26 22:28:56 +08:00
parent 06a5419b09
commit 1dc565a3bb
3 changed files with 16 additions and 2 deletions

View File

@ -16,7 +16,7 @@
<li>
<defName>Asexual</defName>
</li>
<li>
<li MayRequire="Ludeon.RimWorld.Anomaly">
<defName>PerfectMemory</defName>
</li>
</forcedTraitsChance>

View File

@ -33,7 +33,7 @@
<li>
<defName>Asexual</defName>
</li>
<li>
<li MayRequire="Ludeon.RimWorld.Anomaly">
<defName>PerfectMemory</defName>
</li>
</forcedRaceTraitEntries>

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<TraitDef>
<defName>PN_PerfectMemory</defName>
<commonality>0</commonality>
<degreeDatas>
<li>
<label>auto memories</label>
<description>{PAWN_nameDef} is automata, automata auto memory system logging all things she saw. {PAWN_possessive} skills will never decay.</description>
</li>
</degreeDatas>
</TraitDef>
</Defs>