Empath Self Heal (script)

From Elanthipedia
Jump to navigation Jump to search

Self Healing Script

Works (most of the time) with visible wounds. This script bears great resemblance to the one that was on DR-Secrets for a while. I could no longer find it, so I decided to make my own. Some of the structure is similar from what I remember of the old script. If anyone happens to have the script saved, please overwrite what is here, as its a much better script.

Reqs: Need somewhere of the high 20's to cast most of the spells with the amount of mana being used.

Side note: If you add, "put sleep" in the very beginning of the mana section, the script should keep your mind asleep most of the time. A work in progress to say the least. Not done:

  • Scar healing
  • Dealing with bleeding
  • "Useless" to "Harmful" wounds, int/ext

These may or may not get finished. If you do finish these on your own, please edit and add them so other may benefit.

counter set 0
pause

wounds_0:
counter add 1
pause
wounds0:
pause
match useless_ext_skin open and bleeding sores all over the skin
match useless_ext_right_hand ugly stump for right hand
match useless_ext_left_hand ugly stump for left hand
match useless_ext_right_arm ugly stump for rigth arm
match useless_ext_left_arm ugly stump for left arm
match useless_ext_right_leg ugly stump for right leg
match useless_ext_left_leg ugly stump for left leg
match useless_ext_back completely destroyed back with nearly all flesh and bone torn away revealing gaping hole 
match useless_ext_abdomen completely destroyed abdomen with nearly all flesh and bone torn away revealing gaping hole
match useless_ext_chest completely destroyed chest with nearly all flesh and bone torn away revealing gaping hole
match useless_ext_neck completely useless neck with nearly all flesh and bone torn away
match useless_ext_right_eye pulpy cavity for right eye 
match useless_ext_left_eye pulpy cavity for left eye 
match useless_ext_head pulpy stump for head
match useless_int_skin complete paralysis of the entire body
match useless_int_right_hand severely swollen and shattered limb which appears completely useless right hand
match useless_int_left_hand severely swollen and shattered limb which appears completely useless left hand
match useless_int_right_arm severely swollen and shattered limb which appears completely useless right arm
match useless_int_left_arm severely swollen and shattered limb which appears completely useless left arm
match useless_int_right_leg severely swollen and shattered limb which appears completely useless right leg
match useless_int_left_leg severely swollen and shattered limb which appears completely useless left leg
match useless_int_back severely swollen back with shattered spinal cord
match useless_int_abdomen severely bloated and discolored abdomen which appears oddly rearranged
match useless_int_chest severely swollen chest area with shattered rib cage
match useless_int_neck severely swollen and shattered neck which appears useless to hold up the head
match useless_int_right_eye severely swollen, bruised and blind right eye
match useless_int_left_eye severely swollen, bruised and blind left eye
match useless_int_head grotesquely bloated head with bleeding from the eyes and ears
match wounds_1 Encumbrance:
put health
put en
matchwait

