mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-26 08:05:21 -07:00
Rearrangement of the currencies in randomizer.cpp
This commit is contained in:
parent
a247c06be8
commit
6ef2cc8594
1 changed files with 116 additions and 15 deletions
|
@ -65,7 +65,7 @@ const std::string Randomizer::NaviRandoMessageTableID = "RandomizerNavi";
|
||||||
const std::string Randomizer::IceTrapRandoMessageTableID = "RandomizerIceTrap";
|
const std::string Randomizer::IceTrapRandoMessageTableID = "RandomizerIceTrap";
|
||||||
const std::string Randomizer::randoMiscHintsTableID = "RandomizerMiscHints";
|
const std::string Randomizer::randoMiscHintsTableID = "RandomizerMiscHints";
|
||||||
|
|
||||||
static const char* englishRupeeNames[175] = {
|
static const char* englishRupeeNames[180] = {
|
||||||
"[P]",
|
"[P]",
|
||||||
"Bad RNG Rolls",
|
"Bad RNG Rolls",
|
||||||
"Bananas",
|
"Bananas",
|
||||||
|
@ -114,7 +114,9 @@ static const char* englishRupeeNames[175] = {
|
||||||
"Dollarydoos",
|
"Dollarydoos",
|
||||||
"Dosh",
|
"Dosh",
|
||||||
"Doubloons",
|
"Doubloons",
|
||||||
|
"Drakes",
|
||||||
"Dwarfbucks",
|
"Dwarfbucks",
|
||||||
|
"ECU",
|
||||||
"Elexit",
|
"Elexit",
|
||||||
"Emeralds",
|
"Emeralds",
|
||||||
"Energon",
|
"Energon",
|
||||||
|
@ -178,6 +180,7 @@ static const char* englishRupeeNames[175] = {
|
||||||
"Nuyen",
|
"Nuyen",
|
||||||
"Orbs",
|
"Orbs",
|
||||||
"Ore",
|
"Ore",
|
||||||
|
"Pence",
|
||||||
"Pix",
|
"Pix",
|
||||||
"Pixels",
|
"Pixels",
|
||||||
"Plastyks",
|
"Plastyks",
|
||||||
|
@ -190,6 +193,7 @@ static const char* englishRupeeNames[175] = {
|
||||||
"Pounds",
|
"Pounds",
|
||||||
"Power Pellets",
|
"Power Pellets",
|
||||||
"Primogems",
|
"Primogems",
|
||||||
|
"Rand",
|
||||||
"Réals",
|
"Réals",
|
||||||
"Refined Metal",
|
"Refined Metal",
|
||||||
"Remote Mines",
|
"Remote Mines",
|
||||||
|
@ -203,6 +207,7 @@ static const char* englishRupeeNames[175] = {
|
||||||
"Runite Ore",
|
"Runite Ore",
|
||||||
"Rupees",
|
"Rupees",
|
||||||
"Saint Quartz",
|
"Saint Quartz",
|
||||||
|
"Sapphires",
|
||||||
"Septims",
|
"Septims",
|
||||||
"Shekels",
|
"Shekels",
|
||||||
"Shillings",
|
"Shillings",
|
||||||
|
@ -243,24 +248,120 @@ static const char* englishRupeeNames[175] = {
|
||||||
"Zorkmids",
|
"Zorkmids",
|
||||||
};
|
};
|
||||||
|
|
||||||
static const char* germanRupeeNames[65] = {
|
static const char* germanRupeeNames[70] = {
|
||||||
"Bananen", "Bitcoin", "Bonbons", "Bratwürste", "Brause UFOs", "Brötchen", "Cent", "Diamanten",
|
"Bananen",
|
||||||
"Diridari", "Dogecoin", "ECU", "Elexit", "Erz", "Erzbrocken", "Euro", "EXP",
|
"Bitcoin",
|
||||||
"Forint", "Franken", "Freunde", "Gil", "Gold", "Groschen", "Gulden", "Gummibären",
|
"Bonbons",
|
||||||
"Heller", "Juwelen", "Karolin", "Kartoffeln", "Kies", "Knete", "Knochen", "Kohle",
|
"Bratwürste",
|
||||||
"Kraniche", "Kreuzer", "Kronen", "Kronkorken", "Kröten", "Mark", "Mäuse", "Monde",
|
"Brause UFOs",
|
||||||
"Moorhühner", "Moos", "Münzen", "Penunze", "Pesa", "Pfandflaschen", "Pfennig", "Pfund",
|
"Brötchen",
|
||||||
"Pilze", "Plastiks", "Pokédollar", "Radieschen", "Rappen", "Rubine", "Saphire", "Schilling",
|
"Cent",
|
||||||
"Seelen", "Smaragde", "Steine", "Sterne", "Sternis", "Tael", "Taler", "Wagenchips",
|
"Diamanten",
|
||||||
|
"Diridari",
|
||||||
|
"Dogecoin",
|
||||||
|
"Dollar",
|
||||||
|
"Draken",
|
||||||
|
"ECU",
|
||||||
|
"Elexit",
|
||||||
|
"Erz",
|
||||||
|
"Erzbrocken",
|
||||||
|
"Euro",
|
||||||
|
"EXP",
|
||||||
|
"Forint",
|
||||||
|
"Franken",
|
||||||
|
"Freunde",
|
||||||
|
"Gil",
|
||||||
|
"Gold",
|
||||||
|
"Groschen",
|
||||||
|
"Gulden",
|
||||||
|
"Gummibären",
|
||||||
|
"Heller",
|
||||||
|
"Juwelen",
|
||||||
|
"Karolin",
|
||||||
|
"Kartoffeln",
|
||||||
|
"Kies",
|
||||||
|
"Knete",
|
||||||
|
"Knochen",
|
||||||
|
"Kohle",
|
||||||
|
"Kraniche",
|
||||||
|
"Kreuzer",
|
||||||
|
"Kronen",
|
||||||
|
"Kronkorken",
|
||||||
|
"Kröten",
|
||||||
|
"Mark",
|
||||||
|
"Mäuse",
|
||||||
|
"Monde",
|
||||||
|
"Moorhühner",
|
||||||
|
"Moos",
|
||||||
|
"Münzen",
|
||||||
|
"Penunze",
|
||||||
|
"Pesa",
|
||||||
|
"Pfandflaschen",
|
||||||
|
"Pfennig",
|
||||||
|
"Pfund",
|
||||||
|
"Pilze",
|
||||||
|
"Plastiks",
|
||||||
|
"Pokédollar",
|
||||||
|
"Radieschen",
|
||||||
|
"Rand",
|
||||||
|
"Rappen",
|
||||||
|
"Rubine",
|
||||||
|
"Saphire",
|
||||||
|
"Schilling",
|
||||||
|
"Seelen",
|
||||||
|
"Septime",
|
||||||
|
"Smaragde",
|
||||||
|
"Steine",
|
||||||
|
"Sterne",
|
||||||
|
"Sternis",
|
||||||
|
"Tael",
|
||||||
|
"Taler",
|
||||||
|
"Wagenchips",
|
||||||
|
"Yen",
|
||||||
"Zenny"
|
"Zenny"
|
||||||
};
|
};
|
||||||
|
|
||||||
static const char* frenchRupeeNames[40] = {
|
static const char* frenchRupeeNames[40] = {
|
||||||
"Anneaux", "Baguettes", "Balles", "Bananes", "Bitcoin", "Blés", "Bling", "Capsules",
|
"Anneaux",
|
||||||
"Centimes", "Champignons", "Clochettes", "Crédits", "Croissants", "Diamants", "Dogecoin", "Dollars",
|
"Baguettes",
|
||||||
"Émeraudes", "Éthers", "Étoiles", "Euros", "Florens", "Francs", "Galds", "Gils",
|
"Balles",
|
||||||
"Grouses", "Halos", "Joyaux", "Lunes", "Mailles", "Munnies", "Orbes", "Orens",
|
"Bananes",
|
||||||
"Pépètes", "Pièces", "Plastyks", "Pokédollars", "Pokémon", "Radis", "Rubis", "Zennies"
|
"Bitcoin",
|
||||||
|
"Blés",
|
||||||
|
"Bling",
|
||||||
|
"Capsules",
|
||||||
|
"Centimes",
|
||||||
|
"Champignons",
|
||||||
|
"Clochettes",
|
||||||
|
"Crédits",
|
||||||
|
"Croissants",
|
||||||
|
"Diamants",
|
||||||
|
"Dogecoin",
|
||||||
|
"Dollars",
|
||||||
|
"Émeraudes",
|
||||||
|
"Éthers",
|
||||||
|
"Étoiles",
|
||||||
|
"Euros",
|
||||||
|
"Florens",
|
||||||
|
"Francs",
|
||||||
|
"Galds",
|
||||||
|
"Gils",
|
||||||
|
"Grouses",
|
||||||
|
"Halos",
|
||||||
|
"Joyaux",
|
||||||
|
"Lunes",
|
||||||
|
"Mailles",
|
||||||
|
"Munnies",
|
||||||
|
"Orbes",
|
||||||
|
"Orens",
|
||||||
|
"Pépètes",
|
||||||
|
"Pièces",
|
||||||
|
"Plastyks",
|
||||||
|
"Pokédollars",
|
||||||
|
"Pokémon",
|
||||||
|
"Radis",
|
||||||
|
"Rubis",
|
||||||
|
"Zennies"
|
||||||
};
|
};
|
||||||
|
|
||||||
Randomizer::Randomizer() {
|
Randomizer::Randomizer() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue