From 34be076e8a1b8d8d1d4227408c61b365201d4101 Mon Sep 17 00:00:00 2001 From: Cocopomel <79386233+Cocopomel@users.noreply.github.com> Date: Thu, 11 Mar 2021 04:14:22 +0900 Subject: [PATCH] add PN_PsychicAmplifier --- 1.2/Defs/ThingDef/ThingDef_Item.xml | 56 +++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) diff --git a/1.2/Defs/ThingDef/ThingDef_Item.xml b/1.2/Defs/ThingDef/ThingDef_Item.xml index d71226b..e8389bc 100644 --- a/1.2/Defs/ThingDef/ThingDef_Item.xml +++ b/1.2/Defs/ThingDef/ThingDef_Item.xml @@ -157,4 +157,60 @@
  • Paniel_Race
  • + + + + PN_PsychicAmplifier + + A consumable archotech-created device that forms or upgrades a psylink in the user's mind.\n\nThe user presses the device over the eyes, where it links to the brain directly and restructures part of it. Afterwards, the device disintegrates into worthless ash. + + PsychicAmplifier + + ThingWithComps + Item + Archotech + true + 14 + true + Item + Never + true + Middle + +
  • BodyPartsArchotech
  • +
    + + 100 + -4 + 1 + 2600 + 0 + + + Things/Item/Special/PsylinkNeuroformer + Graphic_Single + + +
  • PsylinkNeuroformer
  • +
    + +
  • + CompUsableImplant + UseItem + Use neuroformer to form psylink +
  • +
  • + PsychicAmplifier + PNBrain + true +
  • +
  • + PsyAmpInstalled +
  • +
  • + CompUseEffect_DestroySelf +
  • +
  • + + \ No newline at end of file