mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-25 23:55:20 -07:00
Rearrangement of the currencies in randomizer.cpp
This commit is contained in:
parent
0bd9829996
commit
3564ad0713
1 changed files with 311 additions and 205 deletions
|
@ -65,7 +65,8 @@ 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[190] = { "[P]",
|
static const char* englishRupeeNames[190] = {
|
||||||
|
"[P]",
|
||||||
"Bad RNG Rolls",
|
"Bad RNG Rolls",
|
||||||
"Baht",
|
"Baht",
|
||||||
"Bananas",
|
"Bananas",
|
||||||
|
@ -98,7 +99,7 @@ static const char* englishRupeeNames[190] = { "[P]",
|
||||||
"Cornflakes",
|
"Cornflakes",
|
||||||
"Credits",
|
"Credits",
|
||||||
"Crimebucks",
|
"Crimebucks",
|
||||||
"Crystal Shards",
|
"Crystal Shards"
|
||||||
"Cubits",
|
"Cubits",
|
||||||
"Cucumbers",
|
"Cucumbers",
|
||||||
"Dalmations",
|
"Dalmations",
|
||||||
|
@ -245,7 +246,6 @@ static const char* englishRupeeNames[190] = { "[P]",
|
||||||
"Upvotes",
|
"Upvotes",
|
||||||
"V-Bucks",
|
"V-Bucks",
|
||||||
"Vespene Gas",
|
"Vespene Gas",
|
||||||
"Watts",
|
|
||||||
"Widgets",
|
"Widgets",
|
||||||
"Woolongs",
|
"Woolongs",
|
||||||
"World Dollars",
|
"World Dollars",
|
||||||
|
@ -254,27 +254,133 @@ static const char* englishRupeeNames[190] = { "[P]",
|
||||||
"Yen",
|
"Yen",
|
||||||
"Yuan",
|
"Yuan",
|
||||||
"Zenny",
|
"Zenny",
|
||||||
"Zorkmids" };
|
"Zorkmids",
|
||||||
|
};
|
||||||
|
|
||||||
static const char* germanRupeeNames[80] = {
|
static const char* germanRupeeNames[80] = {
|
||||||
"Baht", "Bananen", "Bitcoin", "Bonbons", "Bratwürste", "Brause UFOs", "Brötchen", "Cent",
|
"Baht",
|
||||||
"Diamanten", "Dinar", "Diridari", "Dogecoin", "Dollar", "Draken", "ECU", "Elexit",
|
"Bananen",
|
||||||
"Erz", "Erzbrocken", "Euro", "EXP", "Forint", "Franken", "Freunde", "Gil",
|
"Bitcoin",
|
||||||
"Gold", "Groschen", "Gulden", "Gummibären", "Heller", "Juwelen", "Karolin", "Kartoffeln",
|
"Bonbons",
|
||||||
"Kies", "Knete", "Knochen", "Kohle", "Kraniche", "Kreuzer", "Kronen", "Kronkorken",
|
"Bratwürste",
|
||||||
"Kröten", "Lira", "Mark", "Mäuse", "Monde", "Moorhühner", "Moos", "Münzen",
|
"Brause UFOs",
|
||||||
"Naira", "Penunze", "Pesa", "Pfandflaschen", "Pfennig", "Pfund", "Pilze", "Plastiks",
|
"Brötchen",
|
||||||
"Pokédollar", "Radieschen", "Rand", "Rappen", "Real", "Rial", "Riyal", "Rubine",
|
"Cent",
|
||||||
"Rupien", "Saphire", "Schilling", "Seelen", "Septime", "Smaragde", "Steine", "Sterne",
|
"Diamanten",
|
||||||
"Sternis", "Tael", "Taler", "Wagenchips", "Won", "Yen", "Yuan", "Zenny"
|
"Dinar",
|
||||||
|
"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",
|
||||||
|
"Lira",
|
||||||
|
"Mark",
|
||||||
|
"Mäuse",
|
||||||
|
"Monde",
|
||||||
|
"Moorhühner",
|
||||||
|
"Moos",
|
||||||
|
"Münzen",
|
||||||
|
"Naira",
|
||||||
|
"Penunze",
|
||||||
|
"Pesa",
|
||||||
|
"Pfandflaschen",
|
||||||
|
"Pfennig",
|
||||||
|
"Pfund",
|
||||||
|
"Pilze",
|
||||||
|
"Plastiks",
|
||||||
|
"Pokédollar",
|
||||||
|
"Radieschen",
|
||||||
|
"Rand",
|
||||||
|
"Rappen",
|
||||||
|
"Real",
|
||||||
|
"Rial",
|
||||||
|
"Riyal",
|
||||||
|
"Rubine",
|
||||||
|
"Rupien",
|
||||||
|
"Saphire",
|
||||||
|
"Schilling",
|
||||||
|
"Seelen",
|
||||||
|
"Septime",
|
||||||
|
"Smaragde",
|
||||||
|
"Steine",
|
||||||
|
"Sterne",
|
||||||
|
"Sternis",
|
||||||
|
"Tael",
|
||||||
|
"Taler",
|
||||||
|
"Wagenchips",
|
||||||
|
"Won",
|
||||||
|
"Yen",
|
||||||
|
"Yuan",
|
||||||
|
"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