1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-14 02:33:51 +02:00
Magic Resistance tweak.
This commit is contained in:
DjWarmonger 2011-03-08 07:53:09 +00:00
parent 869214f44b
commit d0e9049161
2 changed files with 2 additions and 2 deletions

View File

@ -525,7 +525,7 @@ ComponentResolved::ComponentResolved( SComponent *Comp )
{ {
comp = Comp; comp = Comp;
img = comp->getImg(); img = comp->getImg();
std::vector<std::string> brtext = CMessage::breakText(comp->subtitle,13); //text std::vector<std::string> brtext = CMessage::breakText(comp->subtitle,14); //text
txt = CMessage::drawText(&brtext,txtFontHeight,FONT_SMALL); txt = CMessage::drawText(&brtext,txtFontHeight,FONT_SMALL);
//calculate dimensions //calculate dimensions

View File

@ -37,7 +37,7 @@ FULL_HP_REGENERATION Regeneration May Regenerate full Health
HP_REGENERATION Regeneration Heals %d hit points every round HP_REGENERATION Regeneration Heals %d hit points every round
FREE_SHOOTING Shoot Close Can shoot in Close Combat FREE_SHOOTING Shoot Close Can shoot in Close Combat
LEVEL_SPELL_IMMUNITY Spell immunity 1-%d Immune to spells levels 1-%d LEVEL_SPELL_IMMUNITY Spell immunity 1-%d Immune to spells levels 1-%d
SPELL_DAMAGE_REDUCTION Spell Resistance Damage from spells reduced 50%. SPELL_DAMAGE_REDUCTION Spell Resistance Damage from spells reduced %d%.
THREE_HEADED_ATTACK Three-headed attack Attacks three adjacent units THREE_HEADED_ATTACK Three-headed attack Attacks three adjacent units
UNDEAD Undead Creature is Undead UNDEAD Undead Creature is Undead
UNLIMITED_RETALIATIONS Unlimited retaliations Retaliate any number of attacks UNLIMITED_RETALIATIONS Unlimited retaliations Retaliate any number of attacks