Revisions for ⁨Medical Config FQ⁩

View the changes made to this paste.

unlisted ⁨1⁩ ⁨file⁩ 2024-10-28 11:42:38 UTC

config.xml

@@ -0,0 +1,44 @@

+<?xml version="1.0" encoding="utf-8"?>
+<Config xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <doctorEffect>37537</doctorEffect>
+  <downEffect>37536</downEffect>
+  <downSignId>15480</downSignId>
+  <helpNotificationEffect>37538</helpNotificationEffect>
+  <scalpelId>15141</scalpelId>
+  <defibrillatorId>9800</defibrillatorId>
+  <downInterval>20</downInterval>
+  <minDownHealth>20</minDownHealth>
+  <afterReviveHealth>50</afterReviveHealth>
+  <afterDefibrillatorReviveHealth>75</afterDefibrillatorReviveHealth>
+  <minOnlineDoctorCount>2</minOnlineDoctorCount>
+  <doctorReviveInterval>15</doctorReviveInterval>
+  <playerReviveInterval>30</playerReviveInterval>
+  <defibrillatorReviveInterval>10</defibrillatorReviveInterval>
+  <showSuicideBtnAtSeconds>10</showSuicideBtnAtSeconds>
+  <doctorReviveRewardAmount>100</doctorReviveRewardAmount>
+  <playerReviveRewardAmount>1</playerReviveRewardAmount>
+  <rewardOnRevive>true</rewardOnRevive>
+  <canKillWounded>false</canKillWounded>
+  <patientReviveDistance>5</patientReviveDistance>
+  <deploySignOnDown>true</deploySignOnDown>
+  <enableBleedingWhenDown>false</enableBleedingWhenDown>
+  <enableBreakBonesWhenDown>false</enableBreakBonesWhenDown>
+  <dragDistance>5</dragDistance>
+  <doctorPermission>fqmedical.doctor</doctorPermission>
+  <defibrillatorPermission>fqmedical.defibrillator</defibrillatorPermission>
+  <medicalIcon>https://i.imgur.com/5Q9Z3Xo.png</medicalIcon>
+  <discordWebhookActive>true</discordWebhookActive>
+  <discordWebhookUrl>yourhookurl</discordWebhookUrl>
+  <discordEmbedIcon>https://steamuserimages-a.akamaihd.net/ugc/2332370043897509260/81095FE7A15C8D990757B6962852D85A9D6B480B/?imw=5000&amp;imh=5000&amp;ima=fit&amp;impolicy=Letterbox&amp;imcolor=%23000000&amp;letterbox=false</discordEmbedIcon>
+  <headshotInstaKillEnabled>false</headshotInstaKillEnabled>
+  <disableVehicleDamage>true</disableVehicleDamage>
+  <disablePunchDamage>true</disablePunchDamage>
+  <organBody Name="Body" Id="15140" Chance="0" />
+  <body>
+    <Brain Name="Brain" Id="15144" Chance="15" />
+    <Eyes Name="Eye" Id="15135" Chance="25" />
+    <Heart Name="Heart" Id="15139" Chance="30" />
+    <Liver Name="Liver" Id="15143" Chance="30" />
+  </body>
+  <useUconomy>false</useUconomy>
+</Config>
\ No newline at end of file