Home
last modified time | relevance | path

Searched refs:TR1_LIFE (Results 1 – 6 of 6) sorted by relevance

/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Drandart.c205 if (a_ptr->flags1 & TR1_LIFE) p += (a_ptr->pval) * 7; in artifact_power()
232 if (a_ptr->flags1 & TR1_LIFE) p += (a_ptr->pval) * 7; in artifact_power()
248 if (a_ptr->flags1 & TR1_LIFE) p += (a_ptr->pval) * 10; in artifact_power()
655 a_ptr->flags1 |= TR1_LIFE; in add_ability()
784 a_ptr->flags1 |= TR1_LIFE; in add_ability()
839 a_ptr->flags1 |= TR1_LIFE; in add_ability()
878 a_ptr->flags1 |= TR1_LIFE; in add_ability()
981 a_ptr->flags1 |= TR1_LIFE; in add_ability()
998 a_ptr->flags1 |= TR1_LIFE; in add_ability()
1020 a_ptr->flags1 |= TR1_LIFE; in add_ability()
[all …]
H A Dobject2.c1820 if (f1 & TR1_LIFE) value += (PRICE_BOOST(pval, 0, 1) * 3000L);
2354 if (f1 & TR1_LIFE) total += o_ptr->pval * 2;
2679 if (f1 & TR1_LIFE) value += (PRICE_BOOST(pval, 0, 1) * 3000L);
3907 if ((resf & RESF_LIFE) || !(a_ptr->flags1 & TR1_LIFE)) break;
5968 (a_ptr->flags1 & TR1_LIFE) && (o_ptr->level <= 50))
H A Dxtra1.c3709 if ((f1 & (TR1_LIFE)) &&
3732 if ((f1 & (TR1_LIFE)) && o_ptr->pval != 0 && o_ptr->bpval != 0) {
3806 if ((f1 & (TR1_LIFE)) &&
6226 if (f1 & TR1_LIFE) csheet_boni[i].mxhp += pval;
H A Dspells2.c3351 if (((resf & RESF_LIFE) && !p_ptr->current_artifact_nolife) || !(a_ptr->flags1 & TR1_LIFE)) break; in create_artifact_aux()
6812 if (f1 & TR1_LIFE) r_ptr->hdice += o_ptr->pval; in scan_golem_flags()
H A Dobject1.c4703 if (f1 & (TR1_LIFE))
/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Ddefines.h4502 #define TR1_LIFE 0x00004000L /* Later */ macro
4903 TR1_SPEED | TR1_BLOWS | TR1_LIFE | TR1_XXX4)
4907 TR1_CON | TR1_CHR | TR1_LIFE | \