wounds_1:
counter add 1
wounds1:
pause
match dev_ext_head crushed skull with horrendous wounds 
match dev_ext_neck shattered neck with gaping wounds 
match dev_ext_chest shattered chest area with gaping wounds 
match dev_ext_abdomen abdomen deeply gouged with gaping wounds
match dev_ext_back shattered back with gaping wounds
match dev_ext_right_arm shattered right arm with gaping wounds
match dev_ext_left_arm shattered left arm with gaping wounds
match dev_ext_right_hand shattered right hand with gaping wounds
match dev_ext_left_hand shattered left hand with gaping wounds
match dev_ext_right_leg shattered right leg with gaping wounds
match dev_ext_left_leg shattered left leg with gaping wounds
match dev_ext_right_eye bruised, swollen and shattered right eye
match dev_ext_left_eye bruised, swollen and shattered left eye
match dev_ext_skin boils and sores around the skin
match dev_int_head ghastly bloated head with bleeding from the ears
match dev_int_neck severely swollen and deeply bruised neck with bones protruding out from the skin
match dev_int_chest severely swollen and deeply bruised chest area with ribs protruding out from the skin
match dev_int_abdomen severely bloated and discolored abdomen with strange round lumps under the skin
match dev_int_back severely swollen and deeply bruised back with ribs or vertebrae protruding out from the skin
match dev_int_right_arm severely swollen and deeply bruised right arm with bones protruding out from the skin
match dev_int_left_arm severely swollen and deeply bruised left arm with bones protruding out from the skin
match dev_int_right_hand severely swollen and deeply bruised right hand with bones protruding out from the skin
match dev_int_left_hand severely swollen and deeply bruised left hand with bones protruding out from the skin
match dev_int_right_leg severely swollen and deeply bruised right leg with bones protruding out from the skin
match dev_int_left_leg severely swollen and deeply bruised left leg with bones protruding out from the skin
match dev_int_right_eye severely swollen, bruised and blind right eye
match dev_int_left_eye severely swollen, bruised and blind left eye
match dev_int_skin severe paralysis of the entire body
match wounds_2 Encumbrance:
put health
put en
matchwait

wounds_2:
counter add 1
wounds2:
pause
match sev_ext_head cracked skull with deep slashes
match sev_ext_neck gaping holes in the neck
match sev_ext_chest gaping holes in the chest area
match sev_ext_abdomen gaping holes in the abdomen 
match sev_ext_back gaping holes in the back
match sev_ext_right_arm broken right arm with gaping holes
match sev_ext_left_arm broken left arm with gaping holes
match sev_ext_right_hand broken right hand with gaping holes
match sev_ext_left_hand broken left hand with gaping holes
match sev_ext_right_leg broken right leg with gaping holes
match sev_ext_left_leg broken left leg with gaping holes
match sev_ext_right_eye bruised, swollen and slashed right eye
match sev_ext_left_eye bruised, swollen and slashed left eye
match sev_ext_skin painful, enflamed body rash
match sev_int_head major swelling and bruising around the head
match sev_int_neck severely swollen and deeply bruised neck with odd protrusions under the skin 
match sev_int_chest severely swollen and deeply bruised chest area with odd protrusions under the skin 
match sev_int_abdomen severely bloated and discolored abdomen with strange round lumps under the skin
match sev_int_back everely swollen and deeply bruised back with odd protrusions under the skin
match sev_int_right_arm severely swollen and deeply bruised right arm with bones protruding out from the skin
match sev_int_left_arm severely swollen and deeply bruised left arm with bones protruding out from the skin
match sev_int_right_hand severely swollen and deeply bruised right hand with bones protruding out from the skin
match sev_int_left_hand severely swollen and deeply bruised left hand with bones protruding out from the skin
match sev_int_right_leg severely swollen and deeply bruised right leg with bones protruding out from the skin
match sev_int_left_leg severely swollen and deeply bruised left leg with bones protruding out from the skin
match sev_int_right_eye severely swollen, bruised and cloudy right eye 
match sev_int_left_eye severely swollen, bruised and cloudy left eye 
match sev_int_skin partial paralysis of the entire body
match wounds_3 Encumbrance:
put health
put en
matchwait

