Currency
Moderators: Blitzen, Almighty Benny, Falk
- Tzan
- Has anyone ever used those holes before?

- Posts: 4802
- Joined: Sun Dec 30, 2007 4:41 pm
- Location: Boston
Currency
So as we all know the Brikverse currency is known as the FU (Freedom Unit).
Another one pooped into my head, not a replacement.
Maybe each empire has their own local currency.
McDollar
Add any current currency thoughts here.
Another one pooped into my head, not a replacement.
Maybe each empire has their own local currency.
McDollar
Add any current currency thoughts here.
Last edited by Tzan on Fri Nov 06, 2015 10:30 am, edited 1 time in total.
Re: Currency
Mine are shameless IRL rip-offs. Now that you mention it, should any of these be renamed for the lulz?
Złoty -> Konfederacja
Forint -> Magyar
Dinara -> Transsrbija
Winning Contest Entries
Show
- Natalya
- I've trolled before.
- Posts: 4677
- Joined: Wed Sep 17, 2008 10:57 pm
- Location: Atlanta
- Contact:
Re: Currency
ASE trades in precious bricks, namely Brickonium crystals, chromium crystals, gold elements//coins, and energy orbs. They have stockpiles of the preferred currency of other nations; gt pieces for ZMC, OT for dealing with Iceworld, etc.
▲
▲ ▲
"Ya gotta remember, Soryu's a brutal thug, ain't got no finesse like Shinji."
▲ ▲
"Ya gotta remember, Soryu's a brutal thug, ain't got no finesse like Shinji."
Re: Currency
I like the FU, but there isn't a single nation in the brikverse that likes freedom except ironically. Why not the Fiscal Unit?Tzan wrote:So as we all know the Brikverse currency is known as the FU (Freedom Unit).
It'd also be funny if the secondary currency was the Credit Parcel.
Natalya wrote:Wtf is going on in this thread?
Re: Currency
I just use the unimaginative and uninteresting Galactic Credit
- Tzan
- Has anyone ever used those holes before?

