i love fishcoinrealmy to do list is 1000 items long and yet here i am watching youtube againwell that was somethingmessage11g1dma5a7i need to actually learn how to do stufffishcoinmaybe there is a fishcoin code in here?
fishcoin equation
coin

the equation option enables codes that change over time or use
the output of the equation is the amount that will be recieved from the code
equation output will be rounded down to nearest positive integer.
remember: each fishcoin code is redeemable once per user, and a "use" is when coins are recieved from the code.
variables
- a — basic amount
- d — days (24hr periods) since creation
- u — uses
comparison operators (output 1 or 0)
- = — equals
- > — is greater than
- < — is less than
operators
- * — multiplied by
- / — divided by
- + — plus
- - — minus
- ( ) — the quantity of
examples
a*(d<8)*(u=0)
— default equation
- the basic amount exists only if the days passed is less than 8 (one week lifespan)
- you could also write this without the *
1000*d
— growth over time example
- every day 1000 fishcoins are added to the code
- you don't have to use the basic amount in your equation
(3^u)*((3^u)<1000000))
— exponential growth over use (with limit)
- each use increases the amount of fishcoins exponentially with a limit of 1,000,000