u/Irfanugget

Imagine, if you will, a world where the very concept of "money".... of "value" is not a piece of paper in your pocket or a number on a screen, but a weight you carry within your mind. In my world, the currency is Aksio.

Aksio is not a physical thing you can touch. You cannot drop it in the mud or lose it through a hole in your pocket. It is a mental quantity, a ghostly ledger written upon the fabric of your mind. To possess it is to hold a "unit of account" for your very life. It is earned through the trading of concepts, the sweat of labor, and the delivery of service. In this world, you can sell your memories for this money called Aksio, or barter a decade of your lifespan for a dream you long for. How about spells? You simply buy the one time cast of a fireball.

The trades of these abstract concepts are administered by the Invisible Hand. Not a god, but the living manifestation of the economy system itself. Below are some mechanics of Aksio.

- Conservation of Aksio: Aksio is conserved in ordinary transfers (A gives B → total circulation unchanged). Creation and destruction are possible if the Invisible Hand deems it necessary. Inflation or deflation the consequences that comes with it. Spontaneous creation/destruction by mortals is impossible.

- Transaction of Aksio: Aksio transfers require explicit consent by the holder. Consent can be given in three modes. Any transfer outside of these is invalid and may be classed as theft.

  1. Direct mental transfer (like giving cash but mind to mind, also need physical presence)
  2. Ritual/declared transfer (going to the bank)
  3. Instrumented transfer (like online banking using artifacts)

- Visibility & Privacy of Aksio: By default, a person senses their own Aksio, and others do not. Visibility can be intentionally revealed through ritual, witness, or certified attestation. The world recognizes three privacy states: Private, Certified (scribe attested), and Public (ritual broadcast). Mortals and organizations use these states to win loans and goes IPO.

- Unit & Divisibility of Aksio: Aksio is measured in discrete AX. 1 AX is the base unit; all transactions may be fractional down to 0.001 AX unless constrained by ritual/contract. Rounding rules default to the nearest 0.001 AX unless parties agree otherwise.

reddit.com
u/Irfanugget — 7 days ago
▲ 3 r/excel

So i want to create a map in Excel, like an actual fantasy map. The values in the cell are the elevation. Then based on the elevation values, the color changes with conditional formatting.

I know I could manually input the values yes but I want to automatically generate them while still keeping a semblance of landmasses.

Right now I'm using the RAND() to randomize the values but as you can see the values are all over the place (see image below). How do I control the values randomization so that <0.1 (water) will group together and >0.1 (land) will not be isolated?

https://preview.redd.it/816vd1wxpjyg1.png?width=1918&format=png&auto=webp&s=0b29eaa40ffc7f55944549ac2fd1c9f832d2d84d

reddit.com
u/Irfanugget — 12 days ago

I am working on a map generator in Excel and I NEED YOUR HELP to set this up.

Short story, I want to learn Excel so I did just that with my fav hobby! Problem is i am an excel noob and is ignorant on ways to automate the input for the elevation value in these cells.

Let's discuss on how to:

  1. Automatically generate some landmass!
  • In image 1, I've used =RAND().... which allows me to automatically generate and randomized the elevation value but its too randomized such that the input gives no coherent landmass at all.
  • Right now I have to manually input values on each of the cells for the elevation (see image 2) but I don't wanna do that! I want to automate the inputs.
  1. I want to also include other information besides elevation (this is the value of the cell), other layers like maybe temperature, moisture

image 1

image 2

reddit.com
u/Irfanugget — 12 days ago

https://preview.redd.it/0vfx9t2yhiyg1.png?width=1918&format=png&auto=webp&s=37bd40464d048e07e307ca0a0cd289f254c189d3

I am a peasant in Excel and I've been wanting to practice it and so I thought, why not make it fun through worldbuilding :0 .... I wanna also include other people for discussions so HELP ME!

Here's some areas I believe this Excel need to be improved on:

  1. I don't like to manually input values on each of the cells, so it must be randomized. For this picture, I've used =RAND()
  2. Randomized values that is not noise, so no isolated biome as in the picture, continents could form, white snow peaks would be surrounded by brown mountains biome etc
  3. Include other information like elevation (this is the value of the cell), other layers like maybe temperature, moisture
reddit.com
u/Irfanugget — 12 days ago