expeditionos 0.4.2

A small CPU game to play with fictional hardware.
Documentation
# Very easy, just an array of different RAM sizes measured in KB.
# Order is ID, it's the order that the RAM will be offered upgrades for.
# Capacity, The RAM capacity, measured in KB.
# Technology, the type of technology the ram uses, Example: DDR4
# CPUReq, the minimum CPU needed (based off ID) needed to allow the upgrade to the RAM.
# OSReq, the minimum OS needed (based off ID) needed to allow the upgrade to the RAM.

[[RAM]]
Order = 0
Capacity = 1000
Technology = "FPM DRAM"
CPUReq = 0
OSReq = 0

[[RAM]]
Order = 1
Capacity = 2000
Technology = "FPM DRAM"
CPUReq = 3
OSReq = 0

[[RAM]]
Order = 2
Capacity = 4000
Technology = "FPM DRAM"
CPUReq = 4
OSReq = 0

[[RAM]]
Order = 3
Capacity = 8000
Technology = "FPM DRAM"
CPUReq = 4
OSReq = 0

[[RAM]]
Order = 4
Capacity = 16000
Technology = "FPM DRAM"
CPUReq = 7
OSReq = 0

[[RAM]]
Order = 5
Capacity = 24000
Technology = "EDO DRAM"
CPUReq = 8
OSReq = 0

[[RAM]]
Order = 6
Capacity = 32000
Technology = "EDO DRAM"
CPUReq = 4
OSReq = 9