View Single Post
  #49  
Old February 4th, 2009, 05:29 PM

Ornedan Ornedan is offline
Private
 
Join Date: May 2008
Posts: 29
Thanks: 3
Thanked 4 Times in 4 Posts
Ornedan is on a distinguished road
Default Re: Conceptual Balance Mod 1.41

Bug & typo fixes collected from the b & c versions posted elsewhere. Also, it seems the Bogarus horsemen didn't have the resource cost reductions mentioned in the readme. They were using #rec command (which I didn't see used anywhere else. Does it actually do anything?) with values corresponding to what the readme said their new base resource costs should be. So replaced #rec with #rcost.

Code:
--- CBcomplete_1.41.dm	2009-01-19 22:19:40.000000000 +0200
+++ CBcomplete_1.41'.dm	2009-02-04 23:22:02.000000000 +0200
@@ -1953,6 +1953,7 @@
 #gcost 30
 #end
 
+-Warmaster
 #selectmonster 118
 #def 12
 #att 15
@@ -4163,7 +4164,7 @@
 #descr "With the barbarian invasion came new leadership and the Imperial Family was replaced by Barbarian Kings. The Khans come from the steppes and are skilled horsemen and warriors. They often fight side by side with their soldiers and their bravery and skill inspires even the most cowardly barbarian into deeds of heroic bravery, rather than face the wrath of a khan."
 #end
 
---Agatha LE
+--Agartha LE
 
 
 #selectnation 57
@@ -4194,7 +4195,7 @@
 #castledef 4
 #end
 
--Blindfighter-
+-Blindfighter
 #selectmonster 1437
 #gcost 18
 #att 15
@@ -4223,7 +4224,7 @@
 -Blindlord
 #selectmonster 1444
 #gcost 60
-#magicskill 1 8
+#magicskill 8 1
 #def 12
 #end
 
@@ -4676,7 +4677,7 @@
 
 --styag
 #selectmonster 1924
-#rec 2
+#rcost 2
 #weapon 357
 #weapon 264
 #weapon 56
@@ -4686,7 +4687,7 @@
 
 --malaia druzhina
 #selectmonster 1923
-#rec 3
+#rcost 3
 #gcost 45
 #weapon 8
 #weapon 4
@@ -4695,7 +4696,7 @@
 
 --grid druzhina
 #selectmonster 1922
-#rec 2
+#rcost 2
 #prec 10
 #gcost 25
 #weapon 8

And the LA C'tis summon holy changes from c:

Code:
--- CBcomplete_1.41.dm	2009-01-19 22:19:40.000000000 +0200
+++ CBcomplete_1.41'.dm	2009-02-04 23:15:52.000000000 +0200
@@ -9785,6 +9786,21 @@
 
 ----Summons
 
+--Grave Consort
+#selectmonster 690
+#magicskill 8 2
+#end
+
+--Tomb Priest
+#selectmonster 691
+#magicskill 8 3
+#end
+
+--Tomb King
+#selectmonster 692
+#magicskill 8 4
+#end
+
 --Black Servant
 #selectmonster 434
 #end
Reply With Quote