- Posts: 4802
- Joined: Sun Dec 30, 2007 4:41 pm
- Location: Boston
Re: Currency
Yeah thats why I like it so much.stubby wrote:I like the FU, but there isn't a single nation in the brikverse that likes freedom except ironically.Tzan wrote:So as we all know the Brikverse currency is known as the FU (Freedom Unit).
It sounds like super annoying american fratboy religious dictator redneck talk.
Like those Bleywatch guys defending freedom by murdering peaches.
( there seems to be a BlayWatch https://www.google.com/search?q=bleywat ... 858#imgrc=_ )
I suppose some guy in a suit would say that.stubby wrote: Why not the Fiscal Unit?
Just doesn't seem awesome enough.
A government could have an official term and some people could use a slang variation.
Its secondary because half the people never use CP.stubby wrote: It'd also be funny if the secondary currency was the Credit Parcel.
- Tzan
- Has anyone ever used those holes before?

- Posts: 4802
- Joined: Sun Dec 30, 2007 4:41 pm
- Location: Boston
Re: Currency
So in a non table top setting.
An iron mine would dig up iron but is immediately converted to CP, a more generic resource.
All your mines just add to your CP total
And you can use FU to buy CP directly, if you needed to.
Then you use the CP to create buildings and vehicles.
So 1 CP is a big FU item.
FU is then mostly used for buying personal items like milk, cookies and pistols.
CP is for big construction projects.
A Credit Parcel is like a futures contract for a parcel of actual raw materials.
It can be traded just like money or exchanged for the actual material.
An iron mine would dig up iron but is immediately converted to CP, a more generic resource.
All your mines just add to your CP total
And you can use FU to buy CP directly, if you needed to.
Then you use the CP to create buildings and vehicles.
So 1 CP is a big FU item.
FU is then mostly used for buying personal items like milk, cookies and pistols.
CP is for big construction projects.
A Credit Parcel is like a futures contract for a parcel of actual raw materials.
It can be traded just like money or exchanged for the actual material.
- Tzan
- Has anyone ever used those holes before?

- Posts: 4802
- Joined: Sun Dec 30, 2007 4:41 pm
- Location: Boston
Re: Currency
Code: Select all
using System;
//using System.Collections;
//using System.Collections.Generic;
//using System.Linq;
//using System.Text;
/*
* Money is a Component
* that holds a character's money, not as physical objects,
* but just as data with the Character, Faction, Company, Bank, any entity that would have money
*
*
* David Burke
* Started: 11/5/15
* Last edit: 11/6/15
*
*
*/
namespace DAB
{
public class Money : DAB_Component
{
public string name = "FU";
public string longName = "Freedom Units";
public string description ="A small coin with an image of a hand indicating that: \"You are number one!\"";
public int value = 0;
Object val;
public override bool DoEvent(DAB_Event e)
{
switch (e.ID)
{
case "TransferMoney":
if(e.parameters.TryGetValue("value", out val))
{
if (value < (int)val && (int)val < 0) // if subtracting, check if there is enough money
{
// do some message here to indicate not enough money to transfer out <<<<<<<<<<<<<<<<<< FIX
return false; // not enough money to subtract val
}
value += (int)val; // check for too much money to fit in int
if (value < 0)
value = 0;
return true;
}
return false;
case "SufficientFunds":
if(e.parameters.TryGetValue("value", out val))
{
if(value >= (int)val)
return true;
// do some message here to indicate not enough money <<<<<<<<<<<<<<<<<<<<<<<<<<<< FIX
return false;
}
return false;
case "AvailableFunds":
if(e.parameters.TryGetValue("value", out val)) // set val to zero before sending Event
{
e.parameters["value"] = (int)val + value;
return true;
}
return false;
default:
return false;
}
}
}
}
Some formatting got messed up when I pasted it in.
I didnt fix it all.
-
Jabberwocky
- Champion

- Posts: 39
- Joined: Fri Oct 16, 2015 1:10 am
Re: Currency
The currency is clearly oil. I mean think about it. Plastic is made of oil so literally everything a minifig has in life is made of oil.... including himself.... plus theyre constantly at war (for oil)
Edit: plus theres the octan and shell oil companies that have thrived in the lego universe
Edit: plus theres the octan and shell oil companies that have thrived in the lego universe
-
cleanupcrew
- Catastrophe Magnet
- Posts: 2337
- Joined: Tue Apr 12, 2011 6:04 pm
- Location: This Forum
Re: Currency
I've always assumed there's an international "CP" currency that's just kind of used among countries too lazy to come up with their own currency. It's administered by some neutral international body that doesn't do much and barely exists, and doesn't really have a central bank to conduct monetary policy with the CP since the countries on it are too focused on war to give a shit.
A barter/resource-backed system could probably exist at the local level, in places too poor or distant from the national star government to really deal in currency.
Aside from the CP, the only other international currency is the Reichsmark, which is used by some German members of the Third Alliance a la the IRL euro. Every other currency currently in use is only at the national level, although some might be popular as reserve currencies (USA dollars, Britannian pounds sterling). In particular, the USA dollar seems to be the most popular currency to denominate prices in.
There's a vibrant forex trade and speculation market, and many of the currencies seem to be on a floating regime. Additionally, the Intergalactic Monetary Fund, an international BrikVerse financial organization, has Special Drawing Rights (XDR) that, while not technically a currency, can be exchanged for a real currency and mainly function as liquidity injections.
List of current BrikVerse currencies: http://brikwars.com/wiki/index.php?title=Money
A barter/resource-backed system could probably exist at the local level, in places too poor or distant from the national star government to really deal in currency.
Aside from the CP, the only other international currency is the Reichsmark, which is used by some German members of the Third Alliance a la the IRL euro. Every other currency currently in use is only at the national level, although some might be popular as reserve currencies (USA dollars, Britannian pounds sterling). In particular, the USA dollar seems to be the most popular currency to denominate prices in.
There's a vibrant forex trade and speculation market, and many of the currencies seem to be on a floating regime. Additionally, the Intergalactic Monetary Fund, an international BrikVerse financial organization, has Special Drawing Rights (XDR) that, while not technically a currency, can be exchanged for a real currency and mainly function as liquidity injections.
List of current BrikVerse currencies: http://brikwars.com/wiki/index.php?title=Money
- motorhead fan
- I want to climb on to thevengefulone, stick my tongue into his ear and ride him all the way to satan.
- Posts: 1696
- Joined: Sat Jul 20, 2013 9:17 am
- Location: Rolled up in a ball in a corner, quietly vomiting.
Re: Currency
In my empire there is no money, The emperor heard someone say: "Money is the root of all evil". He then banned money, because thought he was the root of all evil.
- Blitzen
- Distinguished Owner of the English Language

- Posts: 1727
- Joined: Tue Jan 01, 2008 5:17 pm
- Location: Toronto, Ontario, Canada
- Contact:
Re: Currency
The full quote is actually "the love of money is the root of all evil" so I guess money is okay to have as long as you just like it
Often, literally, a pillow fight but may include similar situations like volleyball, particularly when wardrobe is skimpy and the action is bouncy.
- Ishnox
- i don't know why i made this

- Posts: 72
- Joined: Sat Jan 03, 2009 8:05 pm
- Location: Ice Trade Center
Re: Currency
Do you really think the emperor of motorhead's space-faring empire got the quote from Jesus ChristBlitzen wrote:The full quote is actually "the love of money is the root of all evil" so I guess money is okay to have as long as you just like it
I Am.
Don't Doubt Me.
Don't Doubt Me.
- Blitzen
- Distinguished Owner of the English Language

- Posts: 1727
- Joined: Tue Jan 01, 2008 5:17 pm
- Location: Toronto, Ontario, Canada
- Contact:
Re: Currency
um... yes?
Often, literally, a pillow fight but may include similar situations like volleyball, particularly when wardrobe is skimpy and the action is bouncy.












