Adding remaining missing Empath triggers
This commit is contained in:
parent
64d77ef10c
commit
fba918858f
1 changed files with 22 additions and 4 deletions
|
@ -995,11 +995,9 @@ end</script>
|
|||
<colorTriggerBgColor>#000000</colorTriggerBgColor>
|
||||
<regexCodeList>
|
||||
<string>Bright tendrils of energy pulsate through the ship and heal the hull to full strength.</string>
|
||||
<string>The ship's hull is already at maximum strength.</string>
|
||||
</regexCodeList>
|
||||
<regexCodePropertyList>
|
||||
<integer>3</integer>
|
||||
<integer>3</integer>
|
||||
</regexCodePropertyList>
|
||||
</Trigger>
|
||||
</TriggerGroup>
|
||||
|
@ -1098,14 +1096,34 @@ end</script>
|
|||
<colorTriggerBgColor>#000000</colorTriggerBgColor>
|
||||
<regexCodeList>
|
||||
<string>^Crackling energy surges to \w+\s(\w+)\s\w+, fully healing it\.$</string>
|
||||
<string>That module is already in full repair.</string>
|
||||
</regexCodeList>
|
||||
<regexCodePropertyList>
|
||||
<integer>1</integer>
|
||||
<integer>3</integer>
|
||||
</regexCodePropertyList>
|
||||
</Trigger>
|
||||
</TriggerGroup>
|
||||
<Trigger isActive="no" isFolder="no" isTempTrigger="no" isMultiline="no" isPerlSlashGOption="no" isColorizerTrigger="no" isFilterTrigger="no" isSoundTrigger="no" isColorTrigger="no" isColorTriggerFg="no" isColorTriggerBg="no">
|
||||
<name>Already Repaired</name>
|
||||
<script></script>
|
||||
<triggerType>0</triggerType>
|
||||
<conditonLineDelta>0</conditonLineDelta>
|
||||
<mStayOpen>0</mStayOpen>
|
||||
<mCommand></mCommand>
|
||||
<packageName></packageName>
|
||||
<mFgColor>#ff0000</mFgColor>
|
||||
<mBgColor>#ffff00</mBgColor>
|
||||
<mSoundFile></mSoundFile>
|
||||
<colorTriggerFgColor>#000000</colorTriggerFgColor>
|
||||
<colorTriggerBgColor>#000000</colorTriggerBgColor>
|
||||
<regexCodeList>
|
||||
<string>That module is already in full repair.</string>
|
||||
<string>The ship's hull is already at maximum strength.</string>
|
||||
</regexCodeList>
|
||||
<regexCodePropertyList>
|
||||
<integer>3</integer>
|
||||
<integer>0</integer>
|
||||
</regexCodePropertyList>
|
||||
</Trigger>
|
||||
</TriggerGroup>
|
||||
<TriggerGroup isActive="yes" isFolder="yes" isTempTrigger="no" isMultiline="no" isPerlSlashGOption="no" isColorizerTrigger="no" isFilterTrigger="no" isSoundTrigger="no" isColorTrigger="no" isColorTriggerFg="no" isColorTriggerBg="no">
|
||||
<name>Slivvens</name>
|
||||
|
|
Loading…
Add table
Reference in a new issue