Lines Matching refs:gold
177 addstr("You are at a trading post. All purchases must be made with gold.");
203 mvprintw(1, 0, "Gold: %9.0f Gems: %9.0f Level: %6.0f Charms: %6d\n",
231 printw("Mana is one per %.0f gold piece. How many do you want (%.0f max) ? ",
425 mvprintw(2, 0, "Quick :%3.0f(%3.0f) Strength:%9.0f(%9.0f) Gold :%9.0f %s\n",
797 dtemp = MAX(0.0, dtemp);/* gold slows player down */
892 playerp->p_gold = ROLL(50.0, 75.0) + 0.1; /* give some gold */
1022 collecttaxes(double gold, double gems)
1029 Player.p_gold += gold;
1033 taxes = N_TAXAMOUNT / 100.0 * (N_GEMVALUE * gems + gold);
1036 /* not enough gold to pay taxes, must convert some gems to
1037 * gold */