wounds_3:
counter add 1
wounds3:
pause
match dama_ext_head some deep slashes and cuts about the head
match dama_ext_neck deep slashes across the neck
match dama_ext_chest deep slashes across the chest area 
match dama_ext_abdomen deep slashes across the abdomen
match dama_ext_back deep slashes across the back
match dama_ext_right_arm deep slashes across the right arm
match dama_ext_left_arm deep slashes across the left arm
match dama_ext_right_hand deep slashes across the right hand
match dama_ext_left_hand deep slashes across the left hand
match dama_ext_right_leg deep slashes across the right leg
match dama_ext_left_leg deep slashes across the left leg
match dama_ext_right_eye bruised, swollen and bleeding right eye
match dama_ext_left_eye bruised, swollen and bleeding left eye
match dama_ext_skin body rash
match dama_int_head badly bruised and swollen head
match dama_int_neck severely swollen and deeply bruised neck
match dama_int_chest severely swollen and bruised chest area
match dama_int_abdomen severely swollen and bruised abdomen
match dama_int_back severely swollen and bruised back
match dama_int_right_arm severely swollen and deeply bruised right arm
match dama_int_left_arm severely swollen and deeply bruised left arm
match dama_int_right_hand severely swollen and deeply bruised right hand
match dama_int_left_hand severely swollen and deeply bruised left hand
match dama_int_right_leg severely swollen and deeply bruised right leg
match dama_int_left_leg severely swollen and deeply bruised left leg
match dama_int_right_eye severely swollen, bruised and crossed right eye
match dama_int_left_eye severely swollen, bruised and crossed left eye
match dama_int_skin difficulty controlling actions
match wounds_4 Encumbrance:
put health
put en
matchwait

wounds_4:
counter add 1
wounds4:
pause
match harm_ext_head some moderately deep cuts about the head
match harm_ext_neck deep cuts across the neck
match harm_ext_chest deep cuts across the chest area
match harm_ext_abdomen deep cuts across the abdomen
match harm_ext_back deep cuts across the back 
match harm_ext_right_arm deep cuts across the right arm
match harm_ext_left_arm deep cuts across the left arm
match harm_ext_right_hand deep cuts across the right hand
match harm_ext_left_hand deep cuts across the left hand
match harm_ext_right_leg deep cuts across the right leg
match harm_ext_left_leg deep cuts across the left leg
match harm_ext_right_eye bruised and swollen right eye
match harm_ext_left_eye bruised and swollen left eye
match harm_ext_skin large skin rash
match harm_int_head deeply bruised head
match harm_int_neck severely swollen and deeply bruised neck
match harm_int_chest severely swollen and bruised chest area 
match harm_int_abdomen severely swollen and bruised abdomen
match harm_int_back severely swollen and bruised back 
match harm_int_right_arm severely swollen and deeply bruised right arm
match harm_int_left_arm severely swollen and deeply bruised left arm
match harm_int_right_hand severely swollen and deeply bruised right hand
match harm_int_left_hand severely swollen and deeply bruised left hand
match harm_int_right_leg severely swollen and deeply bruised right leg
match harm_int_left_leg severely swollen and deeply bruised left leg
match harm_int_right_eye severely swollen and bruised right eye
match harm_int_left_eye severely swollen and bruised left eye
match harm_int_skin some severe twitching
match wounds_5 Encumbrance:
put health
put en
matchwait

wounds_5:
counter add 1
wounds5:
pause
match minor_ext_head cuts and bruises about the head
match minor_ext_neck cuts and bruises about the neck
match minor_ext_chest cuts and bruises about the chest area
match minor_ext_abdomen cuts and bruises about the abdomen
match minor_ext_back cuts and bruises about the back 
match minor_ext_right_arm cuts and bruises about the right arm
match minor_ext_left_arm cuts and bruises about the left arm
match minor_ext_right_hand cuts and bruises about the right hand
match minor_ext_left_hand cuts and bruises about the left hand
match minor_ext_right_leg cuts and bruises about the right leg
match minor_ext_left_leg cuts and bruises about the left leg
match minor_ext_right_eye black and blue right eye
match minor_ext_left_eye black and blue left eye
match minor_ext_skin small skin rash
match minor_int_head bruised head
match minor_int_neck minor swelling and bruising around the neck
match minor_int_chest minor swelling and bruising in the chest
match minor_int_abdomen minor swelling and bruising in the abdomen
match minor_int_back minor swelling and bruising in the back
match minor_int_right_arm minor swelling and bruising around the right arm
match minor_int_left_arm minor swelling and bruising around the left arm
match minor_int_right_hand minor swelling and bruising around the right hand
match minor_int_left_hand minor swelling and bruising around the left hand
match minor_int_right_leg minor swelling and bruising around the right leg
match minor_int_left_leg minor swelling and bruising around the left leg
match minor_int_right_eye some minor swelling and bruising around the right eye
match minor_int_left_eye some minor swelling and bruising around the left eye
match minor_int_skin some minor twitching
match wounds_6 Encumbrance:
put health
put en
matchwait

