code/__DEFINES/station.dm 
            
        
| STATION_TRAIT_COST_FULL | Defines for the cost of different station traits. This one is the default. | 
|---|---|
| STATION_TRAIT_COST_LOW | Cost for smaller traits that could fly under the radar, and are only minorly negative/positive if not neutral. | 
| STATION_TRAIT_COST_MINIMAL | Cost for very little, and mainly neutral traits that hardly amount to anything really that interesting. | 
| STATION_TRAIT_PLANETARY | Only run on planet stations | 
| STATION_TRAIT_SPACE_BOUND | Only run on space stations | 
| STATION_TRAIT_MAP_UNRESTRICTED | Not restricted by space or planet, can always just happen | 
| FUTURE_STATION_TRAITS_FILE | The data file that future station traits forced by an admin are stored in | 
| STATION_RENAME_TIME_LIMIT | The amount of time until the station charter can no longer be used to rename the station | 
Define Details
FUTURE_STATION_TRAITS_FILE
            
         
    
    The data file that future station traits forced by an admin are stored in
STATION_RENAME_TIME_LIMIT
            
         
    
    The amount of time until the station charter can no longer be used to rename the station
STATION_TRAIT_COST_FULL
            
         
    
    Defines for the cost of different station traits. This one is the default.
STATION_TRAIT_COST_LOW
            
         
    
    Cost for smaller traits that could fly under the radar, and are only minorly negative/positive if not neutral.
STATION_TRAIT_COST_MINIMAL
            
         
    
    Cost for very little, and mainly neutral traits that hardly amount to anything really that interesting.
STATION_TRAIT_MAP_UNRESTRICTED
            
         
    
    Not restricted by space or planet, can always just happen
STATION_TRAIT_PLANETARY
            
         
    
    Only run on planet stations
STATION_TRAIT_SPACE_BOUND
            
         
    
    Only run on space stations