RoomConfigData

data class RoomConfigData(val name: String, val type: RoomType, val secrets: Int, val size: Int, val cores: List<Int>, val crypts: Int, val trappedChests: Int)

Data for rooms retrieved from rooms.json.

Not to be confused with RoomData which contains all data for the room.

Constructors

Link copied to clipboard
fun RoomConfigData(name: String, type: RoomType, secrets: Int, size: Int, cores: List<Int>, crypts: Int, trappedChests: Int)

Properties

Link copied to clipboard
val cores: List<Int>
Link copied to clipboard
val crypts: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val size: Int
Link copied to clipboard
Link copied to clipboard