wounds_6:
counter add 1
wounds6:
pause
match negligible_ext_head some tiny scratches to the head
match negligible_ext_neck some tiny scratches to the neck
match negligible_ext_chest some tiny scratches to the chest
match negligible_ext_abdomen some tiny scratches to the abdomen
match negligible_ext_back some tiny scratches to the back
match negligible_ext_right_arm some tiny scratches to the right arm
match negligible_ext_left_arm some tiny scratches to the left arm
match negligible_ext_right_hand some tiny scratches to the right hand
match negligible_ext_left_hand some tiny scratches to the left hand
match negligible_ext_right_leg some tiny scratches to the right leg
match negligible_ext_left_leg some tiny scratches to the left leg
match negligible_ext_right_eye some tiny scratches to the right eye
match negligible_ext_left_eye some tiny scratches to the left eye
match negligible_int_head slightly tender head
match negligible_int_neck slightly tender neck
match negligible_int_chest slightly tender chest
match negligible_int_abdomen slightly tender abdomen
match negligible_int_back slightly tender back
match negligible_int_right_arm slightly tender right arm
match negligible_int_left_arm slightly tender left arm
match negligible_int_right_hand slightly tender right hand
match negligible_int_left_hand slightly tender left hand
match negligible_int_right_leg slightly tender right leg
match negligible_int_left_leg slightly tender left leg
match negligible_int_right_eye slightly tender right eye
match negligible_int_left_eye slightly tender left eye
match wounds_7 Encumbrance:
put health
put en
matchwait

wounds_7:
counter add 1
wounds7:
pause
match insignificant_ext_head some minor abrasions to the head
match insignificant_ext_neck some minor abrasions to the neck
match insignificant_ext_chest abrasions to the chest
match insignificant_ext_abdomen some minor abrasions to the abdomen
match insignificant_ext_back some minor abrasions to the back
match insignificant_ext_right_arm some minor abrasions to the right arm
match insignificant_ext_left_arm some minor abrasions to the left arm
match insignificant_ext_right_hand some minor abrasions to the right hand
match insignificant_ext_left_hand some minor abrasions to the left hand
match insignificant_ext_right_leg some minor abrasions to the right leg
match insignificant_ext_left_leg some minor abrasions to the left leg
match insignificant_ext_right_eye some minor abrasions to the right eye
match insignificant_ext_left_eye some minor abrasions to the left eye
match insignificant_ext_skin some minor abrasions to the skin
match wounds_8 Encumbrance:
put health
put en
matchwait

wounds_8:
echo !!!SCARS NOT YET IMPLEMENTED!!!
quit

put health
wait
put en
matchwait

wounds_9:
put health
wait
put en
matchwait

wounds_10:
put health
wait
put en
matchwait

wounds_11:
put health
wait
put en
matchwait

wounds_12:
put health
wait
put en
matchwait

wounds_13:
put health
wait
put en
matchwait

wounds_14:
put health
wait
put en
matchwait

useless_ext_head:
pause
put prep ewh 1
waitfor You feel fully prepared
put harn 7
waitfor roundtime
put cast

useless_ext_neck:


useless_ext_chest:


useless_ext_abdomen:


useless_ext_back:


useless_ext_right_arm:


useless_ext_left_arm:


useless_ext_right_hand:


useless_ext_left_hand:


useless_ext_right_leg:


useless_ext_left_leg:


useless_ext_right_eye:


useless_ext_left_eye:


