CleverRaven/Cataclysm-DDA

Obsolete legacy JSON

Open

#36,110 opened on Dec 14, 2019

View on GitHub
 (28 comments) (4 reactions) (0 assignees)C++ (3,991 forks)batch import
(P5 - Long-term)Good First IssueOrganization[JSON]

Repository metrics

Stars
 (9,264 stars)
PR merge metrics
 (Avg merge 6d 5h) (292 merged PRs in 30d)

Description

Is your feature request related to a problem? Please describe. We've got a load of legacy JSON making game data inconsistent and it's harder to make tooling for our data when it isn't well standardized.

Describe the solution you'd like All game data should use current conventions and support for loading legacy JSON objects should be dropped. Most of the updates should be relatively easy to automate.

  • item groups
  • name strings
  • volume ints
  • weight ints
  • time ints
  • burst attributes
  • damage and pierce ints

Contributor guide