Skip to content

Commit

Permalink
add consntantt for supply
Browse files Browse the repository at this point in the history
  • Loading branch information
Ctri-The-Third committed Nov 23, 2023
1 parent 2eeafa1 commit c6c4dba
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions straders_sdk/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,11 @@

ORBITAL_TYPES = ["ORBITAL_STATION", "MOON"]
PARENT_TYPES = ["PLANET", "GAS_GIANT"]

SUPPLY_LEVELS = {
"SCARCE": 1,
"LIMITED": 2,
"MODERATE": 3,
"HIGH": 4,
"ABUNDANT": 5,
}

0 comments on commit c6c4dba

Please sign in to comment.