Searched refs:GREEN_DRAGON (Results 1 – 15 of 15) sorted by relevance
/dports/games/keeperrl/keeperrl-alpha23/ |
H A D | enemy_factory.h | 17 GREEN_DRAGON,
|
H A D | campaign_builder.cpp | 158 {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 D | view_id.h | 41 GREEN_DRAGON,
|
H A D | creature_factory.h | 65 GREEN_DRAGON,
|
H A D | model_builder.cpp | 288 EnemyId::GREEN_DRAGON, in trySingleMapModel() 354 case EnemyId::GREEN_DRAGON: in getBiome()
|
H A D | view_object.cpp | 273 ViewId::GREEN_DRAGON,
|
H A D | enemy_factory.cpp | 278 case EnemyId::GREEN_DRAGON: in getById() 870 CreatureList(1, CreatureId::GREEN_DRAGON) in getExternalEnemies()
|
H A D | creature_factory.cpp | 708 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 D | tile.cpp | 415 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 D | monster.cpp | 479 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 D | monster.h | 90 GREEN_DRAGON, enumerator
|
H A D | monster_info.cpp | 352 …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 D | game_highscores.cpp | 338 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 D | army.cpp | 864 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 D | campaign_data.cpp | 72 …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()
|