Factorio/data/base/prototype에 있던 아이템이랑 레시피 lua들을 json으로 가공했다.
참고로 함수호출과 다른 루아 추가는 스트링으로 바꿔놈
예)
sound = make_heavy_gunshot_sounds() -> "sound" : "make_heavy_gunshot_sounds()"
require ("prototypes.entity.demo-gunshot-sounds") -> {"require" : "prototypes.entity.demo-gunshot-sounds"}
https://drive.google.com/file/d/1yuOqPacNi1MRahGYnGP34DplbMSbxAoc/view?usp=sharing
https://drive.google.com/file/d/1yuOqPacNi1MRahGYnGP34DplbMSbxAoc/view?usp=sharing