暂存修
This commit is contained in:
@@ -4,11 +4,24 @@
|
||||
<ThingDef ParentName="ImplantBase">
|
||||
<defName>Wula_BackstoryRegeneratorImplant</defName>
|
||||
<label>backstory regenerator</label>
|
||||
<thingClass>ThingWithComps</thingClass>
|
||||
<description>A one-use implant that restructures a person's memories and experiences, effectively giving them a new backstory. The process is unstable and the implant is consumed on use.</description>
|
||||
<statBases>
|
||||
<MarketValue>1500</MarketValue>
|
||||
<Mass>0.1</Mass>
|
||||
</statBases>
|
||||
<comps>
|
||||
<li Class="CompProperties_Usable">
|
||||
<compClass>CompUsableImplant</compClass>
|
||||
<useJob>UseItem</useJob>
|
||||
<useLabel>使用 {0_label}</useLabel>
|
||||
</li>
|
||||
<li Class="CompProperties_UseEffectInstallImplant">
|
||||
<hediffDef>Wula_RegenerateBackstory</hediffDef>
|
||||
<bodyPart>Brain</bodyPart>
|
||||
</li>
|
||||
<li Class="CompProperties_UseEffectDestroySelf" />
|
||||
</comps>
|
||||
</ThingDef>
|
||||
|
||||
<HediffDef ParentName="ImplantHediffBase">
|
||||
|
||||
Reference in New Issue
Block a user