콘텐츠로 이동

Meditation

이 콘텐츠는 아직 번역되지 않았습니다.

Meditation skill banner

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.

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.

  • 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!”).

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.

Primary statIntelligence
Secondary statStrength
TitleStoic
Mastery skillNo
Gain notesno 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).

Banner icon courtesy of uorenaissance.com.