Meditation
이 콘텐츠는 아직 번역되지 않았습니다.
Meditation speeds mana regeneration. The prose is community-derived (paraphrased from the uorenaissance.com skill list plus ServUO behavior) pending field verification; the stats table and active-check formula below are source-verified against ServUO.
What it does
Section titled “What it does”Meditation refills your mana faster — actively, by entering a meditative trance for a burst of regen, and passively, by raising your background mana regen at all times. It is near-mandatory on any Magery-based caster who wants to keep casting. See meditation & mana.
How to use it
Section titled “How to use it”- Active — use the skill to enter meditation. While meditating, mana regenerates quickly; taking damage or acting breaks it.
- Passive — once trained, it boosts regen automatically, but only while wearing little/no non-medable (metal) armor — the “medable armor” rule. Heavy armor blocks it (“Regenerative forces cannot penetrate your armor!”).
How to train it
Section titled “How to train it”Quick start: an NPC Mage teaches Meditation up to one-third of its own skill, capped at
42.0 (Scripts/Mobiles/Normal/BaseCreature.cs, CheckTeach:
baseToSet = ourSkill.BaseFixedPoint / 3) — buy to ~30–42 first.
The active-meditation skill check fires on each Use (Scripts/Skills/Meditation.cs,
CheckSkill(Meditation, 0.0, 100.0)), so the loop is drain mana, then meditate it back:
- Low/mid skill — cast spells to spend mana, then Use Meditation to recover it, over and over. Meditating with the most empty mana pool gives the best check.
- High skill — keep the spend-then-meditate loop going; GGS guarantees the slow late points as long as you keep meditating.
See skill gain and using & training skills.
Mechanics & numbers
Section titled “Mechanics & numbers”| Primary stat | Intelligence |
| Secondary stat | Strength |
| Title | Stoic |
| Mastery skill | No |
| Gain notes | no stat gain on use (Str +0 / Dex +0 / Int +0) |
From Scripts/Skills/Meditation.cs: the active-meditation success chance is
(50 + (skill − missingMana) × 2) / 100 — so a higher skill (and less mana missing) is more
likely to enter the trance. Metal armor blocks the regen entirely. The skill check runs
CheckSkill(Meditation, 0.0, 100.0).
Related skills & synergies
Section titled “Related skills & synergies”- Magery + Evaluating Intelligence — the caster core; Meditation refunds the mana. See the Pure Mage build on seven-GM templates and the Mage template.
- Focus — stacks with Meditation and keeps regenerating in metal armor.
See also
Section titled “See also”Banner icon courtesy of uorenaissance.com.