useless_ext_skin:


useless_int_head:


useless_int_neck:


useless_int_chest:


useless_int_abdomen:


useless_int_back:


useless_int_right_arm:


useless_int_left_arm:


useless_int_right_hand:


useless_int_left_hand:


useless_int_right_leg:


useless_int_left_leg:


useless_int_right_eye:


useless_int_left_eye:


useless_int_skin:

dev_ext_head:


dev_ext_neck: 


dev_ext_chest: 


dev_ext_abdomen: 


dev_ext_back:


dev_ext_right_arm:


dev_ext_left_arm:


dev_ext_right_hand:


dev_ext_left_hand:


dev_ext_right_leg:


dev_ext_left_leg:


dev_ext_right_eye: 


dev_ext_left_eye: 


dev_ext_skin:


dev_int_head: 


dev_int_neck: 


dev_int_chest: 


dev_int_abdomen: 


dev_int_back: 


dev_int_right_arm: 


dev_int_left_arm: 


dev_int_right_hand: 


dev_int_left_hand: 


dev_int_right_leg: 


dev_int_left_leg: 


dev_int_right_eye: 


dev_int_left_eye: 


dev_int_skin:


sev_ext_head: 


sev_ext_neck: 


sev_ext_chest: 


sev_ext_abdomen: 


sev_ext_back: 


sev_ext_right_arm: 


sev_ext_left_arm: 


sev_ext_right_hand: 


sev_ext_left_hand: 


sev_ext_right_leg: 


sev_ext_left_leg: 


sev_ext_right_eye: 


sev_ext_left_eye: 


sev_ext_skin:


sev_int_head: 


sev_int_neck: 


sev_int_chest: 


sev_int_abdomen: 


sev_int_back: 


sev_int_right_arm: 


sev_int_left_arm: 


sev_int_right_hand: 


sev_int_left_hand: 


sev_int_right_leg: 


sev_int_left_leg: 


sev_int_right_eye: 


sev_int_left_eye: 


sev_int_skin:


dama_ext_head:


dama_ext_neck:


dama_ext_chest:


dama_ext_abdomen:


dama_ext_back:


dama_ext_right_arm:


dama_ext_left_arm:


dama_ext_right_hand:


dama_ext_left_hand:


dama_ext_right_leg:


dama_ext_left_leg:


dama_ext_right_eye:


dama_ext_left_eye:


dama_ext_skin:


dama_int_head:


dama_int_neck:


dama_int_chest:


dama_int_abdomen:


dama_int_back:


dama_int_right_arm:


dama_int_left_arm:


dama_int_right_hand:


dama_int_left_hand:


dama_int_right_leg:


dama_int_left_leg:


dama_int_right_eye:


dama_int_left_eye:


dama_int_skin:


harm_ext_head:


harm_ext_neck:


harm_ext_chest:


harm_ext_abdomen:


harm_ext_back:


harm_ext_right_arm:


harm_ext_left_arm:


harm_ext_right_hand:


harm_ext_left_hand:


harm_ext_right_leg:


harm_ext_left_leg:


harm_ext_right_eye:


harm_ext_left_eye:


harm_ext_skin:

goto wounds_%c


harm_int_head:
put prep iwh 14
waitfor You feel fully prepared
put cast head
wait
goto mana

harm_int_neck:
put prep iwh 14
waitfor You feel fully prepared
put cast neck
wait
goto mana

harm_int_chest:
put prep iwh 14
waitfor You feel fully prepared
put cast chest
wait
goto mana

harm_int_abdomen:
put prep iwh 14
waitfor You feel fully prepared
put cast abdomen
wait
goto mana

harm_int_back:
put prep iwh 14
waitfor You feel fully prepared
put cast back
wait
goto mana

harm_int_right_arm:
put prep iwh 14
waitfor You feel fully prepared
put cast right arm
wait
goto mana

