mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-14 02:33:51 +02:00
parent
869214f44b
commit
d0e9049161
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user