Meditate (Ability)

From SWGANH Wiki
Revision as of 03:50, 13 September 2009 by Ready (Talk | contribs) (Formula(s))

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Ability - Meditate

SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.

Description

/meditate: This Teras Kasi art allows the user to enter a trance-like state. In this state, the user can stop bleeding as well as slow poison and disease. Additionally, rumors suggest that extremely proficient meditation artists can slowly heal their own wounds.

Command: /meditate
CommandQueue Entry: meditate (124629F2)

Related Tags

25% This document has been partially completed.

Ability This document relates to Player Abilities.

Teras Kasi This document is related to the Teras Kasi Profession.

Ability Breakdown & Details

When you issue the /meditate command, it initiates a 'You sit down' system message then takes a meditation pose as the player changes posture. Meditation counts as a sitting/prone posture and carries with it any bonuses or penalties that apply with that posture type. This command cannot be used while in motion or swimming/combat. The meditation state will break if the player is attacked or moves. While in a meditative state, players are able to cure bleeding, cure poison, cure disease, cure wounds as well as initiate the power boost ability. The amount of the dots that is cured from the player depends on the meditation skill modifier of the player. The meditation levels at which each feature becomes possible are as follows:


  • Teräs Käsi Novice: cure bleeding
  • Intermediate Meditative Techniques: cure poison
  • Advanced Meditative Techniques: cure disease
  • Master Meditative Techniques:= cure wounds


Meditation heals dots at an interval of 5 seconds. The meditation skill modifiers factor in reducing the tick value for each dot. Dots are healed in a particular order (currently unknown but I propose that it targets bleeds, poisons and diseases in that order) and as the meditation state is maintained, the negative state is healed and then the next state is brought up afterward. Wounds are healed in a specific order: Action, Health and Mind and this includes secondary stats as well. The amount of wounds healed per cycle is also dependent on the meditation skill modifier.Only one type of wound may be healed at each cycle.


When you meditate you will see something like the following (exact wording may be off):

Your disease severity has decreased. Your disease severity has decreased. Your disease severity has decreased. Your disease has subsided. [meditation] Your action wounds heal by [31] points. [meditation] Your action wounds heal by [23] points [meditation] Your action wounds heal by [15] points.


Ability Flow

System Messages

ID Path Filename Trigger Message Notes Examples
med_begin /string/en/ teraskasi.stf You begin to meditate. Example
med_end /string/en/ teraskasi.stf You stop meditating. Example
med_fail /string/en/ teraskasi.stf You cannot meditate in your current condition. Example
prose_curewound /string/en/ teraskasi.stf [meditation] Your %TO wounds heal by %DI points. Example
stop_diseased /string/en/ dot_message.stf internal_command_string Your disease has subsided. Example


decrease_diseased /string/en/ dot_message.stf internal_command_string Your disease severity has decreased. Example



stop_poisoned /string/en/ dot_message.stf internal_command_string Your poison has subsided. Example


decrease_poisoned /string/en/ dot_message.stf internal_command_string Your poison severity has decreased. Example
stop_bleeding /string/en/ dot_message.stf internal_command_string Your bleeding has stopped. Example


decrease_bleeding /string/en/ dot_message.stf internal_command_string Your bleeding has decreased. Example

SUI Prompt

Combat Chat Spam

Fly Text

Formula(s)

Dot Severity Healing

Based on the limited information at hand, it seems that meditate at master tk can heal poisons/diseases/bleeds at a rate of 100 units of severity (dot strength) per tick every 5 seconds. Information suggests that meditation skill level affects the size of the healing amount done per level.


A recommendation at the amount for dot strength healing per tick is that it should be scaled at a 1:1 ratio with meditation skill, meaning 1 point of dot strength, per tick, is healed for every 1 point of meditation skill the player acquires. This will allow for some scaling to occur as the player advances their character. For example a novice tk with +15 meditation skill, when hit with a 100 point bleed will begin healing the bleed off at 15 points per tick.

The formula would be:


Amount Healed = 100 x ( meditation modifier / 100 )



Wound Healing


Wound amounts healed seem to be based on the meditation modifier. The min and max wound range seems to be affected by this but no real data exists. TKM seems to have less variance in the frequency of larger size heals of the wounds than at meditation 4 however. I propose the following:


Wound Range for each level would be:

Master Meditative Techniques: 10-20 Teras Kasi Master: 20-35

Source References

Source Source in Context
Source 1 Source 1
Source 2 [Source 2]
Source 3 [Source 3]
Source 4 [Source 4]
Source 5 [Source 5]
Source 6 Source 6
Source 7 Source 7

Ability HAM Costs

Modifier Value
Health Cost 0
Action Cost 0
Mind Cost 0
Force Cost 0

Ability Multipliers

Modifier Value
Health cost 0
Action cost 0
Mind cost 0
Force cost 0
Damage 0
Delay Time 0