From f2d0d59f8c878101fd729b8b6b724bc9ed4c4602 Mon Sep 17 00:00:00 2001 From: SaltyKarl <84060664+SaltyKarl@users.noreply.github.com> Date: Thu, 27 Jun 2024 10:26:46 +0800 Subject: [PATCH] Update Manipulator patch --- .../Matter Manipulator/MatterManipulator.xml | 133 +++++++++++++++++- 1 file changed, 132 insertions(+), 1 deletion(-) diff --git a/ModPatches/Matter Manipulator/Patches/Matter Manipulator/MatterManipulator.xml b/ModPatches/Matter Manipulator/Patches/Matter Manipulator/MatterManipulator.xml index 5db6b22f09..eb6e53739d 100644 --- a/ModPatches/Matter Manipulator/Patches/Matter Manipulator/MatterManipulator.xml +++ b/ModPatches/Matter Manipulator/Patches/Matter Manipulator/MatterManipulator.xml @@ -2,7 +2,8 @@ Defs/ThingDef[defName="Matter_Manipulator_Archotech" or - defName="Matter_Manipulator_Standard" or + defName="Matter_Manipulator_Standard"or + defName="Matter_Manipulator_Ultra" or defName="Matter_Manipulator_Prototype"]/tools @@ -30,4 +31,134 @@ + + + Matter_Manipulator_Archotech + + 2 + 2.15 + 1.00 + 0.15 + 1.5 + 0.36 + + + CombatExtended.Verb_ShootCE + True + Bullet_PlasmaCellRifle + 3 + 5 + 0.5 + 15 + VFE_PlasmaShot_Cutter + GunTail_Light + 9 + + + 65 + 4 + Ammo_PlasmaCellRifle + + + AimedShot + + + + + Matter_Manipulator_Ultra + + 2 + 2.15 + 1.00 + 0.15 + 1.00 + 0.36 + + + CombatExtended.Verb_ShootCE + True + Bullet_PlasmaCellPistol + 3 + 5 + 0.5 + 15 + VFE_PlasmaShot_Cutter + GunTail_Light + 9 + + + 45 + 4 + AmmoSet_PlasmaCellPistol + + + AimedShot + + + + + Matter_Manipulator_Standard + + 2 + 2.15 + 1.00 + 0.15 + 1.00 + 0.36 + + + CombatExtended.Verb_ShootCE + True + Bullet_PlasmaCellPistol + 3 + 5 + 0.5 + 15 + VFE_PlasmaShot_Cutter + GunTail_Light + 9 + + + 30 + 4 + AmmoSet_PlasmaCellPistol + + + AimedShot + + + + + Matter_Manipulator_Prototype + + 2 + 2.15 + 1.00 + 0.15 + 1.00 + 0.36 + + + CombatExtended.Verb_ShootCE + True + Bullet_PlasmaCellPistol + 3 + 5 + 0.5 + 15 + VFE_PlasmaShot_Cutter + GunTail_Light + 9 + + + 15 + 4 + AmmoSet_PlasmaCellPistol + + + AimedShot + + + + \ No newline at end of file