summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-04-17 19:45:26 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-04-17 19:45:26 +0000
commit25c5eda3074873c77a2885b02c10530e548f2b7d (patch)
treef9c89be77c938cf2e997a91fee87ddbf46fe7a0c
parentabd777d7d9a9676cddccaceebacc4c4a4e43e657 (diff)
downloadcrawl-ref-25c5eda3074873c77a2885b02c10530e548f2b7d.tar.gz
crawl-ref-25c5eda3074873c77a2885b02c10530e548f2b7d.zip
Implement [2756996]: Swap Kobolds' aptitudes for Long Blades and Maces &
Flails. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9609 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/docs/aptitudes.txt2
-rw-r--r--crawl-ref/docs/changes.stone_soup1
-rw-r--r--crawl-ref/docs/crawl_manual.txt12
-rw-r--r--crawl-ref/source/skills2.cc4
4 files changed, 10 insertions, 9 deletions
diff --git a/crawl-ref/docs/aptitudes.txt b/crawl-ref/docs/aptitudes.txt
index 04e730d1ca..01b2efffa2 100644
--- a/crawl-ref/docs/aptitudes.txt
+++ b/crawl-ref/docs/aptitudes.txt
@@ -82,7 +82,7 @@ Deep Dwarf 110 120 100 90 110 120 110 120 120 90 180 90 120
Hill Orc 70 100 80 70 80 80 110 90 100 130 120 120 130
Merfolk 80 70 90 140 150 50 130 90 100 150 140 140 100
Halfling 120 60 100 120 150 160 130 140 60 50 70 90 50
-Kobold 80 60 100 110 140 150 110 100 60 70 80 90 50
+Kobold 80 60 140 110 100 150 110 100 60 70 80 90 50
Spriggan 150 90 140 150 160 180 150 130 90 70 70 100 70
Naga 100 100 100 100 100 100 120 100 120 120 120 120 120
Centaur 100 120 110 110 110 110 110 100 60 75 60 85 80
diff --git a/crawl-ref/docs/changes.stone_soup b/crawl-ref/docs/changes.stone_soup
index cf85c0c498..214b8fe387 100644
--- a/crawl-ref/docs/changes.stone_soup
+++ b/crawl-ref/docs/changes.stone_soup
@@ -37,6 +37,7 @@ Characters
* Removed Grey Elf and Gnome species.
* Merged Ogre-Mages into Ogres with completely new aptitudes.
* Added non-healing species: Deep Dwarves.
+* Swapped Kobolds' aptitudes for Long Blades and Maces & Flails.
* Added Artificer class.
* Transformations now cause worn equipment to be melded rather than removed.
* Overhaul nutrition values and duration for Vampires feeding on corpses.
diff --git a/crawl-ref/docs/crawl_manual.txt b/crawl-ref/docs/crawl_manual.txt
index f742a36c60..ea8f91cc1d 100644
--- a/crawl-ref/docs/crawl_manual.txt
+++ b/crawl-ref/docs/crawl_manual.txt
@@ -1575,12 +1575,12 @@ Kobolds are small, ugly creatures with few redeeming features. They are
not the sort of people you would want to spend much time with, unless
you happened to be a Kobold yourself.
-They have poor abilities and have similar aptitudes to Halflings without
-the excellent agility. However, they are better than Halflings at using
-some types of magic, particularly summonings and necromancy. They often
-live as scavengers, surviving on carrion (which they can eat even when
-not hungry), but are carnivorous and can only eat meat. They advance in
-levels as quickly as Humans.
+They have poor abilities and similar aptitudes to Halflings, except for
+a tendency to be stronger and less agile. Also, they are better than
+Halflings at using some types of magic, particularly summonings and
+necromancy. They often live as scavengers, surviving on carrion (which
+they can eat even when not hungry), but are carnivorous and can only eat
+meat. Kobolds advance in levels as quickly as Humans.
Spriggans
---------
diff --git a/crawl-ref/source/skills2.cc b/crawl-ref/source/skills2.cc
index 260d1ae105..a4a56c5f5d 100644
--- a/crawl-ref/source/skills2.cc
+++ b/crawl-ref/source/skills2.cc
@@ -457,10 +457,10 @@ const int spec_skills[ NUM_SPECIES ][40] =
{ // SP_KOBOLD
80, // SK_FIGHTING
60, // SK_SHORT_BLADES
- 100, // SK_LONG_BLADES
+ 140, // SK_LONG_BLADES
120, // SK_UNUSED_1
110, // SK_AXES
- 140, // SK_MACES_FLAILS
+ 100, // SK_MACES_FLAILS
150, // SK_POLEARMS
110, // SK_STAVES
70, // SK_SLINGS