Revisions for ⁨FQStressSystem Config & Translation⁩

View the changes made to this paste.

unlisted ⁨2⁩ ⁨files⁩ 2023-09-18 19:12:56 UTC

FQStressSystem.en.translation.xml

@@ -2,5 +2,4 @@

 <Translations xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
   <Translation Id="MeditationStarted" Value="You are meditating now" />
   <Translation Id="MeditationStopped" Value="You stopped meditating" />
-  <Translation Id="FeelingStressed" Value="You are starting to feel stressed" />
 </Translations>
\ No newline at end of file

FQStressSystem.en.translation.xml

@@ -0,0 +1,6 @@

+<?xml version="1.0" encoding="utf-8"?>
+<Translations xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <Translation Id="MeditationStarted" Value="You are meditating now" />
+  <Translation Id="MeditationStopped" Value="You stopped meditating" />
+  <Translation Id="FeelingStressed" Value="You are starting to feel stressed" />
+</Translations>
\ No newline at end of file

FQStressSystem.configuration.xml

@@ -0,0 +1,15 @@

+<?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">
+  <effectId>24711</effectId>
+  <stressedEffectLevel>70</stressedEffectLevel>
+  <stressBarEffectId>24710</stressBarEffectId>
+  <meditationEffectId>24712</meditationEffectId>
+  <meditationReduceStressInterval>5</meditationReduceStressInterval>
+  <meditationStressReductionAmount>10</meditationStressReductionAmount>
+  <medicines>
+    <Medicine>
+      <itemId>391</itemId>
+      <stressReduction>10</stressReduction>
+    </Medicine>
+  </medicines>
+</Config>
\ No newline at end of file