Home
last modified time | relevance | path

Searched refs:CRYSTALGOLEM (Results 1 – 13 of 13) sorted by relevance

/dports/games/barony/Barony-3.3.7/src/
H A Dmonster_crystalgolem.cpp156 entity->focalx = limbs[CRYSTALGOLEM][1][0]; // 0 in initCrystalgolem()
157 entity->focaly = limbs[CRYSTALGOLEM][1][1]; // 0 in initCrystalgolem()
158 entity->focalz = limbs[CRYSTALGOLEM][1][2]; // 0 in initCrystalgolem()
175 entity->focalx = limbs[CRYSTALGOLEM][2][0]; // 1 in initCrystalgolem()
176 entity->focaly = limbs[CRYSTALGOLEM][2][1]; // 0 in initCrystalgolem()
177 entity->focalz = limbs[CRYSTALGOLEM][2][2]; // 2 in initCrystalgolem()
194 entity->focalx = limbs[CRYSTALGOLEM][3][0]; // 1 in initCrystalgolem()
195 entity->focaly = limbs[CRYSTALGOLEM][3][1]; // 0 in initCrystalgolem()
196 entity->focalz = limbs[CRYSTALGOLEM][3][2]; // 2 in initCrystalgolem()
214 entity->focaly = limbs[CRYSTALGOLEM][4][1]; // 0 in initCrystalgolem()
[all …]
H A Dmonster_shared.cpp116 case CRYSTALGOLEM: in initMonster()
247 return CRYSTALGOLEM; in getMonsterTypeFromSprite()
H A Dstat_editor.hpp50 CRYSTALGOLEM, enumerator
H A Dentity_shared.cpp1213 case CRYSTALGOLEM: in canWearEquip()
H A Dmaps.cpp253 return CRYSTALGOLEM; in monsterCurve()
282 return CRYSTALGOLEM; in monsterCurve()
305 return CRYSTALGOLEM; in monsterCurve()
3292 monsterType = CRYSTALGOLEM; in assignActions()
3586 case CRYSTALGOLEM: in assignActions()
3588 entity->focalx = limbs[CRYSTALGOLEM][0][0]; // 1 in assignActions()
3589 entity->focaly = limbs[CRYSTALGOLEM][0][1]; // 0 in assignActions()
3590 entity->focalz = limbs[CRYSTALGOLEM][0][2]; // -2 in assignActions()
H A Dmonster.hpp39 CRYSTALGOLEM, enumerator
H A Dstat_shared.cpp527 case (1000 + CRYSTALGOLEM): in setDefaultMonsterStats()
528 stats->type = CRYSTALGOLEM; in setDefaultMonsterStats()
H A Dactmonster.cpp407 case CRYSTALGOLEM: in summonMonster()
409 entity->focalx = limbs[CRYSTALGOLEM][0][0]; // 1 in summonMonster()
410 entity->focaly = limbs[CRYSTALGOLEM][0][1]; // 0 in summonMonster()
411 entity->focalz = limbs[CRYSTALGOLEM][0][2]; // -2 in summonMonster()
1623 case CRYSTALGOLEM: in actMonster()
2629 case CRYSTALGOLEM: in actMonster()
7204 else if ( myStats->type == CRYSTALGOLEM ) in actMonster()
8102 case CRYSTALGOLEM: in handleMonsterSpecialAttack()
H A Dentity.cpp696 case CRYSTALGOLEM: in killedByMonsterObituary()
5938 …else if ( myStats->weapon != nullptr || myStats->type == CRYSTALGOLEM || myStats->type == COCKATRI… in attack()
7345 if ( (myStats->type == CRYSTALGOLEM && pose == MONSTER_POSE_GOLEM_SMASH) in attack()
8321 if ( myStats->type == CRYSTALGOLEM && pose == MONSTER_POSE_GOLEM_SMASH ) in attack()
12596 else if ( myStats->type == CRYSTALGOLEM ) in getAttackPose()
H A Dgame.cpp808 if ( followerStats->type == CRYSTALGOLEM ) in gameLogic()
H A Dscores.cpp5233 case CRYSTALGOLEM: in getIndexForDeathType()
/dports/games/barony/Barony-3.3.7/src/magic/
H A Dmagic.cpp1285 case CRYSTALGOLEM: in spellEffectCharmMonster()
1673 case CRYSTALGOLEM: in spellEffectPolymorph()
1694 case CRYSTALGOLEM: in spellEffectPolymorph()
/dports/games/barony/Barony-3.3.7/src/interface/
H A Dinterface.cpp2702 case CRYSTALGOLEM: in optionDisabledForCreature()