StoryItem

constructor(id: Int = 0, title: String, icon: String? = null, desc: String, complete: Boolean = false, needs: List<Int> = mutableListOf())