Closed Danny-Alexander closed 5 years ago
{ "block": "EXP AA Repulsor Cannon", "ModuleWeapon": { "Shot Cooldown": 0.5, "Rotate Speed": 300 }, "FireData": { "Bullet Spray Variance": 0.1, "Bullet Velocity": 250, "Kickback Strength": 5 } }
instead of
{ "block": "EXP AA Repulsor Cannon", "tags": [ { "tag": "ModuleWeapon", "info": [ { "key": "Shot Cooldown", "value": 0.5 }, { "key": "Rotate Speed", "value": 300 } ] }, { "tag": "FireData", "info": [ { "key": "Bullet Spray Variance", "value": 0.1 }, { "key": "Bullet Velocity", "value": 250 }, { "key": "Kickback Strength", "value": 5 } ] } ] }
WhitePaw has updated the block dumper mod to output JSON: data\BlockInfoDump-v2.json Just need to verify this new data file and this issue can be closed.
All properties are now displayed.
instead of