Skip to main content

Rival Regions calculations

Project description

Rival Regions Calc

Unofficial calculator for Rival Regions. Easily calculate common known formulas from the game.

Currently supported

  • Work productivity

Install

$ pip install rival-regions-calc

Demo

Production

from rival_regions_calc import Item, WorkProduction

RESOURCE = Item("oil")
WP = WorkProduction(RESOURCE)

WP.user_level = 86
WP.work_exp = 142000
WP.factory_level = 185
WP.resource_max = 371
WP.department_bonus = 1.9
WP.wage_percentage = 100
WP.tax_rate = 2
WP.profit_share = 75

WP.calculate()

print(WP.wage())

Construction

from rival_regions_calc import ConstructionCosts, Building

BUILDING = Building("hospital")
CC = ConstructionCosts(BUILDING, 1805)

CC.calculate(50)

print(CC.cash)
print(CC.gold)
print(CC.oil)
print(CC.ore)

Deep exploration

from rival_regions_calc import Item, DeepExploration

resource = Item("oil")
DE = DeepExploration(resource, 223)

DE.calculate_max()

print(DE.cash)
print(DE.gold)
print(DE.diamond)

Resource coefficient

from rival_regions_calc import ResourceCoefficient, Item

resource = Item("oil")
RC = ResourceCoefficient(resource, 266)
print(RC.calculate())
RC = ResourceCoefficient(resource, 371)
print(RC.calculate())

Development

I'll add formulas if I think they are important. If you'd like to see a more improvements you can open an issue or make pull request.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rival_regions_calc-1.1.2.tar.gz (5.6 kB view details)

Uploaded Source

Built Distribution

rival_regions_calc-1.1.2-py3-none-any.whl (7.5 kB view details)

Uploaded Python 3

File details

Details for the file rival_regions_calc-1.1.2.tar.gz.

File metadata

  • Download URL: rival_regions_calc-1.1.2.tar.gz
  • Upload date:
  • Size: 5.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for rival_regions_calc-1.1.2.tar.gz
Algorithm Hash digest
SHA256 cbcfad0476986abd2a31f155686e4728aee3de8c21cee85bbfb22d961a369c05
MD5 0a7915c7b71ad0a0f8dbaaf2ee8a1763
BLAKE2b-256 eae55e7572ae72b93f8c53b726cce7e3c689c2701849ab21ea7787ccd1494247

See more details on using hashes here.

File details

Details for the file rival_regions_calc-1.1.2-py3-none-any.whl.

File metadata

  • Download URL: rival_regions_calc-1.1.2-py3-none-any.whl
  • Upload date:
  • Size: 7.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for rival_regions_calc-1.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 203fce6e9bd8961ab91ad1c796a66dffd6fc4089fb02f1e48a0d8ba50f20926b
MD5 7e799f9f6d454340c78c784b20f2c9c1
BLAKE2b-256 6dc310a9996c6fbb53ff4abbd28caf0a6ca40cd5912646f6a1045b72e741cbbf

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page