| 261 | } |
| 262 | |
| 263 | type ropeData struct { |
| 264 | RelicType string `json:"relic_type"` |
| 265 | RelicTypeText string `json:"relic_type_text"` |
| 266 | Name string `json:"name"` |
| 267 | Description string `json:"description"` |
| 268 | Backstory string `json:"backstory"` |
| 269 | Icon string `json:"icon"` |
| 270 | } |
| 271 | type wifeData map[string]struct { |
| 272 | ID string `json:"id"` |
| 273 | Values []struct { |
nothing calls this directly
no outgoing calls
no test coverage detected