harm_int_left_arm:
put prep iwh 14
waitfor You feel fully prepared
put cast left arm
wait
goto mana

harm_int_right_hand:
put prep iwh 14
waitfor You feel fully prepared
put cast right hand
wait
goto mana

harm_int_left_hand:
put prep iwh 14
waitfor You feel fully prepared
put cast left hand
wait
goto mana

harm_int_right_leg:
put prep iwh 14
waitfor You feel fully prepared
put cast right leg
wait
goto mana

harm_int_left_leg:
put prep iwh 14
waitfor You feel fully prepared
put cast left leg
wait
goto mana

harm_int_right_eye:
put prep iwh 14
waitfor You feel fully prepared
put cast right eye
wait
goto mana

harm_int_left_eye:
put prep iwh 14
waitfor You feel fully prepared
put cast left eye
wait
goto mana

harm_int_skin:
counter subtract 1
put prep iwh 14
waitfor You feel fully prepared
put cast nerv
wait
goto mana

negligible_int_head:
minor_int_head:
counter subtract 1
put prep iwh 11
waitfor You feel fully prepared
put cast head
wait
goto mana

negligible_int_neck:
minor_int_neck:
counter subtract 1
put prep iwh 11
waitfor You feel fully prepared
put cast neck
wait
goto mana

negligible_int_chest:
minor_int_chest:
counter subtract 1
put prep iwh 11
waitfor You feel fully prepared
put cast chest
wait
goto mana

minor_int_abdomen:
negligible_int_abdomen:
counter subtract 1
put prep iwh 11
waitfor You feel fully prepared
put cast abdomen
wait
goto mana

minor_int_back:
negligible_int_back:
counter subtract 1
put prep iwh 11
waitfor You feel fully prepared
put cast back
wait
goto mana

minor_int_right_arm:
negligible_int_right_arm:
counter subtract 1
put prep iwh 11
waitfor You feel fully prepared
put cast right arm
wait
goto mana

minor_int_left_arm:
negligible_int_left_arm:
counter subtract 1
put prep iwh 11
waitfor You feel fully prepared
put cast left arm
wait
goto mana

minor_int_right_hand:
negligible_int_right_hand:
counter subtract 1
put prep iwh 11
waitfor You feel fully prepared
put cast right hand
wait
goto mana

minor_int_left_hand:
negligible_int_left_hand:
counter subtract 1
put prep iwh 11
waitfor You feel fully prepared
put cast left hand
wait
goto mana

minor_int_right_leg:
negligible_int_right_leg:
counter subtract 1
put prep iwh 11
waitfor You feel fully prepared
put cast right leg
wait
goto mana

minor_int_left_leg:
negligible_int_left_leg:
counter subtract 1
put prep iwh 11
waitfor You feel fully prepared
put cast left leg
wait
goto mana

minor_int_right_eye:
negligible_int_right_eye:
counter subtract 1
put prep iwh 11
waitfor You feel fully prepared
put cast right eye
wait
goto mana

minor_int_left_eye:
negligible_int_left_eye:
counter subtract 1
put prep iwh 11
waitfor You feel fully prepared
put cast left eye
wait
goto mana

minor_int_skin:
negligible_int_skin:
counter subtract 1
put prep iwh 13
waitfor You feel fully prepared
put cast nerv
wait
goto mana


minor_ext_head:
negligible_ext_head:
insignificant_ext_head:
counter subtract 1
put prep ewh 3
waitfor You feel fully prepared
put cast head
wait
goto mana

minor_ext_neck:
negligible_ext_neck:
insignificant_ext_neck:
counter subtract 1
put prep ewh 3
waitfor You feel fully prepared
put cast neck
wait
goto mana

minor_ext_chest:
negligible_ext_chest:
insignificant_ext_chest:
counter subtract 1
put prep ewh 3
waitfor You feel fully prepared
put cast chest
wait
goto mana

