CleverRaven/Cataclysm-DDA

Obsolete legacy JSON

Open

#36.110 aperta il 14 dic 2019

Vedi su GitHub
 (28 commenti) (4 reazioni) (0 assegnatari)C++ (3991 fork)batch import
(P5 - Long-term)Good First IssueOrganization[JSON]

Metriche repository

Star
 (9264 star)
Metriche merge PR
 (Merge medio 6g 5h) (292 PR mergiate in 30 g)

Descrizione

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

Guida contributor