Jon-Davis / Cypher-System-JSON-DB

A machine readable document of the Cypher System Reference Document
9 stars 4 forks source link

Parsing error: Camera (Equipment) #28

Closed isaaclyman closed 8 months ago

isaaclyman commented 1 year ago

Thanks for your hard work on this! I'm currently working on a mobile app for SRD search/lookup that uses this JSON as a data source.

I've noticed a parsing error with the Camera entry. In CSRD.json:

{"name":"Camera","variants":[{"description":"designed to be concealed Transmits at long range." ...

Should be:

{"name":"Camera designed to be concealed","variants":[{"description":"Transmits at long range." ...
Jon-Davis commented 8 months ago

fixed