Skip to content

Commit

Permalink
Charm dispersal ๐Ÿ”•: Remove the Charms school, skill, and Skalds
Browse files Browse the repository at this point in the history
With the remaining charms spells moved out of the school, there isn't
anything for the skill to be useful for. In designing the forthcoming
charm-effect-items it became clear that for the most part they will not
scale with skill; for those that do, we already have a
magic-item-interaction skill: Evocations. In addition to removing the
skill, the school is removed (it was still used for monster spells to
tag them as buffs, but all true buffs are also flagged with selfench)
from spschool type and miscasts. (Some of the miscast flavour lines are
preserved in Hexes miscasts.) This also means removing the Book of
Battle (now mostly empty) and Charm randbooks.

Removing Charms as a school of magic leaves the Skald start without its
core identity: using Charms magic to enhance melee. From a fundamental
design perspective, there are already several backgrounds that much
better embody the use-magic-to-melee better: Warper (positioning),
Transmuter (forms), Enchanter (debuffs), Hedge Wizard (magic grab bag).
Without a separate magic school for their identity, Skalds don't have
much in the way of a background concept. It is possible that the
resulting charm items might make for an interesting adventurer starting
kit of some kind, but that is probably better done by adding them to a
chance in a wanderer start.
  • Loading branch information
ebering committed Jul 15, 2020
1 parent 2afbd45 commit 0d1730e
Show file tree
Hide file tree
Showing 104 changed files with 91 additions and 375 deletions.
2 changes: 0 additions & 2 deletions crawl-ref/source/book-type.h
Expand Up @@ -20,8 +20,6 @@ enum book_type
BOOK_FEN,
#if TAG_MAJOR_VERSION == 34
BOOK_WAR_CHANTS = BOOK_FEN,
#else
BOOK_BATTLE,
#endif
BOOK_CLOUDS,
BOOK_NECROMANCY,
Expand Down
4 changes: 0 additions & 4 deletions crawl-ref/source/dat/database/monspeak.txt
Expand Up @@ -1201,10 +1201,6 @@ Hexes player ghost

@The_monster@ says @to_foe@, "When I snap my fingers, you will think you are a chicken."
%%%%
Charms player ghost

@The_monster@ says, "If you think I look tough now, just wait!"
%%%%
Summonings player ghost

@The_monster@ says, "It's dangerous to adventure alone."
Expand Down
25 changes: 0 additions & 25 deletions crawl-ref/source/dat/database/randbook.txt
Expand Up @@ -424,31 +424,6 @@ Blows and Bruises
w:1
Damage Dealing
%%%%
Charms

Enhancements

Talismans

Good Luck

Protection

w:3
Self-Knowledge

w:3
Self-Improvement

Aid

Augmentations

w:1
Benedictions

Boosts
%%%%
Fire

Fire
Expand Down
4 changes: 0 additions & 4 deletions crawl-ref/source/dat/database/shout.txt
Expand Up @@ -257,10 +257,6 @@ Air Elementalist player ghost
%%%%
Earth Elementalist player ghost

@player ghost@
%%%%
Skald player ghost

@player ghost@
%%%%
Venom Mage player ghost
Expand Down
1 change: 0 additions & 1 deletion crawl-ref/source/dat/des/altar/overflow.des
Expand Up @@ -3134,7 +3134,6 @@ ITEM: randbook owner:Kikubaaqudgha disc:necromancy spells:pain \
numspells:1
# You already got a direct damage spell by looting the other gods' altars.
ITEM: randbook owner:Sif_Muna disc:hexes numspells:1 slevels:1 / \
randbook owner:Sif_Muna disc:charms numspells:1 slevels:1 / \
randbook owner:Sif_Muna disc:transmutation numspells:1 slevels:1 / \
randbook owner:Sif_Muna disc:summoning numspells:1 slevels:1 / \
randbook owner:Sif_Muna disc:translocation numspells:1 slevels:1
Expand Down
6 changes: 3 additions & 3 deletions crawl-ref/source/dat/des/builder/alphashops.des
Expand Up @@ -64,8 +64,8 @@
"manual of axes", "manual of armour", "wand of acid",
"acid dragon scales" }

