Searched refs:DWELLING_UPGRADE5 (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 | 79 case DWELLING_UPGRADE5: in getKnightBuildingArea() 147 case DWELLING_UPGRADE5: in getBarbarianBuildingArea() 212 case DWELLING_UPGRADE5: in getSorceressBuildingArea() 280 case DWELLING_UPGRADE5: in getWarlockBuildingArea() 348 case DWELLING_UPGRADE5: in getWizardBuildingArea() 416 case DWELLING_UPGRADE5: in getNecromancerBuildingArea() 458 case DWELLING_UPGRADE5: in getKnightBuildingName() 494 case DWELLING_UPGRADE5: in getBarbarianBuildingName() 594 case DWELLING_UPGRADE5: in getWizardBuildingName() 632 case DWELLING_UPGRADE5: in getNecromancerBuildingName() [all …]
|
H A D | castle.cpp | 539 case DWELLING_UPGRADE5: in GetDwelling() 804 case DWELLING_UPGRADE5: in RecruitMonster() 917 case DWELLING_UPGRADE5: in getMonstersInDwelling() 1146 case DWELLING_UPGRADE5: in GetBuildingRequirement() 1254 case DWELLING_UPGRADE5: in CheckBuyBuilding() 1560 case DWELLING_UPGRADE5: in GetICNBuilding() 1620 case DWELLING_UPGRADE5: in GetICNBuilding() 1683 case DWELLING_UPGRADE5: in GetICNBuilding() 1855 case DWELLING_UPGRADE5: in GetICNBuilding() 1923 case DWELLING_UPGRADE5: in GetActualDwelling() [all …]
|
H A D | buildinginfo.cpp | 118 { DWELLING_UPGRADE5, Race::KNGT, { 3000, 10, 0, 0, 0, 0, 0 } }, 129 { DWELLING_UPGRADE5, Race::BARB, { 2000, 0, 0, 10, 0, 0, 0 } }, 158 { DWELLING_UPGRADE5, Race::WZRD, { 4000, 5, 0, 5, 0, 0, 0 } }, 170 { DWELLING_UPGRADE5, Race::NECR, { 3000, 0, 0, 5, 0, 5, 0 } }, 219 case DWELLING_UPGRADE5: in GetIndexBuildingSprite() 349 case DWELLING_UPGRADE5: in IsDwelling()
|
H A D | castle.h | 79 DWELLING_UPGRADE5 = 0x20000000, enumerator 82 …RADES = DWELLING_UPGRADE2 | DWELLING_UPGRADE3 | DWELLING_UPGRADE4 | DWELLING_UPGRADE5 | DWELLING_U…
|
H A D | castle_well.cpp | 296 icnindex = DWELLING_UPGRADE5 & building ? 28 : 23; in WellRedrawInfoArea()
|
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/ai/normal/ |
H A D | ai_normal_castle.cpp | 60 … {DWELLING_UPGRADE7, 1}, {DWELLING_UPGRADE6, 1}, {DWELLING_MONSTER6, 1}, {DWELLING_UPGRADE5, 1}, in GetBuildOrder() 66 …LE, 2 }, { BUILD_STATUE, 1 }, { DWELLING_MONSTER6, 1 }, { DWELLING_UPGRADE5, 1 }, { DWEL… in GetBuildOrder() 82 … {BUILD_STATUE, 1}, {DWELLING_UPGRADE6, 2}, {DWELLING_MONSTER6, 1}, {DWELLING_UPGRADE5, 2}, in GetBuildOrder() 90 …D_STATUE, 1}, {DWELLING_UPGRADE6, 1}, {DWELLING_MONSTER6, 1}, {DWELLING_UPGRADE5, 2}, {DWELLI… in GetBuildOrder() 97 …STATUE, 1}, {DWELLING_UPGRADE6, 1}, {DWELLING_MONSTER6, 1}, {DWELLING_UPGRADE5, 1}, {DWELLI… in GetBuildOrder()
|
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/monster/ |
H A D | monster.cpp | 704 case DWELLING_UPGRADE5: in FromDwelling() 974 return DWELLING_UPGRADE5; in GetDwelling()
|