Home
last modified time | relevance | path

Searched refs:GREEN_DRAGON (Results 1 – 15 of 15) sorted by relevance

/dports/games/keeperrl/keeperrl-alpha23/
H A Denemy_factory.h17 GREEN_DRAGON,
H A Dcampaign_builder.cpp158 {ViewId::GREEN_DRAGON, EnemyId::GREEN_DRAGON, "Green dragon", VillainType::MAIN}, in getMainVillains()
166 {ViewId::GREEN_DRAGON, EnemyId::GREEN_DRAGON, "Green dragon", VillainType::MAIN}, in getMainVillains()
H A Dview_id.h41 GREEN_DRAGON,
H A Dcreature_factory.h65 GREEN_DRAGON,
H A Dmodel_builder.cpp288 EnemyId::GREEN_DRAGON, in trySingleMapModel()
354 case EnemyId::GREEN_DRAGON: in getBiome()
H A Dview_object.cpp273 ViewId::GREEN_DRAGON,
H A Denemy_factory.cpp278 case EnemyId::GREEN_DRAGON: in getById()
870 CreatureList(1, CreatureId::GREEN_DRAGON) in getExternalEnemies()
H A Dcreature_factory.cpp708 make_tuple(CreatureId::GREEN_DRAGON, 5., enemy), in gnomishMines()
1180 case CreatureId::GREEN_DRAGON: in CREATE_LITERAL()
1182 c.viewId = ViewId::GREEN_DRAGON; in CREATE_LITERAL()
2165 case CreatureId::GREEN_DRAGON: in getDefaultInventory()
H A Dtile.cpp415 Tile::addTile(ViewId::GREEN_DRAGON, sprite("greendragon")); in genTiles()
729 Tile::addSymbol(ViewId::GREEN_DRAGON, symbol(u8"D", Color::GREEN)); in genSymbols()
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/monster/
H A Dmonster.cpp479 return Monster( GREEN_DRAGON ); in GetDowngrade()
531 case GREEN_DRAGON: in GetUpgrade()
732 return Monster( GREEN_DRAGON ); in FromDwelling()
877 case GREEN_DRAGON: in GetRandomUnitLevel()
979 case GREEN_DRAGON: in GetDwelling()
H A Dmonster.h90 GREEN_DRAGON, enumerator
H A Dmonster_info.cpp352 …monsterData[Monster::GREEN_DRAGON].battleStats.abilities.emplace_back( fheroes2::MonsterAbilityTyp… in populateMonsterData()
353 …monsterData[Monster::GREEN_DRAGON].battleStats.abilities.emplace_back( fheroes2::MonsterAbilityTyp… in populateMonsterData()
354 …monsterData[Monster::GREEN_DRAGON].battleStats.abilities.emplace_back( fheroes2::MonsterAbilityTyp… in populateMonsterData()
355 …monsterData[Monster::GREEN_DRAGON].battleStats.abilities.emplace_back( fheroes2::MonsterAbilityTyp… in populateMonsterData()
356 …monsterData[Monster::GREEN_DRAGON].battleStats.abilities.emplace_back( fheroes2::MonsterAbilityTyp… in populateMonsterData()
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/game/
H A Dgame_highscores.cpp338 Monster::GREEN_DRAGON, in HGSData()
339 Monster::GREEN_DRAGON, in HGSData()
340 Monster::GREEN_DRAGON, in HGSData()
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/army/
H A Darmy.cpp864 at( 0 )->Set( Monster::GREEN_DRAGON, 1 ); in setFromTile()
908 at( 0 )->Set( Monster::GREEN_DRAGON, monsterCount ); in setFromTile()
909 at( 1 )->Set( Monster::GREEN_DRAGON, monsterCount ); in setFromTile()
910 at( 2 )->Set( Monster::GREEN_DRAGON, monsterCount ); in setFromTile()
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/campaign/
H A Dcampaign_data.cpp72 …ack( 4, Campaign::CampaignAwardData::TYPE_CREATURE_ALLIANCE, Monster::GREEN_DRAGON, _( "Dragon All… in getArchibaldCampaignAwardData()
712 case Monster::GREEN_DRAGON: in getAllianceJoiningMessage()
737 case Monster::GREEN_DRAGON: in getAllianceFleeingMessage()