minor_ext_abdomen:
negligible_ext_abdomen:
insignificant_ext_abdomen:
counter subtract 1
put prep ewh 3
waitfor You feel fully prepared
put cast abdomen
wait
goto mana

minor_ext_back:
negligible_ext_back:
insignificant_ext_back:
counter subtract 1
put prep ewh 3
waitfor You feel fully prepared
put cast back
wait
goto mana

minor_ext_right_arm:
negligible_ext_right_arm:
insignificant_ext_right_arm:
counter subtract 1
put prep ewh 3
waitfor You feel fully prepared
put cast right arm
wait
goto mana

minor_ext_left_arm:
negligible_ext_left_arm:
insignificant_ext_left_arm:
counter subtract 1
put prep ewh 3
waitfor You feel fully prepared
put cast left arm
wait
goto mana

minor_ext_right_hand:
negligible_ext_right_hand:
insignificant_ext_right_hand:
counter subtract 1
put prep ewh 3
waitfor You feel fully prepared
put cast right hand
wait
goto mana

minor_ext_left_hand:
negligible_ext_left_hand:
insignificant_ext_left_hand:
counter subtract 1
put prep ewh 3
waitfor You feel fully prepared
put cast left hand
wait
goto mana

minor_ext_right_leg:
negligible_ext_right_leg:
insignificant_ext_right_leg:
counter subtract 1
put prep ewh 3
waitfor You feel fully prepared
put cast right leg
wait
goto mana

minor_ext_left_leg:
negligible_ext_left_leg:
insignificant_ext_left_leg:
counter subtract 1
put prep ewh 3
waitfor You feel fully prepared
put cast left leg
wait
goto mana

minor_ext_right_eye:
negligible_ext_right_eye:
insignificant_ext_right_eye:
counter subtract 1
put prep ewh 3
waitfor You feel fully prepared
put cast right eye
wait
goto mana

minor_ext_left_eye:
negligible_ext_left_eye:
insignificant_ext_left_eye:
counter subtract 1
put prep ewh 3
waitfor You feel fully prepared
put cast left eye
wait
goto mana

minor_ext_skin:
negligible_ext_skin:
insignificant_ext_skin:
counter subtract 1
put prep ewh 5
waitfor You feel fully prepared
put cast skin
wait
goto mana

mana:
pause
match mana_pause You have very nearly no effective attunement to the mana flowing through this area.
match mana_pause You have a pathetically low strength attunement to the mana flowing through this area.
match mana_pause You have an extremely low attunement to the mana flowing through this area.
match mana_pause You have a very low attunement to the mana flowing through this area.
match mana_pause You have a low attunement to the mana flowing through this area.
match mana_pause You have a rather low attunement to the mana flowing through this area.
match mana_pause You have a somewhat low attunement to the mana flowing through this area.
match mana_pause You have somewhat less than a quarter strength attunement to the mana flowing through this area.
match mana_pause You have close to a quarter strength attunement to the mana flowing through this area.
match mana_pause You have a bit more than a quarter strength attunement to the mana flowing through this area.
match mana_pause You have just under a third of your normal attunement to the mana flowing through this area.
match mana_pause You have roughly a third of your normal attunement to the mana flowing through this area.
match mana_pause You have a bit above a third of your normal attunement to the mana flowing through this area.
match mana_pause You have rather more than a third of your normal attunement to the mana flowing through this area.
match mana_pause You have between half and one third of your normal attunement to the mana flowing through this area.
match mana_pause You have considerably less than half your normal attunement to the mana flowing through this area.
match mana_pause You have somewhat less than half your normal attunement to the mana flowing through this area.
match mana_pause You have a small bit less than half your normal attunement to the mana flowing through this area.
match mana_pause You have around half your normal attunement to the mana flowing through this area.
match mana_pause You have slightly more than half your normal attunement to the mana flowing through this area.
match wounds%c MANA HELP
put mana
matchwait

mana_pause:
pause 60
goto mana