⁨SydeFQ⁩ avatar
SydeFQ

FQStressSystem Config & Translation

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

FQStressSystem.configuration.xml

Raw
<?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>

FQStressSystem.en.translation.xml

Raw
<?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" />
</Translations>