Searched refs:DWELLING_UPGRADE7 (Results 1 – 7 of 7) sorted by relevance
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/castle/ |
H A D | castle_building_info.cpp | 83 case DWELLING_UPGRADE7: in getKnightBuildingArea() 151 case DWELLING_UPGRADE7: in getBarbarianBuildingArea() 216 case DWELLING_UPGRADE7: in getSorceressBuildingArea() 284 case DWELLING_UPGRADE7: in getWarlockBuildingArea() 352 case DWELLING_UPGRADE7: in getWizardBuildingArea() 420 case DWELLING_UPGRADE7: in getNecromancerBuildingArea() 564 case DWELLING_UPGRADE7: in getWarlockBuildingName() 1039 priorities.emplace_back( DWELLING_UPGRADE7 ); in getBuildingDrawingPriorities()
|
H A D | castle.cpp | 310 if ( building & DWELLING_UPGRADE7 ) in PostLoad() 444 if ( race == Race::WRLK && isBuild( DWELLING_UPGRADE7 ) ) in getBuildingValue() 543 case DWELLING_UPGRADE7: in GetDwelling() 808 case DWELLING_UPGRADE7: in RecruitMonster() 921 case DWELLING_UPGRADE7: in getMonstersInDwelling() 1186 case DWELLING_UPGRADE7: in GetBuildingRequirement() 1262 case DWELLING_UPGRADE7: in CheckBuyBuilding() 1801 case DWELLING_UPGRADE7: in GetICNBuilding() 1924 case DWELLING_UPGRADE7: in GetActualDwelling() 1935 …return building & DWELLING_UPGRADE7 ? DWELLING_UPGRADE7 : ( building & DWELLING_UPGRADE6 ? DWELLIN… in GetActualDwelling() [all …]
|
H A D | castle.h | 81 DWELLING_UPGRADE7 = 0x80000000, // black dragon enumerator 82 …| DWELLING_UPGRADE3 | DWELLING_UPGRADE4 | DWELLING_UPGRADE5 | DWELLING_UPGRADE6 | DWELLING_UPGRADE7
|
H A D | buildinginfo.cpp | 150 { DWELLING_UPGRADE7, Race::WRLK, { 5000, 0, 0, 5, 10, 0, 0 } }, 223 case DWELLING_UPGRADE7: in GetIndexBuildingSprite() 351 case DWELLING_UPGRADE7: in IsDwelling()
|
H A D | castle_well.cpp | 304 … icnindex = DWELLING_UPGRADE7 & building ? 30 : ( DWELLING_UPGRADE6 & building ? 29 : 24 ); in WellRedrawInfoArea()
|
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/ai/normal/ |
H A D | ai_normal_castle.cpp | 60 …= {{BUILD_CASTLE, 2}, {BUILD_STATUE, 1}, {DWELLING_UPGRADE7, 1}, {DWELLING_UPGRADE6, 1},… in GetBuildOrder()
|
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/monster/ |
H A D | monster.cpp | 761 case DWELLING_UPGRADE7: in FromDwelling() 990 return DWELLING_UPGRADE7; in GetDwelling()
|