struct DotPrison::Prison
- DotPrison::Prison
- DotPrison::Consumer
- Struct
- Value
- Object
Defined in:
dot_prison/prison.cr:1dot_prison/prison.cr:7
Constructors
Instance Method Summary
- #balance : Float64
- #balance=(v : Float)
- #balance=(v : Int)
- #bio_version : Int32
- #bio_version=(v : Int)
-
#bridge_data : DotPrison::Table
TODO Empty
- #centre_aligned : Bool
- #centre_aligned=(v : Bool)
- #ceo_letter_read : Bool
- #ceo_letter_read=(v : Bool)
- #construction : DotPrison::Prison::Construction
- #contraband : DotPrison::Prison::Contraband
- #crisis_sector_data : DotPrison::GridTable(DotPrison::Prison::CrisisSector)
- #decay_enabled : Bool
- #decay_enabled=(v : Bool)
- #deployment_schedule : DotPrison::Prison::DeploymentSchedule
- #desc_dir : DotPrison::Prison::DescDir
- #desert_plot : Bool
- #desert_plot=(v : Bool)
-
#electricity : DotPrison::GridTable(DotPrison::ElectricityTile)
TODO Awkward
- #electricity_enabled : Bool
- #electricity_enabled=(v : Bool)
- #entity_version : Int32
- #entity_version=(v : Int)
- #escape_plans_enabled : Bool
- #escape_plans_enabled=(v : Bool)
- #events : DotPrison::Prison::Events
- #execution : DotPrison::Prison::Execution
- #failure_conditions_enabled : Bool
- #failure_conditions_enabled=(v : Bool)
- #finance : DotPrison::Prison::Finance
- #first_death_row_notice : Bool
- #first_death_row_notice=(v : Bool)
- #food_enabled : Bool
- #food_enabled=(v : Bool)
-
#grants : DotPrison::Table
TODO Unknown format
- #informants : DotPrison::Prison::Informants
- #intake : DotPrison::Prison::Intake
- #misconduct : DotPrison::Prison::Misconduct
- #misconduct_enabled : Bool
- #misconduct_enabled=(v : Bool)
- #mutator_system : DotPrison::Prison::MutatorSystem
- #needs_library : DotPrison::Prison::NeedsLibrary
- #needs_version : Int32
- #needs_version=(v : Int)
- #next_id : Int32
- #next_id=(v : Int)
- #objects : DotPrison::IndexedTable(DotPrison::Prison::Object)
- #origin_pos : Tuple(Int32, Int32)
- #origin_pos=(v : Tuple(Int32, Int32))
- #origin_size : Tuple(Int32, Int32)
- #origin_size=(v : Tuple(Int32, Int32))
-
#patrols : DotPrison::Table
TODO Unknown format, Store name is xy coordinates followed by 0.
- #penalties : DotPrison::Prison::Penalties
- #playtime : Int32
- #playtime=(v : Int)
- #policy_data : DotPrison::Prison::PolicyData
-
#production : DotPrison::Prison::Production
TODO Nicer object
- #reform : DotPrison::Prison::Reform
- #regime : DotPrison::Prison::Regime
- #research : DotPrison::Prison::Research
-
#rooms : DotPrison::IndexedTable(DotPrison::Prison::Room)
TODO Does not separate depending on room type
- #script_zones : DotPrison::Prison::ScriptZones
- #sectors : DotPrison::Prison::Sectors
- #seed : Int32
- #seed=(v : Int)
- #selected_guard_companion : Int32
- #selected_guard_companion=(v : Int)
- #size : Tuple(Int32, Int32)
- #size=(v : Tuple(Int32, Int32))
-
#squads : DotPrison::Table
TODO Unknown format
- #stats_tracker : DotPrison::Prison::StatsTracker
- #supply_chain : DotPrison::Prison::SupplyChain
- #table : DotPrison::Table
- #thermometer : DotPrison::Prison::Thermometer
- #tiles : DotPrison::GridTable(DotPrison::Prison::Tile)
- #time : Float64
- #time=(v : Float)
- #time=(v : Int)
- #time_warp : Float64
- #time_warp=(v : Float)
- #time_warp=(v : Int)
- #to_prison(io)
- #transfer_data : DotPrison::Prison::TransferData
- #transfers_enabled : Bool
- #transfers_enabled=(v : Bool)
- #tunnels : DotPrison::Prison::Tunnels
-
#unconsumed : Array(String)
Keys for the associated table that have not been consumed
- #unlimited_funds : Bool
- #unlimited_funds=(v : Bool)
- #use_cell_quality : Bool
- #use_cell_quality=(v : Bool)
- #version : String
- #version=(v : String)
- #version_number : Int32
- #version_number=(v : Int)
- #victory : DotPrison::Prison::Victory
- #visitation : DotPrison::Prison::Visitation
- #wardens : DotPrison::Prison::Wardens
-
#water : DotPrison::GridTable(DotPrison::Prison::WaterTile)
TODO Needs to be custom to consume OffValves, don't know what that is though...
- #water_enabled : Bool
- #water_enabled=(v : Bool)
- #weather_map : DotPrison::Prison::WeatherMap
- #work_queue : DotPrison::Prison::WorkQueue
Instance methods inherited from struct DotPrison::Consumer
initialize
initialize,
table : DotPrison::Table
table
Constructor methods inherited from struct DotPrison::Consumer
new
new
Instance methods inherited from class Object
to_prison
to_prison
Constructor Detail
Instance Method Detail
def patrols : DotPrison::Table
#
TODO Unknown format, Store name is xy coordinates followed by 0. Does 0 mean something?
TODO Does not separate depending on room type
Keys for the associated table that have not been consumed
This may be because they have not been implemented yet, they may have an unknown purpose, or could be part of an unsupported mod
TODO Needs to be custom to consume OffValves, don't know what that is though...