elseif s == "B" then i = { "bardiche", "barding", "battleaxe", "bolt",
"book of battle", "book of burglary", "box of beasts",
elseif s == "B" then i = { "bardiche", "battleaxe", "bolt",
"book of burglary", "box of beasts",
"broad axe", "pair of boots", "potion of berserk rage",
"potion of brilliance",
"scroll of blinking", "scroll of brand weapon",
Expand All @@ -75,7 +75,7 @@
"club", "book of changes", "book of conjurations",
"chain mail", "cloak", "crystal plate armour", "potion of cancellation",
"book of clouds", "staff of cold", "staff of conjuration",
"manual of crossbows", "manual of conjurations", "manual of charms",
"manual of crossbows", "manual of conjurations",
"potion of curing", "wand of clouds" }

elseif s == "D" then i = { "book of death", "book of debilitation",
Expand Down
1 change: 0 additions & 1 deletion crawl-ref/source/dat/des/portals/gauntlet.des
Expand Up @@ -1062,7 +1062,6 @@ dgn.delayed_decay_extra(_G, "H", "merfolk skeleton",
"trident good_item / demon trident / glaive good_item / bardiche" ..
", leather armour good_item w:100 / ring mail good_item w:100" ..
" / " .. light_scales .. " / " .. medium_scales ..
", randbook disc:charms / book of battle" ..
-- Give this a 1/4 in chance of placing since we guarantee 3 items above.
", buckler good_item / kite shield good_item / tower shield good_item" ..
" / " .. dgn.good_aux_armour .. " / any wand w:20 / any misc / gold" ..
Expand Down
2 changes: 1 addition & 1 deletion crawl-ref/source/dat/des/portals/trove.des
Expand Up @@ -261,7 +261,7 @@ function trove.weapon_skills (e)
end

function trove.spell_skills (e)
local spell_skills = {"Spellcasting", "Conjurations", "Charms", "Hexes", "Summoning", "Necromancy", "Translocation", "Transmutation", "Fire Magic", "Ice Magic", "Air Magic", "Earth Magic", "Poison Magic"}
local spell_skills = {"Spellcasting", "Conjurations", "Hexes", "Summoning", "Necromancy", "Translocation", "Transmutation", "Fire Magic", "Ice Magic", "Air Magic", "Earth Magic", "Poison Magic"}
local skill_total = 0
local nonzero_skills = 0
for _, skill in ipairs(spell_skills) do
Expand Down
2 changes: 1 addition & 1 deletion crawl-ref/source/dat/des/serial/magic_research.des
Expand Up @@ -13,7 +13,7 @@
# Note:
# Schools covered: Fire, Ice, Air, Earth, Poison, Necromancy,
# Transmutations, Translocations, Summonings, Hexes.
# Schools not covered: Charms, Conjurations. Too little to work with right now.
# Schools not covered: Conjurations. Too little to work with right now.
# Other magic concepts might be interesting; additions are always welcome!

default-depth: Depths, Vaults:1-4, Elf:1-2
Expand Down
3 changes: 1 addition & 2 deletions crawl-ref/source/dat/des/variable/mini_monsters.des
Expand Up @@ -1518,7 +1518,7 @@ ITEM: randbook numspells:2 title:Dhcmrlchtdj
ITEM: randbook numspells:2 title:Combed_Thunderclap disc:air
ITEM: randbook numspells:2 title:Plaster_Cramp disc:earth
ITEM: randbook numspells:2 title:Axaxaxas_mlรถ
ITEM: randbook numspells:3 title:Forking_Paths owner:Ts'ui_Pรชn disc:hexes disc2:charms
ITEM: randbook numspells:3 title:Forking_Paths owner:Ts'ui_Pรชn disc:hexes
ITEM: randbook numspells:2 title:Sand
KFEAT: ^ : shaft trap
SHUFFLE: defg, efghij, bm, bm / ++
Expand Down Expand Up @@ -5057,7 +5057,6 @@ NSUBST: d = 1:e / *:d
: end
KITEM: d = any potion / any scroll / nothing w:30
KITEM: e = randbook disc:necromancy slevels:2 owner:Jessica / \
randbook disc:charms slevels:2 owner:Jessica / \
randbook disc:hexes slevels:2 owner:Jessica / \
randbook disc:translocation slevels:2 owner:Jessica
MONS: jessica, quokka
Expand Down
5 changes: 0 additions & 5 deletions crawl-ref/source/dat/descript/backgrounds.txt
Expand Up @@ -92,11 +92,6 @@ Necromancer
Necromancers are wizards specializing in the practice of death magic. They
start out with the Pain spell.
%%%%
Skald

Skalds are melee fighters who can boost themselves in battle with spells from
the Charms school.
%%%%
Summoner

Summoners are able to cast Summon Small Mammal from the start, and begin with
Expand Down
6 changes: 0 additions & 6 deletions crawl-ref/source/dat/descript/cs/items.txt
Expand Up @@ -24,12 +24,6 @@ book of fixed theme

Kniha kouzel.
%%%%
book of war chants

Kniha kouzel urฤenรก bojovnรญkลฏm. Verze v tรฉto knize jsou zhudebnฤ›nรฉ podle
tradice bojujรญcรญch skaldลฏ. Funkฤnฤ› jsou vลกak identickรฉ s tฤ›mi, kterรฉ jsou
obyฤejnฤ› vyslovovรกny.
%%%%
bow

Zakล™ivenรฝ kus dล™eva s tฤ›tivou, urฤenรฝ k stล™รญlenรญ ลกรญpลฏ. V boji zpลฏsobuje
Expand Down
4 changes: 0 additions & 4 deletions crawl-ref/source/dat/descript/da/backgrounds.txt
Expand Up @@ -96,10 +96,6 @@ Necromancer
Nekromantikere er troldmรฆnd, som specialiserer sig i studiet af dรธdsmagi. De
starter med besvรฆrgelsen Smerte.
%%%%
Skald

Skjalde er nรฆrkampskrigere, som kan styrke sig selv i kamp med Bogen om kamp.
%%%%
Summoner

Hidkaldere starter med Bogen om kald og kan kaste Hidkald Smรฅ Pattedyr fra
Expand Down
5 changes: 0 additions & 5 deletions crawl-ref/source/dat/descript/da/items.txt
Expand Up @@ -67,11 +67,6 @@ sรธlle troldkarle risikerer en krank skรฆbne, hvis de lรฆser dette vรฆrk.
ADVARSEL: Hvis det mislykkes at lรฆre en besvรฆrgelse fra denne bog, vil den
angribe dig.
%%%%
book of battle

Denne bog med besvรฆrgelser bruges af skjalde, som fรฅr magisk hjรฆlp af dens
kampsange.
%%%%
book of cantrips

En bog som indeholder et lille udvalg af de mest grundlรฆggende besvรฆrgelser,
Expand Down
5 changes: 0 additions & 5 deletions crawl-ref/source/dat/descript/de/backgrounds.txt
Expand Up @@ -92,11 +92,6 @@ Necromancer
Nekromanten sind Zauberer, die sich auf Todesmagie spezialisieren. Sie beginnen
mit dem Schmerzfluch.
%%%%
Skald

Skalden sind Nahkรคmpfer, die sich im Kampf mit Zaubern aus dem Buch des
Gefechts stรคrken kรถnnen.
%%%%
Summoner

Boten fangen mit dem Buch von Callings an und sind im Stande sich zu werfen
Expand Down
12 changes: 0 additions & 12 deletions crawl-ref/source/dat/descript/de/items.txt
Expand Up @@ -61,11 +61,6 @@ Erfinderischen die Kontrolle รผber Zerstรถrung mit der Leichtigkeit eines
Augenzwinkerns. Schwache Zauberer werden allerdings ihrem Tod entgegensehen,
wenn sie versuchen, dieses Werk zu lesen.
%%%%
book of battle

Ein Buch mit Zaubersprรผchen die von Skalden genutzt wurden, dessen Kampflieder
gewรคhrten ihnen magische Hilfe.
%%%%
book of cantrips

Ein Buch, das eine kleine Auswahl sehr grundlegender Zaubersprรผche enthรคlt,
Expand Down Expand Up @@ -163,13 +158,6 @@ Entwicklung und den Befehl von untoten Dienern. Das schreckliche Buch strahlt
eine bรถsartige Aura aus, und seine Pergament-Seiten zucken manchmal und
schaudern selbststรคndig.
%%%%
book of war chants

Ein Buch der Zaubersprรผche nรผtzlich fรผr einen Krieger. Die Versionen haben hier
eine musikalische Form enthalten, nach den Traditionen des Kampfes skald.
Funktionell, obwohl sie genau wie Zauber funktionieren, sind die magischen
Worte gesprochen.
%%%%
book of wizardry

Ein Buch von verschiedenen Zaubern, die fรผr jeden genug talentierten Hexern
Expand Down
5 changes: 0 additions & 5 deletions crawl-ref/source/dat/descript/el/backgrounds.txt
Expand Up @@ -100,11 +100,6 @@ Necromancer
ฮŸฮน ฮฮตฮบฯฮฟฮผฮฌฮฝฯ„ฮตฯ‚ ฮตฮฏฮฝฮฑฮน ฮผฮฌฮณฮฟฮน ฮตฮนฮดฮนฮบฮตฯ…ฮผฮญฮฝฮฟฮน ฯƒฯ„ฮทฮฝ ฯ€ฯฮฑฮบฯ„ฮนฮบฮฎ ฯ„ฮทฯ‚ ฮผฮฑฮณฮตฮฏฮฑฯ‚ ฯ„ฮฟฯ… ฮธฮฑฮฝฮฌฯ„ฮฟฯ….
ฮžฮตฮบฮนฮฝฮฟฯฮฝ ฮผฮต ฯ„ฮฟ ฮพฯŒฯฮบฮน ฮ ฯŒฮฝฮฟฯ‚.
%%%%
Skald

ฮŸฮน ฮ ฮฟฮปฮตฮผฮนฯƒฯ„ฮญฯ‚ ฮ’ฮฌฯฮดฮฟฮน ฮผฯ€ฮฟฯฮฟฯฮฝ ฮฝฮฑ ฮฒฮตฮปฯ„ฮนฯŽฯƒฮฟฯ…ฮฝ ฯ„ฮนฯ‚ ฮนฮบฮฑฮฝฯŒฯ„ฮทฯ„ฮตฯ‚ ฯ„ฮฟฯ…ฯ‚ ฯƒฯ„ฮท ฮผฮฌฯ‡ฮท ฮผฮต
ฮพฯŒฯฮบฮนฮฑ ฮฑฯ€ฯŒ ฯ„ฮฟ ฮฒฮนฮฒฮปฮฏฮฟ ฯ„ฯ‰ฮฝ ฮ ฮฟฮปฮตฮผฮนฮบฯŽฮฝ ฮจฮฑฮปฮผฯŽฮฝ.
%%%%
Summoner

ฮŸฮน ฮšฮฑฮปฮตฯƒฯ„ฮญฯ‚ ฮพฮตฮบฮนฮฝฮฟฯฮฝ ฮผฮต ฯ„ฮฟ ฮฒฮนฮฒฮปฮฏฮฟ ฯ„ฯ‰ฮฝ ฮšฮฑฮปฮตฯƒฮผฮฌฯ„ฯ‰ฮฝ ฮบฮฑฮน ฯ„ฮฟ ฮพฯŒฯฮบฮน ฮšฮฌฮปฮตฯƒฮผฮฑ ฮœฮนฮบฯฯŽฮฝ
Expand Down
5 changes: 0 additions & 5 deletions crawl-ref/source/dat/descript/es/backgrounds.txt
Expand Up @@ -94,11 +94,6 @@ Necromancer
Los Nigromantes son magos especializados en la prรกctica de la magia de la
muerte. Empiezan con el hechizo del Dolor.
%%%%
Skald

Los Skald son luchadores cuerpo a cuerpo que pueden mejorar sus habilidades de
combate con hechizos del Libro de Batallas.
%%%%
Summoner

Los Convocadores comienzan con el Libro de las Llamadas y son capaces de
Expand Down
6 changes: 0 additions & 6 deletions crawl-ref/source/dat/descript/fi/items.txt
Expand Up @@ -145,12 +145,6 @@ Tรคmรค epรคpyhรค kirja kertoo maagisista keinoista epรคkuolleiden palvelijoiden
luomiseen ja kรคskemiseen. Kauheassa kirjassa sรคteilee pahansuopa aura, ja sen
pergamenttisivut joskus sรคtkivรคt ja vรคrisevรคt itsestรครคn.
%%%%
book of war chants

Soturille hyรถdyllisiรค loitsuja sisรคltรคvรค kirja. Kirjan loitsuilla on
musikaalinen muoto, seuraten skaldien perinteitรค. Niillรค on kuitenkin sama
vaikutus kuin puhutuilla taioilla.
%%%%
book of wizardry

Tรคmรคn kirjan loitsut sopivat kenelle tahansa pรคtevรคlle loitsijalle. Oppineet
Expand Down
5 changes: 0 additions & 5 deletions crawl-ref/source/dat/descript/fr/backgrounds.txt
Expand Up @@ -99,11 +99,6 @@ Necromancer
Les Nรฉcromanciens sont des sorciers spรฉcialisรฉs dans la magie des morts. Ils
connaissent le sort Douleur.
%%%%
Skald

Les Skalds sont des combattants qui se renforcent avec des sorts de leur livre
des batailles.
%%%%
Summoner

Les Invocateurs commencent avec le livre des Appels et sont capables de
Expand Down
11 changes: 0 additions & 11 deletions crawl-ref/source/dat/descript/fr/items.txt
Expand Up @@ -96,11 +96,6 @@ sorciers, car il permet aux plus douรฉs de rรฉpandre la destruction avec la
facilitรฉ d'un claquement de doigt. Cependant, les mรฉdiocres courent ร  leur
perte s'ils essaient de le lire.
%%%%
book of battle

Un livre de sorts utilisรฉs par les skalds, dont les chants de batailles leur
accorde une aide magique.
%%%%
book of burglary

Un livre contenant de nombreux sorts utiles pour voler, entrer par effraction,
Expand Down Expand Up @@ -265,12 +260,6 @@ commandement de serviteurs morts-vivants. Ce livre terrible irradie une aura
malfaisante, et ses pages de parchemin tremblent et frรฉmissent parfois toutes
seules.
%%%%
book of war chants

Un livre de sorts utile pour un guerrier. Les versions prรฉsentรฉes ici ont une
forme musicale, suivant les traditions des skalds guerriers. Fonctionnellement,
cependant, ils sont identiques aux sorts dont les mots sont simplement parlรฉs.
%%%%
book of wizardry

Un livre contenant divers sorts utiles aux laceurs de sorts suffisamment
Expand Down
12 changes: 0 additions & 12 deletions crawl-ref/source/dat/descript/fr/skills.txt
Expand Up @@ -185,18 +185,6 @@ sorte peut mettre hors d'รฉtat de nuire un ennemi. Cependant, il faut surpasser
la rรฉsistance aux enchantements hostiles de la victime pour obtenir un effet.
รŠtre compรฉtent en Enchantements aide ร  surpasser cette rรฉsistance.

รŠtre compรฉtent dans une ยซย รฉcoleย ยป de magie rend l'apprentissage et le lancement
des sortilรจges de cette รฉcole plus simples. De nombreux sortilรจges
appartiennent ร  une combinaison de diffรฉrentes รฉcoles, dans ce cas la rรฉussite
du lancement et la puissance dรฉpendront du niveau de compรฉtence dans ces
รฉcoles.
%%%%
Charms

Charmes vous offre un certain nombre d'auras pour accroitre vos capacitรฉs.
Entrainer la compรฉtence Charmes augmentera en gรฉnรฉral la durรฉe ou l'efficacitรฉ
de ces auras.

รŠtre compรฉtent dans une ยซย รฉcoleย ยป de magie rend l'apprentissage et le lancement
des sortilรจges de cette รฉcole plus simples. De nombreux sortilรจges
appartiennent ร  une combinaison de diffรฉrentes รฉcoles, dans ce cas la rรฉussite
Expand Down
5 changes: 0 additions & 5 deletions crawl-ref/source/dat/descript/it/backgrounds.txt
Expand Up @@ -93,11 +93,6 @@ Necromancer
I negromanti sono maghi specialisti nella magia della morte. Cominciano con
l'incantesimo Dolore.
%%%%
Skald

Gli Skald sono dei guerrieri che possono potenziarsi in battaglia con gli
incantesimi dal libro della Battaglia.
%%%%
Summoner

Gli attrattori cominciano con il Libro delle Chiamate e sono in grado
Expand Down
4 changes: 0 additions & 4 deletions crawl-ref/source/dat/descript/items.txt
Expand Up @@ -96,10 +96,6 @@ book of annihilations
A tome of arcane fury, greatly sought after by sorcerers. It allows the gifted
and resourceful to conjure destruction with ease.
%%%%
book of battle

A book of battle songs, containing spells to assist in combat.
%%%%
book of burglary

A book containing many diverse spells useful for theft, breaking and entering,
Expand Down
4 changes: 0 additions & 4 deletions crawl-ref/source/dat/descript/ja/backgrounds.txt
Expand Up @@ -84,10 +84,6 @@ Necromancer

ๆญปไบบไฝฟใ„ใฏๆญปใฎ้ญ”ๆณ•ใฎไฟฎ็ทดใซ็‰นๅŒ–ใ—ใŸ้ญ”่ก“ๅธซใงใ‚ใ‚‹ใ€‚ๅฝผใ‚‰ใฏ่‹ฆ็—›ใฎๅ‘ชๆ–‡ใ‚’ๅพ—ใฆๅ‡บ็™บใ™ใ‚‹ใ€‚
%%%%
Skald

ใ‚นใ‚ซใƒซใƒ‰ใฏๆˆฆใ„ใฎ้ญ”ๆณ•ๆ›ธใซใ‚ˆใ‚‹ๅ‘ชๆ–‡ใงๆˆฆ้—˜ๆ™‚ใซ่‡ช่บซใ‚’ๅผทๅŒ–ใ™ใ‚‹ๆˆฆๅฃซใงใ‚ใ‚‹ใ€‚
%%%%
Summoner

ๅฌๅ–š่ก“ๅธซใฏๆ‹›้›†ใฎ้ญ”ๆณ•ๆ›ธใ‚’ๆŒใฃใฆๅ‡บ็™บใ—ใ€ๅง‹ใ‚ใ‹ใ‚‰ๅฐๅ‹•็‰ฉใฎๅฌๅ–šใ‚’่ฉ ๅ”ฑใงใใ‚‹ใ€‚
Expand Down
4 changes: 0 additions & 4 deletions crawl-ref/source/dat/descript/ja/items.txt
Expand Up @@ -63,10 +63,6 @@ book of annihilations
ใ“ใ‚Œใฏๆ‰่ƒฝใ‚„ๅŠ›ใฎใ‚ใ‚‹้ญ”ๅฐŽๅธซ้”ใŒๅฎนๆ˜“ใซ็ ดๅฃŠใ‚’ๆ“ใ‚‹ใ“ใจใ‚’ๅฏ่ƒฝใซใ™ใ‚‹ใŸใ‚ใซ่ฟฝใ„ๆฑ‚ใ‚ใ‚‰ใ‚Œใ‚‹ใ€‚
ไธ€ๆ–นใ€่™šๅผฑใช้ญ”่ก“ๅธซใŒใ“ใฎไฝœๅ“ใ‚’่ชญใ‚‚ใ†ใจใ™ใ‚‹ใจๆญปใฌ้‹ๅ‘ฝใซใชใ‚‹ใ ใ‚ใ†ใ€‚
%%%%
book of battle

ใ‚นใ‚ซใƒซใƒ‰ใŒไฝฟ็”จใ™ใ‚‹ๅ‘ชๆ–‡ๆ›ธใ ใ€‚ใใฎๆˆฆใ„ใฎ่ฉฉๆญŒใฏๅฝผใ‚‰ใซ้ญ”ๆณ•ใฎๅŠฉใ‘ใ‚’ๆŽˆใ‘ใ‚‹
%%%%
book of cantrips

ใ“ใฎๆœฌใซใฏ็‰นๅฎšใฎ้ญ”ๆณ•ใฎ้ ˜ๅŸŸใฎๅŸบ็คŽใ‚’ๅญฆใผใ†ใจใ™ใ‚‹ๅˆๅฟƒ่€…ใ‚’ๅฏพ่ฑกใจใ—ใŸใ€
Expand Down
5 changes: 0 additions & 5 deletions crawl-ref/source/dat/descript/ko/backgrounds.txt
Expand Up @@ -96,11 +96,6 @@ Necromancer
๊ฐ•๋ น์ˆ ์‚ฌ๋Š” ์ฃฝ์Œ๊ณผ ๊ด€๋ จ๋œ ๋งˆ๋ฒ•์— ํŠนํ™”๋œ ๋งˆ๋ฒ•์‚ฌ๋‹ค. โ€˜๊ฐ•๋ น์ˆ ์˜ ๋งˆ๋ฒ•์„œโ€™ ์™€
โ€˜๊ณ ํ†ตโ€™ ๋งˆ๋ฒ•์„ ๊ฐ€์ง€๊ณ  ์‹œ์ž‘ํ•œ๋‹ค.
%%%%
Skald

์Œ์œ ์‹œ์ธ์€ โ€˜์ „ํˆฌ์˜ ์„œโ€™ ์— ์ ํžŒ ์ฃผ๋ฌธ๋“ค์„ ์ด์šฉํ•ด์„œ, ์ž์‹ ์˜ ๊ทผ์ ‘์ „ ๋Šฅ๋ ฅ์„
ํ–ฅ์ƒ์‹œํ‚จ๋‹ค.
%%%%
Summoner

์†Œํ™˜์ˆ ์‚ฌ๋“ค์€ ์ž‘์€ ์ง์Šน๋“ค์„ ์†Œํ™˜ํ•  ์ˆ˜ ์žˆ๋Š” โ€˜์†Œ์ง‘์˜ ๋งˆ๋ฒ•์„œโ€™๋ฅผ ๊ฐ€์ง€๊ณ  ์‹œ์ž‘ํ•œ๋‹ค.
Expand Down
5 changes: 0 additions & 5 deletions crawl-ref/source/dat/descript/ko/items.txt
Expand Up @@ -66,11 +66,6 @@ book of annihilations
ํŒŒ๊ดด์˜ ์ง€ํœ˜์ž๊ฐ€ ๋  ์ˆ˜ ์žˆ๋‹ค. ํ•˜์ง€๋งŒ ๋ฏธ์ˆ™ํ•œ ๋งˆ๋ฒ•์‚ฌ๊ฐ€ ๊ฒ๋„ ์—†์ด ์ด ์ฑ…์„ ์ฝ์œผ๋ ค
๋“ค๋ฉด, ํŒŒ๊ดด์˜ ์ง€ํœ˜๋Š” ์ปค๋…• ์ž์‹ ์ด ํŒŒ๊ดด์—๊ฒŒ ์ง€ํœ˜ ๋‹นํ•  ๊ฒƒ์ด๋‹ค.
%%%%
book of battle

์Œ์œ ์‹œ์ธ๋“ค์ด ์‚ฌ์šฉํ•˜๋Š” ์ฃผ๋ฌธ์ด ๋“ค์–ด ์žˆ๋Š” ๋งˆ๋ฒ•์ฑ…์ด๋‹ค. ์Œ์œ ์‹œ์ธ๋“ค์€ ์ „์žฅ์˜ ๋…ธ๋ž˜๋ฅผ
๋ถˆ๋Ÿฌ ๋งˆ๋ฒ•์ ์ธ ๋„์›€์„ ์–ป๋Š”๋‹ค.
%%%%
book of cantrips

๋‹ค์–‘ํ•œ ํ•™ํŒŒ๋“ค์˜ ์•„์ฃผ ๊ธฐ์ดˆ์ ์ธ ๋งˆ๋ฒ•์ด ๋‹ด๊ธด ์ฑ…์ด๋‹ค. ์ฃผ๋กœ ํ•œ๊ฐ€์ง€ ํ•™ํŒŒ๋ฅผ ์ •ํ•ด
Expand Down
5 changes: 0 additions & 5 deletions crawl-ref/source/dat/descript/pl/backgrounds.txt
Expand Up @@ -57,11 +57,6 @@ Necromancer
Nekromanci sฤ… czarodziejami specjalizujฤ…cymi siฤ™ w czarnej magii. Zaczynajฤ…
znajฤ…c czar โ€žBรณlโ€.
%%%%
Skald

Skaldowie sฤ… wojownikami ktรณrzy dodajฤ… sobie siล‚ magicznymi przyล›piewkami z
ksiฤ™gi Pieล›ni Wojennych.
%%%%
Venom Mage

Magowie Jadu zaczynajฤ… z Poradnikiem Maล‚ego Truciciela w zanadrzu. Jest to
Expand Down

0 comments on commit 0d1730e

Please sign in to comment.