Discordance
이 콘텐츠는 아직 번역되지 않았습니다.
Discordance is a bard skill that debuffs a creature with jarring music. The prose is community-derived (paraphrased from the uorenaissance.com skill list plus ServUO behavior) pending field verification; the stats table and effect formula below are source-verified against ServUO.
What it does
Section titled “What it does”Discordance plays disharmonious music at a target to lower its stats and combat/resistance skills for a time, making a tough foe noticeably easier to fight or tame. It is one of the three bard skills, and arguably the most valuable for PvM because the debuff applies to nearly anything.
How to use it
Section titled “How to use it”Equip an instrument and use Discordance, then target the creature. The attempt rolls against the creature’s difficulty (modified by Musicianship); on success the debuff is applied for a duration. See combat basics.
How to train it
Section titled “How to train it”Train Musicianship first — every Discord attempt rolls against
it, so it just fails until Music is high. An NPC Bard teaches Discordance 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. Then the universal method:
discord the toughest target you still succeed on, repeatedly — barding difficulty scales
with the target.
- Low skill — discord weak creatures with a quality instrument.
- Mid/high skill — discord progressively tougher creatures; harder targets keep you in the gain window. GGS pays out the slow late points as long as you keep using it.
See skill gain and using & training skills.
Mechanics & numbers
Section titled “Mechanics & numbers”| Primary stat | Dexterity |
| Secondary stat | Intelligence |
| Title | Demoralizer |
| Mastery skill | Yes |
| Gain notes | skill-ups can raise Dex +0.25, Int +0.25 (per-use stat gain weights) |
From Scripts/Skills/Discordance.cs: the debuff magnitude is
effect = max(-28, Discordance / -4) — i.e. up to −28% to the target’s stats and skills
at GM (scaling as skill/4). In PvP the effect is halved. Musicianship
above 100 reduces the difficulty (diff -= (music - 100) * 0.5), and there is roughly an
8-second reuse delay reduced by the mastery bonus.
Related skills & synergies
Section titled “Related skills & synergies”- Musicianship — required for every attempt to succeed.
- Provocation + Peacemaking — the full bard trio; see the Bard build on seven-GM templates.
- Animal Taming — discording a tough creature before taming lowers its effective difficulty.
See also
Section titled “See also”Banner icon courtesy of uorenaissance.com.