Searched refs:DWELLING_UPGRADE2 (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 | 70 case DWELLING_UPGRADE2: in getKnightBuildingArea() 138 case DWELLING_UPGRADE2: in getBarbarianBuildingArea() 203 case DWELLING_UPGRADE2: in getSorceressBuildingArea() 271 case DWELLING_UPGRADE2: in getWarlockBuildingArea() 339 case DWELLING_UPGRADE2: in getWizardBuildingArea() 407 case DWELLING_UPGRADE2: in getNecromancerBuildingArea() 446 case DWELLING_UPGRADE2: in getKnightBuildingName() 484 case DWELLING_UPGRADE2: in getBarbarianBuildingName() 518 case DWELLING_UPGRADE2: in getSorceressBuildingName() 620 case DWELLING_UPGRADE2: in getNecromancerBuildingName() [all …]
|
H A D | castle.cpp | 530 case DWELLING_UPGRADE2: in GetDwelling() 792 case DWELLING_UPGRADE2: in RecruitMonster() 908 case DWELLING_UPGRADE2: in getMonstersInDwelling() 1076 case DWELLING_UPGRADE2: in GetBuildingRequirement() 1242 case DWELLING_UPGRADE2: in CheckBuyBuilding() 1550 case DWELLING_UPGRADE2: in GetICNBuilding() 1608 case DWELLING_UPGRADE2: in GetICNBuilding() 1671 case DWELLING_UPGRADE2: in GetICNBuilding() 1731 case DWELLING_UPGRADE2: in GetICNBuilding() 1920 case DWELLING_UPGRADE2: in GetActualDwelling() [all …]
|
H A D | buildinginfo.cpp | 112 { DWELLING_UPGRADE2, Race::KNGT, { 1500, 5, 0, 0, 0, 0, 0 } }, 124 { DWELLING_UPGRADE2, Race::BARB, { 1200, 5, 0, 0, 0, 0, 0 } }, 134 { DWELLING_UPGRADE2, Race::SORC, { 1500, 5, 0, 0, 0, 0, 0 } }, 164 { DWELLING_UPGRADE2, Race::NECR, { 1000, 0, 0, 0, 0, 0, 0 } }, 213 case DWELLING_UPGRADE2: in GetIndexBuildingSprite() 346 case DWELLING_UPGRADE2: in IsDwelling()
|
H A D | castle.h | 76 DWELLING_UPGRADE2 = 0x04000000, enumerator 82 …DWELLING_UPGRADES = DWELLING_UPGRADE2 | DWELLING_UPGRADE3 | DWELLING_UPGRADE4 | DWELLING_UPGRADE5 …
|
H A D | castle_well.cpp | 272 icnindex = DWELLING_UPGRADE2 & building ? 25 : 20; in WellRedrawInfoArea()
|
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/ai/normal/ |
H A D | ai_normal_castle.cpp | 61 …1}, {DWELLING_MONSTER4, 1}, {DWELLING_UPGRADE3, 2}, {DWELLING_MONSTER3, 2}, {DWELLING_UPGRADE2, 3}, in GetBuildOrder() 67 …PGRADE4, 1 }, { DWELLING_MONSTER4, 1 }, { DWELLING_MONSTER3, 1 }, { DWELLING_UPGRADE2, 2 }, { DWEL… in GetBuildOrder() 74 …ELLING_MONSTER3, 1 }, { DWELLING_UPGRADE4, 1 }, { DWELLING_UPGRADE3, 2 }, { DWELLING_UPGRADE2, 5 }, in GetBuildOrder() 84 …{DWELLING_UPGRADE2, 1}, {DWELLING_MONSTER2, 3}, {DWELLING_MONSTER1, 4}, {BUILD_WELL, 1}, … in GetBuildOrder() 91 …2}, {DWELLING_MONSTER4, 1}, {DWELLING_UPGRADE3, 3}, {DWELLING_MONSTER3, 3}, {DWELLING_UPGRADE2, 4}, in GetBuildOrder()
|
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/monster/ |
H A D | monster.cpp | 590 case DWELLING_UPGRADE2: in FromDwelling() 931 return DWELLING_UPGRADE2; in GetDwelling()
|