SotBE balancing: more HPs for the shamans, easier To the Harbour of Tirigaz
This commit is contained in:
parent
8f62f871e3
commit
8a699ccfde
3 changed files with 19 additions and 11 deletions
|
@ -18,6 +18,8 @@ CVS HEAD:
|
|||
* Heir to the Throne:
|
||||
* made campaign easier on "Easy" level
|
||||
* fixed Hasty Alliance crash: avoid cavewall endpoints (part of #13334)
|
||||
* Son of the Black Eye:
|
||||
* made To The Harbour of Tirigaz easier
|
||||
* unit graphics and sound improvements:
|
||||
* new or modified images for Dwarvish Thunderer
|
||||
* new death animations for Dwarvish Thunderer, Elvish Archer
|
||||
|
@ -25,6 +27,8 @@ CVS HEAD:
|
|||
* new unit portraits for Bandit, Grand Knight, Halberdier, Horseman,
|
||||
Javelineer, Knight, Lancer, Paladin, Peasant, Pikeman, Royal Guard,
|
||||
Swordsman, Thug
|
||||
* unit balancing and modifications:
|
||||
* increased Orcish Shaman (Novice and Old also) hitpoints from 18 to 20
|
||||
* server
|
||||
* no longer rejects :control command with "Side not found"
|
||||
* write a summary of commands when a fifo command is not recognized
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
#textdomain wesnoth-sotbe
|
||||
name= _ "To the harbour of Tirigaz"
|
||||
map_data="{maps/Son_Of_The_Black_Eye/To_The_Harbour_Of_Tirigaz}"
|
||||
turns=20
|
||||
turns=24
|
||||
|
||||
{FIRST_WATCH}
|
||||
{FIRST_WATCH}
|
||||
|
@ -25,6 +25,10 @@
|
|||
{DAWN}
|
||||
{DAWN}
|
||||
{DAWN}
|
||||
{DAWN}
|
||||
{DAWN}
|
||||
{DAWN}
|
||||
{DAWN}
|
||||
|
||||
next_scenario="Black_Flag"
|
||||
|
||||
|
@ -85,16 +89,16 @@
|
|||
recruitment_pattern=fighter,archer,fighter,archer,scout
|
||||
[/ai]
|
||||
#ifdef EASY
|
||||
recruit=Vampire Bat, Skeleton Archer, Skeleton, Initiate
|
||||
recruit=Vampire Bat, Skeleton Archer, Skeleton, Dark Adept
|
||||
#endif
|
||||
#ifdef NORMAL
|
||||
recruit=Blood Bat, Skeleton Archer, Skeleton, Initiate
|
||||
recruit=Blood Bat, Skeleton Archer, Skeleton, Dark Adept
|
||||
#endif
|
||||
#ifdef HARD
|
||||
recruit=Blood Bat, Skeleton Archer, Revenant, Initiate
|
||||
recruit=Blood Bat, Skeleton Archer, Revenant, Dark Adept
|
||||
#endif
|
||||
{GOLD 100, 150, 200}
|
||||
{INCOME 10, 15, 20}
|
||||
{GOLD 100, 150, 180}
|
||||
{INCOME 10, 12, 15}
|
||||
[/side]
|
||||
|
||||
[side]
|
||||
|
@ -110,8 +114,8 @@
|
|||
recruitment_pattern=fighter,archer,fighter,archer,scout
|
||||
aggression=-1.0
|
||||
[/ai]
|
||||
{GOLD 100, 150, 200}
|
||||
{INCOME 10, 15, 20}
|
||||
{GOLD 100, 150, 190}
|
||||
{INCOME 8, 10, 12}
|
||||
[/side]
|
||||
|
||||
[story]
|
||||
|
|
|
@ -4,7 +4,7 @@ name= _ "Orcish Shaman"
|
|||
race=orc
|
||||
image="orcish-shaman-red.png"
|
||||
image_defensive="orcish-shaman-red-defend.png"
|
||||
hitpoints=18
|
||||
hitpoints=20
|
||||
movement_type=smallfoot
|
||||
movement=5
|
||||
experience=45
|
||||
|
@ -63,7 +63,7 @@ name= _ "Novice Orcish Shaman"
|
|||
race=orc
|
||||
image="orcish-shaman-tan.png"
|
||||
image_defensive="orcish-shaman-tan-defend.png"
|
||||
hitpoints=18
|
||||
hitpoints=20
|
||||
movement_type=smallfoot
|
||||
movement=5
|
||||
experience=45
|
||||
|
@ -122,7 +122,7 @@ name= _ "Old Orcish Shaman"
|
|||
race=orc
|
||||
image="orcish-shaman-black.png"
|
||||
image_defensive="orcish-shaman-black-defend.png"
|
||||
hitpoints=18
|
||||
hitpoints=20
|
||||
movement_type=smallfoot
|
||||
movement=5
|
||||
experience=45
|
||||
|
|
Loading…
Add table
Reference in a new issue